/titanic_41/usr/src/lib/libuuid/common/ |
H A D | uuid.c | 319 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_41/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 427 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_41/usr/src/lib/libbe/common/ |
H A D | be_zones.c | 345 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 D | be_create.c | 609 uuid_t uu = { 0 }; in be_copy() local 1072 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) { in be_copy() 1333 uuid_t uu = { 0 }; in be_set_uuid() local 1338 uuid_generate(uu); in be_set_uuid() 1339 if (uuid_is_null(uu) != 0) { in be_set_uuid() 1344 uuid_unparse(uu, uu_string); in be_set_uuid() 1383 be_get_uuid(const char *root_ds, uuid_t *uu) in be_get_uuid() argument 1423 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) { in be_get_uuid() 1904 uuid_t uu = { 0 }; in be_copy_zones() local 1947 if (be_get_uuid(zfs_get_name(nbe_zhp), &uu) != BE_SUCCESS) { in be_copy_zones() [all …]
|
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 335 uuid_t uu; in fmevt_postprocess() local 396 uuid_generate(uu); in fmevt_postprocess() 397 uuid_unparse(uu, eap->pp_uuidstr); in fmevt_postprocess() 435 uuid_generate(uu); in fmevt_postprocess() 436 uuid_unparse(uu, uuidstr); in fmevt_postprocess()
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | muldi3.c | 106 union uu u, v, low, prod; in ___muldi3() 192 union uu prod; in __lmulq()
|
H A D | floatdidf.c | 39 union uu aa; in ___floatdidf()
|
H A D | floatdisf.c | 39 union uu aa; in ___floatdisf()
|
H A D | floatundidf.c | 37 union uu aa; in ___floatundidf()
|
H A D | floatundisf.c | 37 union uu aa; in ___floatundisf()
|
H A D | ucmpdi2.c | 47 union uu aa, bb; in ___ucmpdi2()
|
H A D | cmpdi2.c | 48 union uu aa, bb; in ___cmpdi2()
|
H A D | lshrdi3.c | 46 union uu aa; in ___lshrdi3()
|
H A D | ashldi3.c | 47 union uu aa; in ___ashldi3()
|
H A D | ashrdi3.c | 46 union uu aa; in ___ashrdi3()
|
H A D | quadint.h | 84 union uu { union
|
H A D | qdivrem.c | 85 union uu tmp; in ___qdivrem()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 186 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_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_svc.c | 201 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_41/usr/src/common/mpi/ |
H A D | mp_gf2m.c | 498 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_41/usr/src/cmd/bnu/ |
H A D | uudemon.admin | 105 TMP=/tmp/uu$$
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | key.c | 500 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_41/usr/src/uts/intel/ath/ |
H A D | Makefile | 105 ATHEROS_HAL=$(UTSBASE)/common/io/ath/hal_x86_$(CLASS).o.uu
|
/titanic_41/usr/src/cmd/dumpadm/ |
H A D | dconf.c | 509 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_41/usr/src/cmd/idmap/idmapd/ |
H A D | idmap_config.c | 95 uuid_t uu; in generate_machine_sid() local 118 uuid_clear(uu); in generate_machine_sid() 119 uuid_generate_random(uu); in generate_machine_sid() 127 rid = (uu[j] << 24) | (uu[j + 1] << 16) | in generate_machine_sid() 128 (uu[j + 2] << 8) | (uu[j + 3]); in generate_machine_sid()
|