Lines Matching refs:guid
55 guid_t guid;
64 guid_t guid;
111 guid_copy(&tm->guid, (guid_t *) module_info->module_guid);
150 guid_copy(&th->guid, (guid_t *)handler_info->handler_guid);
171 static void *find_guid_info(const guid_t *guid, u8 mode)
180 if (guid_equal(guid, &cur_handler->guid)) {
192 static struct prm_module_info *find_prm_module(const guid_t *guid)
194 return (struct prm_module_info *)find_guid_info(guid, GET_MODULE);
197 static struct prm_handler_info *find_prm_handler(const guid_t *guid)
199 return (struct prm_handler_info *) find_guid_info(guid, GET_HANDLER);
259 context.identifier = handler->guid;