| /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 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:__anon7516 101 if (memcmp(&alglist[i], &algname[j].guid,
|
| efiblock.c | 364 struct uuid guid; member in struct:__anon7513 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 [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 [all...] |
| /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/dev/fdt/ |
| fdt_boot.c | 455 if (of_hasprop(chosen, "netbsd,gpt-guid")) { 456 const struct uuid *guid = local 457 fdtbus_get_prop(chosen, "netbsd,gpt-guid", &len); 459 if (guid == NULL || len != 16) 463 uuid_snprintf(guidstr, sizeof(guidstr), guid);
|
| /src/sys/arch/i386/stand/efiboot/ |
| boot.c | 906 "GUID Variable Name Value\n" 910 CHAR16 *name = NULL, *tmp, *val, guid[128]; local 978 GuidToString(guid, &vendor); 980 rv = ucs2_to_utf8(guid, &uguid); 982 printf("GUID convert failed\n");
|
| /src/external/bsd/file/dist/src/ |
| funcs.c | 843 struct guid { struct 851 file_parse_guid(const char *s, uint64_t *guid) 853 struct guid *g = CAST(struct guid *, CAST(void *, guid)); 876 file_print_guid(char *str, size_t len, const uint64_t *guid) 878 const struct guid *g = CAST(const struct guid *, 879 CAST(const void *, guid));
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_vdev.c | 1052 uint64_t guid, spareguid; local 1072 verify(nvlist_lookup_uint64(label, ZPOOL_CONFIG_GUID, &guid) == 0); 1082 if (spareguid == guid)
|
| /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 [all...] |
| /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:__anon2579 956 if (memcmp(guid, map[i].guid, sizeof(*guid)) == 0) { 961 hyperv_guid2str(guid, str, size);
|
| /src/sys/dev/usb/ |
| uvideo.c | 965 /* TODO: copy guid */ 1331 const usb_guid_t *guid; local 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/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/usr.bin/audio/common/ |
| libaudio.h | 253 u_int8_t guid[14]; member in struct:__anon8215
|
| /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 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/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs.h | 370 uint64_t guid; /* guid of a pool to find */ member in struct:importargs
|
| libzfs_import.c | 36 * pool guid -> toplevel vdev guid -> label txg 141 uint64_t guid; local 156 * the name list and see if we find a matching guid. If so, replace 159 * There may be multiple names associated with a particular guid, in 167 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &guid) == 0); 174 if (ne->ne_guid == guid) { 338 * known configs. The last thing to do is add the vdev guid -> path 358 * Returns true if the named pool matches the given GUID. 361 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, 456 uint64_t guid; local 1610 uint64_t guid; local 1644 uint64_t guid, vdev_guid; local [all...] |
| libzfs_pool.c | 150 * vdev's guid then get it from the zhp config nvlist. 825 * Convert from feature name to feature guid. This conversion is 1925 * 'avail_spare' is set to TRUE if the provided guid refers to an AVAIL 2171 uint64_t guid; local 2175 guid = strtoull(path, &end, 10); 2176 if (guid != 0 && *end == '\0') { 2177 verify(nvlist_add_uint64(search, ZPOOL_CONFIG_GUID, guid) == 0); 2516 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, vdev_aux_t aux) 2523 dgettext(TEXT_DOMAIN, "cannot fault %llu"), guid); 2526 zc.zc_guid = guid; [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu_send.c | 1779 /* A map from guid to dataset to help handle dedup'd streams. */ 1822 uint64_t guid; member in struct:guid_map_entry 1833 if (gmep1->guid < gmep2->guid) 1835 else if (gmep1->guid > gmep2->guid) 2270 * If the GUID of the referenced dataset is different from the 2271 * GUID of the target dataset, find the referenced dataset. 2274 gmesrch.guid = drrwbr->drr_refguid; 2896 /* if this stream is dedup'ed, set up the avl tree for guid mapping * [all...] |
| spa_misc.c | 140 * spa_guid_exists() Determine whether a pool/device guid exists. 1078 spa_aux_exists(uint64_t guid, uint64_t *pool, int *refcnt, avl_tree_t *avl) 1082 search.aux_guid = guid; 1165 spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt) 1170 found = spa_aux_exists(guid, pool, refcnt, &spa_spare_avl); 1218 spa_l2cache_exists(uint64_t guid, uint64_t *pool) 1223 found = spa_aux_exists(guid, pool, NULL, &spa_l2cache_avl); 1587 uint64_t guid = spa_get_random(-1ULL); local 1590 while (guid == 0 || spa_guid_exists(spa_guid(spa), guid)) 1747 uint64_t guid; local [all...] |
| vdev.c | 264 vdev_lookup_by_guid(vdev_t *vd, uint64_t guid) 268 if (vd->vdev_guid == guid) 272 if ((mvd = vdev_lookup_by_guid(vd->vdev_child[c], guid)) != 334 * Walk up all ancestors to update guid sum. 368 * Walk up all ancestors to update guid sum. 408 vdev_alloc_common(spa_t *spa, uint_t id, uint64_t guid, vdev_ops_t *ops) 420 if (guid == 0 && ops != &vdev_hole_ops) { 423 * The root vdev's guid will also be the pool guid, 426 guid = spa_generate_guid(NULL) 474 uint64_t guid = 0, islog, nparity; local 1486 uint64_t guid = 0, top_guid; local 2343 uint64_t guid, version; local [all...] |