/src/sys/arch/i386/stand/lib/ |
biosdisk.h | 36 const struct uuid *guid; member in struct:biosdisk_partition::gpt_part 38 } *guid; member in struct:biosdisk_partition
|
biosdisk.h | 36 const struct uuid *guid; member in struct:biosdisk_partition::gpt_part 38 } *guid; member in struct:biosdisk_partition
|
/src/sys/external/bsd/gnu-efi/dist/apps/ |
debughook.c | 51 EFI_GUID guid = DUMMY_GUID; local in function:DebugHook 61 efi_status = GetVariable(L"DUMMY_DEBUG", &data, &dataSize, guid); 71 &guid);
|
debughook.c | 51 EFI_GUID guid = DUMMY_GUID; local in function:DebugHook 61 efi_status = GetVariable(L"DUMMY_DEBUG", &data, &dataSize, guid); 71 &guid);
|
/src/sys/stand/efiboot/ |
efirng.c | 50 EFI_GUID guid; member in struct:__anonff6260070108 101 if (memcmp(&alglist[i], &algname[j].guid,
|
efirng.c | 50 EFI_GUID guid; member in struct:__anonff6260070108 101 if (memcmp(&alglist[i], &algname[j].guid,
|
efiblock.c | 364 struct uuid guid; member in struct:__anon8dda5ceb0108 387 if (memcmp(ent->ent_type, &gpt_guid_to_str[n].guid, 549 print_guid(const uint8_t *guid) 555 printf("%02x", guid[index[i]]);
|
efiblock.c | 364 struct uuid guid; member in struct:__anon8dda5ceb0108 387 if (memcmp(ent->ent_type, &gpt_guid_to_str[n].guid, 549 print_guid(const uint8_t *guid) 555 printf("%02x", guid[index[i]]);
|
/src/sys/dev/acpi/wmi/ |
wmi_acpivar.h | 53 * The GUID itself. The used format is the usual 32-16-16-64-bit 87 struct guid_t guid; member in struct:wmi_t
|
wmi_acpivar.h | 53 * The GUID itself. The used format is the usual 32-16-16-64-bit 87 struct guid_t guid; member in struct:wmi_t
|
wmi_acpi.c | 242 (void)memcpy(&wmi->guid, obj->Buffer.Pointer + offset, siz); 275 wmi->guid.data1, wmi->guid.data2, wmi->guid.data3); 278 wmi->guid.data4[0], wmi->guid.data4[1], 279 wmi->guid.data4[2], wmi->guid.data4[3], 280 wmi->guid.data4[4], wmi->guid.data4[5] 323 struct guid_t guid; local in function:acpi_wmi_guid_get [all...] |
wmi_acpi.c | 242 (void)memcpy(&wmi->guid, obj->Buffer.Pointer + offset, siz); 275 wmi->guid.data1, wmi->guid.data2, wmi->guid.data3); 278 wmi->guid.data4[0], wmi->guid.data4[1], 279 wmi->guid.data4[2], wmi->guid.data4[3], 280 wmi->guid.data4[4], wmi->guid.data4[5] 323 struct guid_t guid; local in function:acpi_wmi_guid_get [all...] |
/src/sys/lib/libgnuefi/ |
Makefile | 54 error.c event.c guid.c hand.c hw.c init.c lock.c \ 61 COPTS.guid.c= -Wno-missing-field-initializers
|
Makefile | 54 error.c event.c guid.c hand.c hw.c init.c lock.c \ 61 COPTS.guid.c= -Wno-missing-field-initializers
|
/src/sys/arch/ia64/stand/ia64/efi/ |
main.c | 275 guid_to_string(EFI_GUID *guid) 281 guid->Data1, guid->Data2, guid->Data3, guid->Data4[0], 282 guid->Data4[1], guid->Data4[2], guid->Data4[3], guid->Data4[4], 283 guid->Data4[5], guid->Data4[6], guid->Data4[7]) 294 EFI_GUID *guid; local in function:command_configuration [all...] |
main.c | 275 guid_to_string(EFI_GUID *guid) 281 guid->Data1, guid->Data2, guid->Data3, guid->Data4[0], 282 guid->Data4[1], guid->Data4[2], guid->Data4[3], guid->Data4[4], 283 guid->Data4[5], guid->Data4[6], guid->Data4[7]) 294 EFI_GUID *guid; local in function:command_configuration [all...] |
/src/sys/dev/fdt/ |
fdt_boot.c | 455 if (of_hasprop(chosen, "netbsd,gpt-guid")) { 456 const struct uuid *guid = local in function:fdt_detect_root_device 457 fdtbus_get_prop(chosen, "netbsd,gpt-guid", &len); 459 if (guid == NULL || len != 16) 463 uuid_snprintf(guidstr, sizeof(guidstr), guid);
|
fdt_boot.c | 455 if (of_hasprop(chosen, "netbsd,gpt-guid")) { 456 const struct uuid *guid = local in function:fdt_detect_root_device 457 fdtbus_get_prop(chosen, "netbsd,gpt-guid", &len); 459 if (guid == NULL || len != 16) 463 uuid_snprintf(guidstr, sizeof(guidstr), guid);
|
/src/sbin/efi/ |
certs.c | 273 uuid_t guid; member in struct:cert_tbl 285 return memcmp(&p->guid, &q->guid, sizeof(p->guid)); 293 return memcmp(a, &q->guid, sizeof(q->guid)); 301 #define _X(c,f,s) { .guid = EFI_CERT_ ## c ## _GUID, .name = #c, \ 315 printf("unknown owner GUID: ");
|
certs.c | 273 uuid_t guid; member in struct:cert_tbl 285 return memcmp(&p->guid, &q->guid, sizeof(p->guid)); 293 return memcmp(a, &q->guid, sizeof(q->guid)); 301 #define _X(c,f,s) { .guid = EFI_CERT_ ## c ## _GUID, .name = #c, \ 315 printf("unknown owner GUID: ");
|
/src/sys/arch/i386/stand/efiboot/ |
boot.c | 846 "GUID Variable Name Value\n" 850 CHAR16 *name = NULL, *tmp, *val, guid[128]; local in function:command_efivar 918 GuidToString(guid, &vendor); 920 rv = ucs2_to_utf8(guid, &uguid); 922 printf("GUID convert failed\n");
|
boot.c | 846 "GUID Variable Name Value\n" 850 CHAR16 *name = NULL, *tmp, *val, guid[128]; local in function:command_efivar 918 GuidToString(guid, &vendor); 920 rv = ucs2_to_utf8(guid, &uguid); 922 printf("GUID convert failed\n");
|
/src/sys/dev/acpi/ |
qcomscm.c | 419 efi_char *name, int name_size, struct uuid *guid, 432 reqsize = ALIGN(sizeof(*req)) + ALIGN(name_size) + ALIGN(sizeof(*guid)); 448 req->guid_size = sizeof(*guid); 451 memcpy((char *)req + req->guid_offset, guid, sizeof(*guid)); 532 efi_char *name, int name_size, struct uuid *guid, 545 reqsize = ALIGN(sizeof(*req)) + ALIGN(name_size) + ALIGN(sizeof(*guid)) + 562 req->guid_size = sizeof(*guid); 568 memcpy((char *)req + req->guid_offset, guid, sizeof(*guid)); 763 struct uuid guid; local in function:qcscm_uefi_dump_variables [all...] |
qcomscm.c | 419 efi_char *name, int name_size, struct uuid *guid, 432 reqsize = ALIGN(sizeof(*req)) + ALIGN(name_size) + ALIGN(sizeof(*guid)); 448 req->guid_size = sizeof(*guid); 451 memcpy((char *)req + req->guid_offset, guid, sizeof(*guid)); 532 efi_char *name, int name_size, struct uuid *guid, 545 reqsize = ALIGN(sizeof(*req)) + ALIGN(name_size) + ALIGN(sizeof(*guid)) + 562 req->guid_size = sizeof(*guid); 568 memcpy((char *)req + req->guid_offset, guid, sizeof(*guid)); 763 struct uuid guid; local in function:qcscm_uefi_dump_variables [all...] |
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_dp_mst_helper.h | 180 * @guid: guid for DP 1.2 branch device. port under this branch can be 242 u8 guid[16]; member in struct:drm_dp_mst_branch 260 u8 guid[16]; member in struct:drm_dp_nak_reply 266 u8 guid[16]; member in struct:drm_dp_link_address_ack_reply 343 u8 guid[16]; member in struct:drm_dp_connection_status_notify 411 u8 guid[16]; member in struct:drm_dp_resource_status_notify
|