Searched defs:guid (Results 26 - 38 of 38) sorted by relevance

12

/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c377 uint64_t guid; local
387 nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID, &guid) ||
399 bean->method_setId, (jlong)guid);
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c406 efi_guid_t *guid = (efi_guid_t *) uuid; local
409 guid->time_low = PED_SWAP32 (guid->time_low);
410 guid->time_mid = PED_SWAP16 (guid->time_mid);
411 guid->time_hi_and_version = PED_SWAP16 (guid->time_hi_and_version);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1186 uint64_t guid; local
1192 &guid, DATA_TYPE_UINT64, NULL) != 0)
1195 if (guid != inguid)
/osnet-11/usr/src/lib/libstmf/common/
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);
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...]
/osnet-11/usr/src/lib/libzfs/common/
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...]
H A Dlibzfs.h671 uint64_t guid; /* guid of a pool to find */ member in struct:importargs
H A Dlibzfs_pool.c152 * vdev's guid then get it from the zhp config nvlist.
1880 * 'avail_spare' is set to TRUE if the provided guid refers to an AVAIL
2103 uint64_t guid; local
2107 guid = strtoull(path, &end, 10);
2108 if (guid != 0 && *end == '\0') {
2109 verify(nvlist_add_uint64(search, ZPOOL_CONFIG_GUID, guid) == 0);
2529 zpool_vdev_fault(zpool_handle_t *zhp, uint64_t guid, void *arg) argument
2537 dgettext(TEXT_DOMAIN, "cannot fault %llu"), guid);
2540 zc.zc_guid = guid;
2566 zpool_vdev_degrade(zpool_handle_t *zhp, uint64_t guid, voi argument
3252 zpool_vdev_clear(zpool_handle_t *zhp, uint64_t guid) argument
[all...]
H A Dlibzfs_sendrecv.c452 /* sort by guid */
466 fsavl_find(avl_tree_t *avl, zfs_type_t type, uint64_t guid, char **name) argument
472 fn_find.fn_guid = guid;
501 * ordered by guid.
533 uint64_t guid; local
535 VERIFY(0 == nvpair_value_uint64(elem, &guid));
543 fn->fn_guid = guid;
592 * "parentfromsnap" -> number (guid of fromsnap in parent)
595 * "snaps" -> { name (lastname) -> number (guid) }
597 * "shares" -> { name (lastname) -> number (guid) }
615 uint64_t guid = zhp->zfs_dmustats.dds_guid; local
646 uint64_t guid = zhp->zfs_dmustats.dds_guid; local
810 uint64_t guid = zhp->zfs_dmustats.dds_guid; local
1926 uint64_t guid; member in struct:guid_to_name_data
1948 guid_to_name(libzfs_handle_t *hdl, const char *parent, uint64_t guid, char *name) argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c2957 * Insert an index entry with the key @guid and data pointing to the mft record
2963 static int index_obj_id_insert(MFT_RECORD *m, const GUID *guid, argument
2986 idx_entry_new->key.object_id = *guid;
4334 uuid_generate((void*)&g_vol->guid);
4336 memset(&g_vol->guid, 0, sizeof(g_vol->guid));
4338 if (!create_file_volume(m, root_ref, volume_flags, &g_vol->guid))
4501 err = index_obj_id_insert(m, &g_vol->guid,
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c185 grub_uint64_t guid; member in struct:grub_zfs_device_desc
247 grub_uint64_t guid; member in struct:grub_zfs_data
659 if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "guid", &(fill->guid)))
677 grub_dprintf("zfs", "fill->dev=%p fill->guid=%llx insert->guid=%llx insert->dev=%p ashift=%d\n",
678 fill->dev, (unsigned long long)fill->guid,
679 (unsigned long long)insert->guid, insert->dev, fill->ashift);
680 if (!fill->dev && fill->guid == insert->guid)
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h543 grub_efi_uint64_t guid; member in struct:grub_efi_1394_device_path
705 grub_efi_guid_t guid; member in struct:grub_efi_protocol_device_path
714 grub_efi_guid_t guid __attribute__ ((packed)); member in struct:grub_efi_piwg_device_path
899 (*install_configuration_table) (grub_efi_guid_t *guid, void *table);

Completed in 109 milliseconds

12