Searched refs:uuid_t (Results 1 - 25 of 32) sorted by relevance

12

/osnet-11/usr/src/lib/libuuid/common/
H A Dllib-luuid34 void uuid_clear(uuid_t);
35 int uuid_compare(uuid_t, uuid_t);
36 void uuid_copy(uuid_t, uuid_t);
37 void uuid_generate(uuid_t);
38 void uuid_generate_random(uuid_t);
39 void uuid_generate_time(uuid_t);
40 int uuid_is_null(uuid_t);
41 int uuid_parse(char *, uuid_t);
[all...]
H A Duuid_misc.c59 void struct_to_string(uuid_t, struct uuid *);
60 void string_to_struct(struct uuid *, uuid_t);
145 uuid_compare(uuid_t uu1, uuid_t uu2)
H A Duuid.c83 void struct_to_string(uuid_t, struct uuid *);
84 void string_to_struct(struct uuid *, uuid_t);
368 * Unpacks the structure members in "struct uuid" to a char string "uuid_t".
371 struct_to_string(uuid_t ptr, struct uuid *uu)
405 * Packs the values in the "uuid_t" string into "struct uuid".
408 string_to_struct(struct uuid *uuid, uuid_t in)
443 uuid_generate_random(uuid_t uu)
450 (void) memset(uu, 0, sizeof (uuid_t));
453 fill_random_bytes(uu, sizeof (uuid_t));
482 uuid_generate_time(uuid_t u
[all...]
/osnet-11/usr/src/lib/libv12n/common/
H A Dlibv12n.h52 int v12n_domain_uuid(uuid_t);
/osnet-11/usr/src/lib/libbe/common/
H A Dlibbe_priv.h95 uuid_t gz_be_uuid; /* UUID of the global zone BE */
131 int be_get_uuid(const char *, uuid_t *);
190 int be_zone_get_parent_id(const char *, uuid_t *);
191 int be_zone_set_parent_id(const char *, uuid_t);
H A Dbe_zones.c49 uuid_t parent_uuid;
445 uuid_t cbe_parentbe_id = { 0 };
446 uuid_t nbe_parentbe_id = { 0 };
472 * it in the uuid_t reference pointer passed in.
475 * uu - pointer to a uuid_t to return the parentbe uuid in
483 be_zone_get_parent_id(const char *root_ds, uuid_t *uu)
546 be_zone_set_parent_id(const char *root_ds, uuid_t pud)
597 uuid_t parent_uuid = { 0 };
H A Dbe_create.c449 uuid_t gz_uuid = { 0 };
971 uuid_t uu = { 0 };
983 uuid_t parentbe_id = { 0 };
1775 uuid_t uu = { 0 };
1817 * uu - reference pointer to a uuid_t to return uuid in.
1825 be_get_uuid(const char *root_ds, uuid_t *uu)
2318 uuid_t parent_uuid = { 0 };
2379 uuid_t uu = { 0 };
H A Dbe_activate.c190 uuid_t uu = {0};
H A Dbe_mount.c279 uuid_t uu = { 0 };
447 uuid_t uu = { 0 };
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h49 typedef xfs_uint8_t uuid_t[16]; typedef
90 uuid_t sb_uuid; /* file system unique id */
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c199 uuid_t uu;
206 bcopy(uu, &id.data2, sizeof (uuid_t));
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c177 uuid_t uuid;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c182 /* convert from TSS_UUID to uuid_t */
184 tss_uuid_convert_from(TSS_UUID *uu, uuid_t ptr)
216 /* convert from uuid_t to TSS_UUID */
218 tss_uuid_convert_to(TSS_UUID *uuid, uuid_t in)
250 uuid_t udst, usrc;
263 uuid_t newuuid;
347 uuid_t uuid;
394 uuid_t uuid;
409 uuid_t uuid;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c277 uuid_t uuid;
1124 uuid_t uuid;
1351 uuid_t uuid;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/xfs/
H A Dxfs_sb.h94 uuid_t sb_uuid; /* file system unique id */
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c841 uuid_t uuid;
847 bzero(&uuid, sizeof (uuid_t));
H A Dlibsmb.h1176 uuid_t v_uuid;
H A Dsmb_info.c137 uuid_t guid;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c271 uuid_t uuid;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c188 uuid_t uuid_dat;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c298 uuid_t uuid;
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c605 uuid_t uu;
/osnet-11/usr/src/lib/libv12n/sparc/
H A Dlibv12n.c551 v12n_domain_uuid(uuid_t uuid)
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dnetdfs.c1333 uuid_t uuid;
1338 bcopy(&uuid, guid, sizeof (uuid_t));
H A Ddfs.c390 uuid_t uuid;
1088 uuid_t uuid;

Completed in 72 milliseconds

12