Searched refs:guid (Results 1 - 25 of 115) sorted by relevance

12345

/illumos-gate/usr/src/cmd/stmfproxy/aluaadm/
H A Daluaadm.c94 unsigned int guid[sizeof (stmfGuid)]; local
112 &guid[0], &guid[1], &guid[2], &guid[3], &guid[4], &guid[5],
113 &guid[6], &guid[7], &guid[
[all...]
/illumos-gate/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c254 char guid[32]; local
261 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), &hcaguid);
278 ret = nvlist_lookup_nvlist(hcalist, guid, &hcanv);
293 ret = nvlist_add_nvlist(hcalist, guid, hcanv);
328 char guid[32]; local
334 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), NULL);
358 ret = nvlist_lookup_nvlist(hcalist, guid, &hcanv);
397 char guid[3 local
456 uint64_t guid; local
[all...]
/illumos-gate/usr/src/cmd/lms/heci/
H A Dheci.h43 typedef struct guid { struct
57 HECI(const GUID guid, bool verbose = true) : argument
63 memcpy(&_guid, &guid, sizeof(_guid));
H A DHECIUnix.h39 HECILinux(const GUID guid, bool verbose = false);
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c80 static int printExtLuProps(stmfGuid *guid);
81 static void printGuid(stmfGuid *guid, FILE *printWhere);
154 " guid - 32 ascii hex characters in NAA format \n" \
607 unsigned int guid[sizeof (stmfGuid)]; local
670 &guid[0], &guid[1], &guid[2], &guid[3], &guid[4], &guid[
962 unsigned int guid[sizeof (stmfGuid)]; local
2047 printGuid(stmfGuid *guid, FILE *stream) argument
2056 printExtLuProps(stmfGuid *guid) argument
2675 unsigned int guid[sizeof (stmfGuid)]; local
2831 unsigned int guid[sizeof (stmfGuid)]; local
3300 unsigned int guid[sizeof (stmfGuid)]; local
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c131 * generate a guid (globally unique id)
140 char *guid; local
146 guid = (char *)malloc(SIP_RANDOM_LEN + 1);
147 if (guid == NULL)
164 (void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time);
165 guidlen = strlen(guid);
172 free(guid);
178 guid[i] = r[i];
182 return (guid);
191 char *guid; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgpt.h43 grub_uint8_t guid[16]; member in struct:grub_gpt_header
54 grub_uint8_t guid[16]; member in struct:grub_gpt_partentry
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.h49 srpt_ioc_t *srpt_ioc_get_locked(ib_guid_t guid);
50 srpt_ioc_t *srpt_ioc_get(ib_guid_t guid);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_011_neg.ksh67 typeset guid=$(get_config $TESTPOOL1 pool_guid)
70 target=$guid
71 log_note "Import by guid."
H A Dzpool_import_004_pos.ksh66 typeset guid=$(get_config $TESTPOOL1 pool_guid)
69 target=$guid
70 log_note "Import by guid."
H A Dzpool_import_005_pos.ksh64 typeset guid=$(get_config $TESTPOOL1 pool_guid)
67 target=$guid
68 log_note "Import by guid."
H A Dzpool_import_006_pos.ksh67 typeset guid=$(get_config $TESTPOOL1 pool_guid)
70 target=$guid
71 log_note "Import by guid."
H A Dzpool_import_007_pos.ksh67 typeset guid=$(get_config $TESTPOOL1 pool_guid)
70 target=$guid
71 log_note "Import by guid."
H A Dzpool_import_008_pos.ksh67 typeset guid=$(get_config $TESTPOOL1 pool_guid)
70 target=$guid
71 log_note "Import by guid."
H A Dzpool_import_rename_001_pos.ksh111 guid=$(get_config ${pools[i]} pool_guid)
125 target=$guid
126 log_note "Import by guid."
154 target=$guid
169 ID=$(zpool get -Ho value guid overflow)
H A Dzpool_import_012_pos.ksh130 guid=$(get_pool_prop guid $pool)
145 # for every off/on nfs bit import guid/pool_name
157 log_note "Import by guid."
158 if [[ -z $guid ]]; then
159 log_fail "guid should "\
162 target=$guid
163 guid_flag="$guid"
174 target=$guid
/illumos-gate/usr/src/cmd/sbdadm/
H A Dsbdadm.c166 gettext("guid in use"));
238 gettext("guid in use"));
342 delGuid.guid[j] = inGuid[j];
414 unsigned int guid[sizeof (stmfGuid)]; local
441 &guid[0], &guid[1], &guid[2], &guid[3], &guid[4], &guid[
636 print_lu_attr(stmfGuid *guid) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c190 EFI_GUID *guid; local
409 guid = &ST->ConfigurationTable[k].VendorGuid;
410 if (!memcmp(guid, &smbios, sizeof(EFI_GUID)) ||
411 !memcmp(guid, &smbios3, sizeof(EFI_GUID))) {
415 if (!memcmp(guid, &acpi20, sizeof(EFI_GUID))) {
539 guid_to_string(EFI_GUID *guid) argument
544 guid->Data1, guid->Data2, guid->Data3, guid
559 EFI_GUID *guid; local
714 EFI_GUID guid; member in struct:protocol_name
1040 uint64_t guid; local
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzfeature_common.c66 * Every feature guid must contain exactly one colon which separates a reverse
93 zfeature_is_supported(const char *guid) argument
100 if (strcmp(guid, feature->fi_guid) == 0)
144 zfeature_register(spa_feature_t fid, const char *guid, const char *name, argument
155 ASSERT(zfeature_is_valid_guid(guid));
164 feature->fi_guid = guid;
/illumos-gate/usr/src/uts/common/io/
H A Dtvhci.c504 /* set devi_addr to "g<guid>" */
509 char *guid, *addr;
512 MDI_CLIENT_GUID_PROP, &guid) != DDI_SUCCESS) {
513 cmn_err(CE_NOTE, "tvhci_initchild - no guid property");
518 (void) snprintf(addr, MAXNAMELEN, "g%s", guid);
522 ddi_prop_free(guid);
534 /* form paddr by cname@<phci_inst>,<guid> */
536 tvh_get_phci_devname(char *cname, char *guid, argument
540 cname, ddi_get_instance(pdip), guid);
545 * Return a pointer to the guid par
567 char *guid; local
[all...]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c36 * pool guid -> toplevel vdev guid -> label txg
132 uint64_t guid; local
147 * the name list and see if we find a matching guid. If so, replace
150 * There may be multiple names associated with a particular guid, in
158 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &guid) == 0);
165 if (ne->ne_guid == guid) {
329 * known configs. The last thing to do is add the vdev guid -> path
352 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, argument
371 *isactive = (theguid == guid);
447 uint64_t guid; local
1317 zpool_find_import_cached(libzfs_handle_t *hdl, const char *cachefile, char *poolname, uint64_t guid) argument
1466 find_guid(nvlist_t *nv, uint64_t guid) argument
1498 uint64_t guid; local
1532 uint64_t guid, vdev_guid; local
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c3049 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */
3082 lu->guid[0], lu->guid[1], lu->guid[2], lu->guid[3], lu->guid[4],
3083 lu->guid[5], lu->guid[6], lu->guid[7], lu->guid[
3253 unsigned int guid[sizeof (stmfGuid)]; local
[all...]
H A Dstmf.c451 * sort on guid
461 if (g1->guid[i] > g2->guid[i])
463 if (g1->guid[i] < g2->guid[i])
740 * lu - guid of the logical unit to which the view entry is added
1053 * luGuid - If non-NULL, on success, contains the guid of the created logical
1129 stmfGuid guid; local
1307 * on success, copy the resulting guid into the caller's guid i
1974 removeGuidFromDiskStore(stmfGuid *guid) argument
1986 addGuidToDiskStore(stmfGuid *guid, char *filename) argument
1999 persistDiskGuid(stmfGuid *guid, char *filename, boolean_t persist) argument
2865 unsigned int guid[LU_GUID_SIZE]; local
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c66 * Attempt to convert the pool guid to a name.
96 uint64_t guid; local
99 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &guid);
101 if (search == guid)
132 find_vdev(zpool_handle_t *zhp, uint64_t guid) argument
140 return (find_vdev_iter(nvroot, guid));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h62 extern vdev_t *vdev_lookup_by_guid(vdev_t *vd, uint64_t guid);
103 extern int vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux);
104 extern int vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux);
105 extern int vdev_online(spa_t *spa, uint64_t guid, uint64_t flags,
107 extern int vdev_offline(spa_t *spa, uint64_t guid, uint64_t flags);

Completed in 109 milliseconds

12345