Searched refs:guids (Results 1 – 3 of 3) sorted by relevance
389 efi_guid_t *guids; in test_hii_database_find_keyboard_layouts() local413 guids = NULL; in test_hii_database_find_keyboard_layouts()416 hii_database_protocol, &guids_size, guids); in test_hii_database_find_keyboard_layouts()423 (void **)&guids); in test_hii_database_find_keyboard_layouts()429 hii_database_protocol, &guids_size, guids); in test_hii_database_find_keyboard_layouts()435 ret = boottime->free_pool(guids); in test_hii_database_find_keyboard_layouts()
37 ${guids}= Run IPMI Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}39 ${guids}= Split String ${guids}40 Reverse List ${guids}41 ${guids}= Evaluate "".join(${guids})47 Rprint Vars guids uuid48 Valid Value uuid ['${guids}']
281 EFI_GUID *guids[] = { in cper_header_to_ir() 301 int index = select_guid_from_list(&header->NotificationType, guids, in cper_header_to_ir() 302 sizeof(guids) / sizeof(EFI_GUID *)); in cper_header_to_ir() 287 EFI_GUID *guids[] = { cper_header_to_ir() local