Lines Matching defs:info
98 * one of the three types. This information is populated in the 'info'
112 rn_info_t *info)
117 assert (info);
152 * Update the entry in 'info' for this node ID with
157 info->node_desc[node_id] = node_mcount;
175 rn_info_t info = { {0} };
187 num_rn_masters = ccn_get_rn_master_info(plat_desc->periphbase, &info);
192 * Decrement the count of the masters in the 'info' array for each
201 assert(info.node_desc[node_id]);
202 info.node_desc[node_id]--;