Lines Matching defs:info
141 /* Allocate a device info from the pool and return a pointer to it */
155 dev_info_pool[index].info =
164 /* Release a device info to the pool */
173 state = (fip_dev_state_t *)dev_info->info;
176 /* free if device info is valid */
193 io_dev_info_t *info;
201 result = allocate_dev_info(&info);
205 state = (fip_dev_state_t *)info->info;
209 *dev_info = info;
227 state = (fip_dev_state_t *)dev_info->info;
346 /* All fine. Update entity info with file state and return. Set
351 entity->info = (uintptr_t)¤t_fip_file;
372 *length = ((fip_file_state_t *)entity->info)->entry.size;
390 assert(entity->info != (uintptr_t)NULL);
401 fp = (fip_file_state_t *)entity->info;
444 /* Clear the Entity info. */
445 entity->info = 0;
460 * use the same device info at here instead.
476 state = (fip_dev_state_t *)dev_info->info;