| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | asf | 9 #>0 guid 75B22636-668E-11CF-A6D9-00AA0062CE6C 13 >0 guid 33000890-E5B1-11CF-89F4-00A0C90349CB 14 >0 guid D6E229D3-35DA-11D1-9034-00A0C90349BE ASF_Index_Object 15 >0 guid FEB103F8-12AD-4C64-840F-2A1D2F7AD48C ASF_Media_Object_Index_Object 16 >0 guid 3CB73FD0-0C4A-4803-953D-EDF7B6228F0C ASF_Timecode_Index_Object 19 >0 guid 8CABDCA1-A947-11CF-8EE4-00C00C205365 22 >0 guid B7DC0791-A9B7-11CF-8EE6-00C00C205365 29 >>24 guid F8699E40-5B4D-11CF-A8FD-00805F5C442B \b, Audio Media ( 37 >>24 guid BC19EFC0-5B4D-11CF-A8FD-00805F5C442B \b, Video Media ( 55 >0 guid 5FBF03B5-A92E-11CF-8EE3-00C00C205365 [all …]
|
| H A D | unisig | 10 >>8 guid x %s
|
| /netbsd-src/sys/dev/acpi/wmi/ |
| H A D | wmi_acpi.c | 242 (void)memcpy(&wmi->guid, obj->Buffer.Pointer + offset, siz); in acpi_wmi_add() 275 wmi->guid.data1, wmi->guid.data2, wmi->guid.data3); in acpi_wmi_dump() 278 wmi->guid.data4[0], wmi->guid.data4[1], in acpi_wmi_dump() 279 wmi->guid.data4[2], wmi->guid.data4[3], in acpi_wmi_dump() 280 wmi->guid.data4[4], wmi->guid.data4[5], in acpi_wmi_dump() 281 wmi->guid.data4[6], wmi->guid.data4[7]); in acpi_wmi_dump() 284 UGET16(wmi->guid.oid), wmi->guid.count, wmi->guid.flags); in acpi_wmi_dump() 323 struct guid_t guid; in acpi_wmi_guid_get() local 349 guid.data1 = be32dec(&bin[0]); in acpi_wmi_guid_get() 350 guid.data2 = be16dec(&bin[4]); in acpi_wmi_guid_get() [all …]
|
| /netbsd-src/sys/arch/ia64/stand/ia64/efi/ |
| H A D | main.c | 275 guid_to_string(EFI_GUID *guid) in guid_to_string() argument 281 guid->Data1, guid->Data2, guid->Data3, guid->Data4[0], in guid_to_string() 282 guid->Data4[1], guid->Data4[2], guid->Data4[3], guid->Data4[4], in guid_to_string() 283 guid->Data4[5], guid->Data4[6], guid->Data4[7]); in guid_to_string() 294 EFI_GUID *guid; in command_configuration() local 297 guid = &ST->ConfigurationTable[i].VendorGuid; in command_configuration() 298 if (!memcmp(guid, &mps, sizeof(EFI_GUID))) in command_configuration() 300 else if (!memcmp(guid, &acpi, sizeof(EFI_GUID))) in command_configuration() 302 else if (!memcmp(guid, &acpi20, sizeof(EFI_GUID))) in command_configuration() 304 else if (!memcmp(guid, &smbios, sizeof(EFI_GUID))) in command_configuration() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
| H A D | libzfs_import.c | 140 uint64_t guid; in fix_paths() local 166 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &guid) == 0); in fix_paths() 173 if (ne->ne_guid == guid) { in fix_paths() 360 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, in pool_active() argument 379 *isactive = (theguid == guid); in pool_active() 455 uint64_t guid; in get_configs() local 555 guid = fnvlist_lookup_uint64(tmp, in get_configs() 558 ZPOOL_CONFIG_POOL_GUID, guid); in get_configs() 646 &guid) == 0); in get_configs() 721 nvlist_add_uint64(nvroot, ZPOOL_CONFIG_GUID, guid) != 0 || in get_configs() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/common/zfs/ |
| H A D | zfeature_common.c | 92 zfeature_is_supported(const char *guid) in zfeature_is_supported() argument 99 if (strcmp(guid, feature->fi_guid) == 0) in zfeature_is_supported() 133 zfeature_register(spa_feature_t fid, const char *guid, const char *name, in zfeature_register() argument 144 ASSERT(zfeature_is_valid_guid(guid)); in zfeature_register() 150 feature->fi_guid = guid; in zfeature_register()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | vdev.h | 63 extern vdev_t *vdev_lookup_by_guid(vdev_t *vd, uint64_t guid); 105 extern int vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux); 106 extern int vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux); 107 extern int vdev_online(spa_t *spa, uint64_t guid, uint64_t flags, 109 extern int vdev_offline(spa_t *spa, uint64_t guid, uint64_t flags);
|
| H A D | spa.h | 671 extern int spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot, 673 extern int spa_vdev_detach(spa_t *spa, uint64_t guid, uint64_t pguid, 675 extern int spa_vdev_remove(spa_t *spa, uint64_t guid, boolean_t unspare); 677 extern int spa_vdev_setpath(spa_t *spa, uint64_t guid, const char *newpath); 678 extern int spa_vdev_setfru(spa_t *spa, uint64_t guid, const char *newfru); 685 extern boolean_t spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt); 691 extern boolean_t spa_l2cache_exists(uint64_t guid, uint64_t *pool); 836 extern vdev_t *spa_lookup_by_guid(spa_t *spa, uint64_t guid, 838 extern boolean_t spa_has_spare(spa_t *, uint64_t guid);
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | debughook.c | 51 EFI_GUID guid = DUMMY_GUID; in DebugHook() local 61 efi_status = GetVariable(L"DUMMY_DEBUG", &data, &dataSize, guid); in DebugHook() 71 &guid); in DebugHook()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | efidisk.c | 279 if (part[i].guid != NULL) in efi_disk_show() 280 printf("%s", part[i].guid->name); in efi_disk_show() 335 if (part[j].guid != NULL) in efi_disk_show() 336 printf("%s", part[j].guid->name); in efi_disk_show() 396 if (guid_is_equal(part[i].guid->guid, &GET_efi)) in efidisk_get_efi_system_partition()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | spa_misc.c | 1078 spa_aux_exists(uint64_t guid, uint64_t *pool, int *refcnt, avl_tree_t *avl) in spa_aux_exists() argument 1082 search.aux_guid = guid; in spa_aux_exists() 1165 spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt) in spa_spare_exists() argument 1170 found = spa_aux_exists(guid, pool, refcnt, &spa_spare_avl); in spa_spare_exists() 1218 spa_l2cache_exists(uint64_t guid, uint64_t *pool) in spa_l2cache_exists() argument 1223 found = spa_aux_exists(guid, pool, NULL, &spa_l2cache_avl); in spa_l2cache_exists() 1587 uint64_t guid = spa_get_random(-1ULL); in spa_generate_guid() local 1590 while (guid == 0 || spa_guid_exists(spa_guid(spa), guid)) in spa_generate_guid() 1591 guid = spa_get_random(-1ULL); in spa_generate_guid() 1593 while (guid == 0 || spa_guid_exists(guid, 0)) in spa_generate_guid() [all …]
|
| H A D | vdev.c | 264 vdev_lookup_by_guid(vdev_t *vd, uint64_t guid) in vdev_lookup_by_guid() argument 268 if (vd->vdev_guid == guid) in vdev_lookup_by_guid() 272 if ((mvd = vdev_lookup_by_guid(vd->vdev_child[c], guid)) != in vdev_lookup_by_guid() 408 vdev_alloc_common(spa_t *spa, uint_t id, uint64_t guid, vdev_ops_t *ops) in vdev_alloc_common() argument 420 if (guid == 0 && ops != &vdev_hole_ops) { in vdev_alloc_common() 426 guid = spa_generate_guid(NULL); in vdev_alloc_common() 431 guid = spa_generate_guid(spa); in vdev_alloc_common() 433 ASSERT(!spa_guid_exists(spa_guid(spa), guid)); in vdev_alloc_common() 438 vd->vdev_guid = guid; in vdev_alloc_common() 439 vd->vdev_guid_sum = guid; in vdev_alloc_common() [all …]
|
| H A D | spa.c | 792 uint64_t guid; in spa_change_guid() local 796 guid = spa_generate_guid(NULL); in spa_change_guid() 799 spa_change_guid_sync, &guid, 5, ZFS_SPACE_CHECK_RESERVED); in spa_change_guid() 1521 uint64_t guid; in spa_load_l2cache() local 1546 &guid) == 0); in spa_load_l2cache() 1551 if (vd != NULL && guid == vd->vdev_guid) { in spa_load_l2cache() 3294 uint64_t guid; in spa_add_spares() local 3321 ZPOOL_CONFIG_GUID, &guid) == 0); in spa_add_spares() 3322 if (spa_spare_exists(guid, &pool, NULL) && in spa_add_spares() 3343 uint64_t guid; in spa_add_l2cache() local [all …]
|
| /netbsd-src/sys/dev/usb/ |
| H A D | uvideo.c | 1331 const usb_guid_t *guid; in uvideo_stream_init_frame_based_format() local 1351 guid = GETP(uvideo_vs_format_uncompressed_descriptor_t, in uvideo_stream_init_frame_based_format() 1354 if (usb_guid_cmp(guid, &uvideo_guid_format_yuy2) == 0) in uvideo_stream_init_frame_based_format() 1356 else if (usb_guid_cmp(guid, &uvideo_guid_format_nv12) == 0) in uvideo_stream_init_frame_based_format() 1358 else if (usb_guid_cmp(guid, &uvideo_guid_format_uyvy) == 0) in uvideo_stream_init_frame_based_format() 1363 usb_guid_print(guid); in uvideo_stream_init_frame_based_format() 1476 guid = GETP( in uvideo_stream_init_frame_based_format() 1482 usb_guid_print(guid); in uvideo_stream_init_frame_based_format() 3236 usb_guid_print(const usb_guid_t *guid) in usb_guid_print() argument 3239 UGETDW(guid->data1), in usb_guid_print() [all …]
|
| /netbsd-src/sys/arch/i386/stand/lib/ |
| H A D | biosdisk.h | 36 const struct uuid *guid; member 38 } *guid; member
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | funcs.c | 843 struct guid { struct 851 file_parse_guid(const char *s, uint64_t *guid) in file_parse_guid() argument 853 struct guid *g = CAST(struct guid *, CAST(void *, guid)); in file_parse_guid() 876 file_print_guid(char *str, size_t len, const uint64_t *guid) in file_print_guid() argument 878 const struct guid *g = CAST(const struct guid *, in file_print_guid() 879 CAST(const void *, guid)); in file_print_guid()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_dp_mst_helper.h | 242 u8 guid[16]; member 260 u8 guid[16]; member 266 u8 guid[16]; member 343 u8 guid[16]; member 411 u8 guid[16]; member
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | efirng.c | 50 EFI_GUID guid; member 101 if (memcmp(&alglist[i], &algname[j].guid, in efi_rng_show()
|
| /netbsd-src/sys/dev/dkwedge/ |
| H A D | dkwedge_gpt.c | 85 gpt_ptype_guid_to_str(const struct uuid *guid) in gpt_ptype_guid_to_str() argument 91 guid, sizeof(*guid)) == 0) in gpt_ptype_guid_to_str()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_dp_mst_topology.c | 97 u8 *guid); 760 memcpy(repmsg->u.link_addr.guid, &raw->msg[idx], 16); in drm_dp_sideband_parse_link_address() 946 memcpy(msg->u.nak.guid, &raw->msg[1], 16); in drm_dp_sideband_parse_reply() 989 memcpy(msg->u.conn_stat.guid, &raw->msg[idx], 16); in drm_dp_sideband_parse_connection_status_notify() 1016 memcpy(msg->u.resource_stat.guid, &raw->msg[idx], 16); in drm_dp_sideband_parse_resource_status_notify() 2084 static void drm_dp_check_mstb_guid(struct drm_dp_mst_branch *mstb, u8 *guid) in drm_dp_check_mstb_guid() argument 2088 memcpy(mstb->guid, guid, 16); in drm_dp_check_mstb_guid() 2090 if (!drm_dp_validate_guid(mstb->mgr, mstb->guid)) { in drm_dp_check_mstb_guid() 2097 mstb->guid); in drm_dp_check_mstb_guid() 2103 mstb->guid, in drm_dp_check_mstb_guid() [all …]
|
| /netbsd-src/sys/lib/libgnuefi/ |
| H A D | Makefile | 54 error.c event.c guid.c hand.c hw.c init.c lock.c \ 61 COPTS.guid.c= -Wno-missing-field-initializers
|
| /netbsd-src/sys/dev/fdt/ |
| H A D | fdt_boot.c | 455 if (of_hasprop(chosen, "netbsd,gpt-guid")) { in fdt_detect_root_device() local 456 const struct uuid *guid = in fdt_detect_root_device() 457 fdtbus_get_prop(chosen, "netbsd,gpt-guid", &len); in fdt_detect_root_device() 459 if (guid == NULL || len != 16) in fdt_detect_root_device() 463 uuid_snprintf(guidstr, sizeof(guidstr), guid); in fdt_detect_root_device()
|
| /netbsd-src/sys/dev/hyperv/ |
| H A D | hyperv_common.c | 98 hyperv_guid2str(const struct hyperv_guid *guid, char *buf, size_t sz) in hyperv_guid2str() argument 100 const uint8_t *d = guid->hv_guid; in hyperv_guid2str()
|
| H A D | vmbusic.c | 56 vmbusic_probe(struct vmbus_attach_args *aa, const struct hyperv_guid *guid) in vmbusic_probe() argument 59 if (memcmp(aa->aa_type, guid, sizeof(*aa->aa_type)) != 0) in vmbusic_probe()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | winsock.c | 41 static BOOL uv__get_extension_function(SOCKET socket, GUID guid, in uv__get_extension_function() argument 48 &guid, in uv__get_extension_function() 49 sizeof(guid), in uv__get_extension_function()
|