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

12

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dsecurity.h31 extern BOOL ntfs_guid_is_zero(const GUID *guid);
32 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str);
53 extern void ntfs_generate_guid(GUID *guid);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dsecurity.c52 * @guid: [IN] guid to check
54 * Return TRUE if @guid is a valid pointer to a GUID and it is the zero GUID
57 BOOL ntfs_guid_is_zero(const GUID *guid) argument
59 return (memcmp(guid, zero_guid, sizeof(*zero_guid)));
64 * @guid: [IN] guid to convert
67 * Convert the GUID pointed to by @guid to a multi byte string of the form
78 char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str) argument
83 if (!guid) {
259 ntfs_generate_guid(GUID *guid) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/efi/
H A Dacpi.c33 grub_efi_guid_t *guid = local
36 if (! grub_memcmp (guid, &acpi_guid, sizeof (grub_efi_guid_t)))
51 grub_efi_guid_t *guid = local
54 if (! grub_memcmp (guid, &acpi20_guid, sizeof (grub_efi_guid_t)))
H A Dloadbios.c108 grub_efi_guid_t *guid = local
111 if (! grub_memcmp (guid, &acpi2_guid, sizeof (grub_efi_guid_t)))
116 else if (! grub_memcmp (guid, &acpi_guid, sizeof (grub_efi_guid_t)))
125 else if (! grub_memcmp (guid, &smbios_guid, sizeof (grub_efi_guid_t)))
H A Dlsefisystab.c32 grub_efi_guid_t guid; member in struct:guid_mapping
89 if (grub_memcmp (&guid_mappings[j].guid, &t->vendor_guid,
H A Dlssal.c138 grub_efi_guid_t guid = GRUB_EFI_SAL_TABLE_GUID; local
142 if (grub_memcmp (&guid, &t->vendor_guid,
/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/
H A Dpnvram.c109 char *guid, *attr, *name, *varname; local
119 guid = var->name + sizeof ("EfiEmu.pnvram.") - 1;
121 attr = grub_strchr (guid, '.');
142 efivar->guid.data1 = grub_cpu_to_le32 (grub_strtoul (guid, &guid, 16));
143 if (*guid != '-')
145 guid++;
147 efivar->guid.data2 = grub_cpu_to_le16 (grub_strtoul (guid,
[all...]
H A Dmain.c83 grub_efiemu_unregister_configuration_table (grub_efi_guid_t guid) argument
89 && !grub_memcmp (&(efiemu_config_tables->guid), &guid, sizeof (guid)))
102 if (grub_memcmp (&(cur->guid), &guid, sizeof (guid)) == 0)
141 grub_efiemu_register_configuration_table (grub_efi_guid_t guid, argument
152 err = grub_efiemu_unregister_configuration_table (guid);
160 tbl->guid
[all...]
H A Dprepare.c97 grub_memcpy (&(conftables[i].vendor_guid), &(cur->guid),
98 sizeof (cur->guid));
/osnet-11/usr/src/grub/grub2/include/grub/efiemu/
H A Druntime.h32 grub_efi_guid_t guid; member in struct:efi_variable
H A Defiemu.h175 grub_efi_guid_t guid; member in struct:grub_efiemu_configuration_table
192 grub_err_t grub_efiemu_unregister_configuration_table (grub_efi_guid_t guid);
194 grub_efiemu_register_configuration_table (grub_efi_guid_t guid,
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_gids.c128 * generate a guid (globally unique id)
137 char *guid; local
143 guid = (char *)malloc(SIP_RANDOM_LEN + 1);
144 if (guid == NULL)
161 (void) snprintf(guid, SIP_RANDOM_LEN + 1, "%u%u", random, time);
162 guidlen = strlen(guid);
169 free(guid);
175 guid[i] = r[i];
179 return (guid);
188 char *guid; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgpt_partition.h54 grub_uint8_t guid[16]; member in struct:grub_gpt_header
64 grub_uint8_t guid[16]; member in struct:grub_gpt_partentry
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_shadow.c229 uint64_t guid; local
279 guid = zfs_prop_get_int(zhp, ZFS_PROP_GUID);
281 guid);
357 uint64_t guid; local
359 guid = zfs_prop_get_int(zhp, ZFS_PROP_GUID);
361 guid);
H A Dlibzfs_import.c32 * pool guid -> toplevel vdev guid -> label txg
129 uint64_t guid; local
144 * the name list and see if we find a matching guid. If so, replace
147 * There may be multiple names associated with a particular guid, in
155 verify(nvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID, &guid) == 0);
162 if (ne->ne_guid == guid) {
324 * known configs. The last thing to do is add the vdev guid -> path
347 pool_active(libzfs_handle_t *hdl, const char *name, uint64_t guid, argument
366 *isactive = (theguid == guid);
444 uint64_t version, guid; local
1592 zpool_find_import_cached_impl(libzfs_handle_t *hdl, const char *cachefile, char *poolname, uint64_t guid, boolean_t trusted, boolean_t validate) argument
1685 zpool_find_import_cached(libzfs_handle_t *hdl, const char *cache, char *name, uint64_t guid) argument
1749 zpool_find_import_cluster(libzfs_handle_t *hdl, char *poolname, uint64_t guid, const char *cachefile, boolean_t cachefile_trusted, char **searchpath, int npaths) argument
1769 find_guid(nvlist_t *nv, uint64_t guid) argument
1801 uint64_t guid; local
1835 uint64_t guid, vdev_guid; local
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dstore.c3054 char guidAsciiBuf[33]; /* size of ascii hex 16 byte guid with NULL */
3087 lu->guid[0], lu->guid[1], lu->guid[2], lu->guid[3], lu->guid[4],
3088 lu->guid[5], lu->guid[6], lu->guid[7], lu->guid[
3258 unsigned int guid[sizeof (stmfGuid)]; local
[all...]
H A Dstmf.c623 * sort on guid
633 if (g1->guid[i] > g2->guid[i])
635 if (g1->guid[i] < g2->guid[i])
960 bcopy(&lu->guid, &ioctlViewEntry->ve_guid,
1149 * lu - guid of the logical unit to which the view entry is added
1275 * lu - guid of the logical unit to which the view entry is added
1588 * luGuid - If non-NULL, on success, contains the guid of the created logical
1664 stmfGuid guid; local
2533 removeGuidFromDiskStore(stmfGuid *guid) argument
2545 addGuidToDiskStore(stmfGuid *guid, char *filename) argument
2558 persistDiskGuid(stmfGuid *guid, char *filename, boolean_t persist) argument
3479 unsigned int guid[LU_GUID_SIZE]; local
5886 stmfGuidToAscii(stmfGuid *guid, char *str, size_t len) argument
[all...]
H A Dlibstmf.h195 uchar_t guid[16]; member in struct:_stmfGuid
201 stmfGuid guid[1]; member in struct:_stmfGuidList
404 int stmfGetViewResourceList(stmfGuid *guid, viewResourceList **resourceList);
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c484 grub_printf ("/1394(%llx)", (unsigned long long) firewire.guid);
688 (unsigned) proto.guid.data1,
689 (unsigned) proto.guid.data2,
690 (unsigned) proto.guid.data3,
691 (unsigned) proto.guid.data4[0],
692 (unsigned) proto.guid.data4[1],
693 (unsigned) proto.guid.data4[2],
694 (unsigned) proto.guid.data4[3],
695 (unsigned) proto.guid.data4[4],
696 (unsigned) proto.guid
[all...]
/osnet-11/usr/src/lib/libdevid/
H A Dlibdevid.h54 extern void devid_free_guid(char *guid);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dxnu.c48 grub_efi_guid_t guid; member in struct:tbl_alias
724 grub_efi_guid_t guid; local
732 guid = grub_efi_system_table->configuration_table[i].vendor_guid;
740 guid =
749 guid =
757 guid.data1, guid.data2, guid.data3, guid.data4[0],
758 guid
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c434 && efiemu_memequal (&(efivar->guid), vendor_guid,
435 sizeof (efivar->guid)))
500 efiemu_memcpy (vendor_guid, &(efivar->guid),
501 sizeof (efivar->guid));
549 efiemu_memcpy (&(efivar->guid), vendor_guid, sizeof (efivar->guid));
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetdfs.c1108 if (!netdfs_guid_fromstr(info->i_guid, &info4->guid))
1141 if (!netdfs_guid_fromstr(info->i_guid, &info5->guid))
1176 if (!netdfs_guid_fromstr(info->i_guid, &info6->guid))
1328 * Converts the guid string into binary format in network byte order.
1331 netdfs_guid_fromstr(char *guid_str, netdfs_uuid_t *guid) argument
1338 bcopy(&uuid, guid, sizeof (uuid_t));
1340 guid->data1 = htonl(guid->data1);
1341 guid->data2 = htons(guid
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfsinfo.c258 grub_uint64_t guid; local
295 grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_GUID, &guid);
299 grub_printf_ (N_("Pool GUID: %016llx\n"), (long long unsigned) guid);

Completed in 52 milliseconds

12