Home
last modified time | relevance | path

Searched refs:uu (Results 1 – 25 of 35) sorted by relevance

12

/titanic_50/usr/src/lib/libuuid/common/
H A Duuid.c319 struct_to_string(uuid_t ptr, struct uuid *uu) in struct_to_string() argument
324 tmp = uu->time_low; in struct_to_string()
333 tmp = uu->time_mid; in struct_to_string()
338 tmp = uu->time_hi_and_version; in struct_to_string()
343 tmp = uu->clock_seq_hi_and_reserved; in struct_to_string()
345 tmp = uu->clock_seq_low; in struct_to_string()
348 (void) memcpy(out+10, uu->node_addr, 6); in struct_to_string()
391 uuid_generate_random(uuid_t uu) in uuid_generate_random() argument
395 if (uu == NULL) in uuid_generate_random()
398 (void) memset(uu, 0, sizeof (uuid_t)); in uuid_generate_random()
[all …]
/titanic_50/usr/src/cmd/uuidgen/
H A Duuidgen.c39 uuid_t uu = { 0 }; in main() local
79 uuid_generate_random(uu); in main()
82 uuid_generate_time(uu); in main()
84 uuid_generate(uu); in main()
87 if (uuid_is_null(uu) != 0) { in main()
94 uuid_unparse(uu, uu_string); in main()
/titanic_50/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c427 char *uu = NULL; in smbfs_save_propset() local
436 uu = sa_get_property_attr(propset, "extra"); in smbfs_save_propset()
437 if (uu != NULL) { in smbfs_save_propset()
438 (void) strlcat(propgroup, uu, sizeof (propgroup)); in smbfs_save_propset()
439 free(uu); in smbfs_save_propset()
699 char *uu = NULL; in smbfs_delete_section() local
706 uu = sa_get_property_attr(propset, "extra"); in smbfs_delete_section()
707 if (uu == NULL) in smbfs_delete_section()
709 (void) strlcat(propgroup, uu, sizeof (propgroup)); in smbfs_delete_section()
710 free(uu); in smbfs_delete_section()
/titanic_50/usr/src/lib/libbe/common/
H A Dbe_zones.c345 be_zone_get_parent_uuid(const char *root_ds, uuid_t *uu) in be_zone_get_parent_uuid() argument
383 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_zone_get_parent_uuid()
407 be_zone_set_parent_uuid(char *root_ds, uuid_t uu) in be_zone_set_parent_uuid() argument
413 uuid_unparse(uu, uu_string); in be_zone_set_parent_uuid()
H A Dbe_create.c608 uuid_t uu = { 0 }; in be_copy() local
1071 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) { in be_copy()
1331 uuid_t uu = { 0 }; in be_set_uuid() local
1336 uuid_generate(uu); in be_set_uuid()
1337 if (uuid_is_null(uu) != 0) { in be_set_uuid()
1342 uuid_unparse(uu, uu_string); in be_set_uuid()
1381 be_get_uuid(const char *root_ds, uuid_t *uu) in be_get_uuid() argument
1421 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_get_uuid()
1902 uuid_t uu = { 0 }; in be_copy_zones() local
1945 if (be_get_uuid(zfs_get_name(nbe_zhp), &uu) != BE_SUCCESS) { in be_copy_zones()
[all …]
/titanic_50/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c332 uuid_t uu; in fmevt_postprocess() local
393 uuid_generate(uu); in fmevt_postprocess()
394 uuid_unparse(uu, eap->pp_uuidstr); in fmevt_postprocess()
432 uuid_generate(uu); in fmevt_postprocess()
433 uuid_unparse(uu, uuidstr); in fmevt_postprocess()
/titanic_50/usr/src/lib/libc/port/fp/
H A Dmuldi3.c106 union uu u, v, low, prod; in ___muldi3()
192 union uu prod; in __lmulq()
H A Dfloatdidf.c39 union uu aa; in ___floatdidf()
H A Dfloatundisf.c37 union uu aa; in ___floatundisf()
H A Dfloatdisf.c39 union uu aa; in ___floatdisf()
H A Dfloatundidf.c37 union uu aa; in ___floatundidf()
H A Dcmpdi2.c48 union uu aa, bb; in ___cmpdi2()
H A Ducmpdi2.c47 union uu aa, bb; in ___ucmpdi2()
H A Dashldi3.c47 union uu aa; in ___ashldi3()
H A Dlshrdi3.c46 union uu aa; in ___lshrdi3()
H A Dashrdi3.c46 union uu aa; in ___ashrdi3()
H A Dquadint.h84 union uu { union
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c186 tss_uuid_convert_from(TSS_UUID *uu, uuid_t ptr) in tss_uuid_convert_from() argument
191 tmp = ntohl(uu->ulTimeLow); in tss_uuid_convert_from()
200 tmp = ntohs(uu->usTimeMid); in tss_uuid_convert_from()
205 tmp = ntohs(uu->usTimeHigh); in tss_uuid_convert_from()
210 tmp = uu->bClockSeqHigh; in tss_uuid_convert_from()
212 tmp = uu->bClockSeqLow; in tss_uuid_convert_from()
215 (void) memcpy(out+10, uu->rgbNode, 6); in tss_uuid_convert_from()
263 local_uuid_generate(TSS_UUID *uu) in local_uuid_generate() argument
269 tss_uuid_convert_to(uu, newuuid); in local_uuid_generate()
343 find_uuid(char *keyname, TSS_UUID *uu) in find_uuid() argument
[all …]
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c201 uuid_t uu; in ndr_hdalloc() local
207 uuid_generate_random(uu); in ndr_hdalloc()
208 bcopy(uu, &id.data2, sizeof (uuid_t)); in ndr_hdalloc()
/titanic_50/usr/src/common/mpi/
H A Dmp_gf2m.c498 mp_int aa, bb, uu; in mp_bdivmod() local
504 MP_DIGITS(&uu) = 0; in mp_bdivmod()
507 MP_CHECKOK( mp_init_copy(&uu, y) ); in mp_bdivmod()
512 a = &aa; b= &bb; u=&uu; v=r; in mp_bdivmod()
558 mp_clear(&uu); in mp_bdivmod()
/titanic_50/usr/src/cmd/bnu/
H A Duudemon.admin105 TMP=/tmp/uu$$
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkey.c500 char *uu; in key_write() local
515 uu = xmalloc(2*len); in key_write()
516 n = uuencode(blob, len, uu, 2*len); in key_write()
518 fprintf(f, "%s %s", key_ssh_name(key), uu); in key_write()
522 xfree(uu); in key_write()
/titanic_50/usr/src/uts/intel/ath/
H A DMakefile105 ATHEROS_HAL=$(UTSBASE)/common/io/ath/hal_x86_$(CLASS).o.uu
/titanic_50/usr/src/cmd/dumpadm/
H A Ddconf.c509 uuid_t uu; in dconf_write_uuid() local
512 uuid_generate(uu); in dconf_write_uuid()
513 uuid_unparse(uu, uuidstr); in dconf_write_uuid()
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c838 smb_config_get_localuuid(uuid_t uu) in smb_config_get_localuuid() argument
842 uuid_clear(uu); in smb_config_get_localuuid()
848 if (uuid_parse(s, uu) < 0) { in smb_config_get_localuuid()

12