Searched refs:uu (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libuuid/common/
H A Duuid.c371 struct_to_string(uuid_t ptr, struct uuid *uu) argument
376 tmp = uu->time_low;
385 tmp = uu->time_mid;
390 tmp = uu->time_hi_and_version;
395 tmp = uu->clock_seq_hi_and_reserved;
397 tmp = uu->clock_seq_low;
400 (void) memcpy(out+10, uu->node_addr, 6);
443 uuid_generate_random(uuid_t uu) argument
447 if (uu == NULL)
450 (void) memset(uu,
482 uuid_generate_time(uuid_t uu) argument
504 uuid_generate(uuid_t uu) argument
533 uuid_clear(uuid_t uu) argument
544 uuid_unparse(uuid_t uu, char *out) argument
582 uuid_is_null(uuid_t uu) argument
605 uuid_parse(char *in, uuid_t uu) argument
658 uuid_time(uuid_t uu, struct timeval *ret_tv) argument
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A Dfloatdidf.c39 union uu aa;
H A Dfloatdisf.c39 union uu aa;
H A Dcmpdi2.c48 union uu aa, bb;
H A Ducmpdi2.c47 union uu aa, bb;
H A Dashldi3.c47 union uu aa;
H A Dashrdi3.c46 union uu aa;
H A Dlshrdi3.c46 union uu aa;
H A Dquadint.h84 union uu { union
H A Dmuldi3.c106 union uu u, v, low, prod;
192 union uu prod;
H A Dqdivrem.c85 union uu tmp;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c199 uuid_t uu; local
205 uuid_generate_random(uu);
206 bcopy(uu, &id.data2, sizeof (uuid_t));
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_zones.c475 * 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) argument
521 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
H A Dbe_create.c971 uuid_t uu = { 0 }; local
1470 if (!in_ngz && be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) {
1775 uuid_t uu = { 0 }; local
1780 uuid_generate(uu);
1781 if (uuid_is_null(uu) != 0) {
1786 uuid_unparse(uu, uu_string);
1817 * uu - reference pointer to a uuid_t to return uuid in.
1825 be_get_uuid(const char *root_ds, uuid_t *uu) argument
1865 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
2379 uuid_t uu = { 0 }; local
[all...]
H A Dbe_activate.c190 uuid_t uu = {0}; local
252 if (!in_ngz && be_get_uuid(root_ds, &uu) == BE_SUCCESS &&
H A Dbe_mount.c279 uuid_t uu = { 0 }; local
404 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) {
447 uuid_t uu = { 0 }; local
552 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) {
/osnet-11/usr/src/common/mpi/
H A Dmp_gf2m.c498 mp_int aa, bb, uu; local
504 MP_DIGITS(&uu) = 0;
507 MP_CHECKOK( mp_init_copy(&uu, y) );
512 a = &aa; b= &bb; u=&uu; v=r;
558 mp_clear(&uu);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpack.t315 my $uu = <<'EOUU';
324 $_ = $uu;
329 is(unpack('u', $uu), $in);
332 $uu = <<'EOUU';
337 is(unpack('u', $uu), $in);
342 $uu = <<'EOUU';
348 is(unpack('u', $uu), $in);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c184 tss_uuid_convert_from(TSS_UUID *uu, uuid_t ptr) argument
189 tmp = ntohl(uu->ulTimeLow);
198 tmp = ntohs(uu->usTimeMid);
203 tmp = ntohs(uu->usTimeHigh);
208 tmp = uu->bClockSeqHigh;
210 tmp = uu->bClockSeqLow;
213 (void) memcpy(out+10, uu->rgbNode, 6);
261 local_uuid_generate(TSS_UUID *uu) argument
267 tss_uuid_convert_to(uu, newuuid);
341 find_uuid(char *keyname, TSS_UUID *uu) argument
392 local_uuid_is_null(TSS_UUID *uu) argument
404 add_uuid(char *keyname, TSS_UUID *uu) argument
[all...]
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c605 uuid_t uu; local
608 uuid_generate_time(uu);
609 uuid_unparse(uu, uuid);

Completed in 287 milliseconds