/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
|
/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);
|
/src/sys/stand/efiboot/ |
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]]);
|
/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_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
|
/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...] |
/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);
|
/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: ");
|
/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");
|
/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...] |
/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
|
/src/sys/dev/usb/ |
uvideo.c | 965 /* TODO: copy guid */ 1331 const usb_guid_t *guid; local in function:uvideo_stream_init_frame_based_format 1351 guid = GETP(uvideo_vs_format_uncompressed_descriptor_t, 1354 if (usb_guid_cmp(guid, &uvideo_guid_format_yuy2) == 0) 1356 else if (usb_guid_cmp(guid, &uvideo_guid_format_nv12) == 0) 1358 else if (usb_guid_cmp(guid, &uvideo_guid_format_uyvy) == 0) 1363 usb_guid_print(guid); 1476 guid = GETP( 1482 usb_guid_print(guid); 3236 usb_guid_print(const usb_guid_t *guid) [all...] |
/src/usr.bin/audio/common/ |
libaudio.h | 253 u_int8_t guid[14]; member in struct:__anond62644d50408
|
/src/usr.sbin/sysinst/ |
gpt.c | 131 char gp_id[GUID_STR_LEN]; /* partition guid as string */ 224 } else if (strcmp(tag, "GUID:") == 0) { 964 char *guid = NULL; local in function:gpt_get_uuid_part_type 967 uuid_to_string(id, &guid, &err); 968 strlcpy(str, err == uuid_s_ok ? guid : "-", sizeof str); 969 free(guid); 1275 * GUID should never change, but the internal copy
|
/src/sys/dev/hyperv/ |
vmbus.c | 925 hyperv_guid_sprint(struct hyperv_guid *guid, char *str, size_t size) 928 const struct hyperv_guid *guid; member in struct:hyperv_guid_sprint::__anon864072540208 956 if (memcmp(guid, map[i].guid, sizeof(*guid)) == 0) { 961 hyperv_guid2str(guid, str, size);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dp_mst_topology.c | 97 u8 *guid); 760 memcpy(repmsg->u.link_addr.guid, &raw->msg[idx], 16); 946 memcpy(msg->u.nak.guid, &raw->msg[1], 16); 989 memcpy(msg->u.conn_stat.guid, &raw->msg[idx], 16); 1016 memcpy(msg->u.resource_stat.guid, &raw->msg[idx], 16); 2084 static void drm_dp_check_mstb_guid(struct drm_dp_mst_branch *mstb, u8 *guid) 2088 memcpy(mstb->guid, guid, 16); 2090 if (!drm_dp_validate_guid(mstb->mgr, mstb->guid)) { 2097 mstb->guid); 3664 u8 guid[16]; local in function:drm_dp_mst_topology_mgr_resume 3841 const u8 *guid = NULL; local in function:drm_dp_mst_process_up_req [all...] |
/src/sys/dev/ieee1394/ |
fwohcireg.h | 228 fwohcireg_t guid; /* GUID_ROM No. 0x4 */ member in struct:ohci_registers 239 fwohcireg_t guid_hi; /* GUID hi 0x24 */ 240 fwohcireg_t guid_lo; /* GUID lo 0x28 */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc.h | 991 // 128bit GUID in binary form 992 unsigned char guid[16]; member in struct:dc_container_id 995 // 128bit GUID in binary formufacturer name -> ELD.ManufacturerName
|
/src/sys/dev/pci/ |
mpiireg.h | 1357 u_int8_t guid[24]; member in struct:mpii_cfg_raid_vol_pg1
|
/src/sys/external/bsd/drm2/dist/drm/amd/include/ |
atomfirmware.h | 987 uint8_t guid[16]; // a GUID is a 16 byte long string member in struct:atom_external_display_connection_info
|