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

12

/illumos-gate/usr/src/cmd/uuidgen/
H A Duuidgen.c39 uuid_t uu = { 0 }; local
79 uuid_generate_random(uu);
82 uuid_generate_time(uu);
84 uuid_generate(uu);
87 if (uuid_is_null(uu) != 0) {
94 uuid_unparse(uu, uu_string);
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c319 struct_to_string(uuid_t ptr, struct uuid *uu) argument
324 tmp = uu->time_low;
333 tmp = uu->time_mid;
338 tmp = uu->time_hi_and_version;
343 tmp = uu->clock_seq_hi_and_reserved;
345 tmp = uu->clock_seq_low;
348 (void) memcpy(out+10, uu->node_addr, 6);
391 uuid_generate_random(uuid_t uu) argument
395 if (uu == NULL)
398 (void) memset(uu,
430 uuid_generate_time(uuid_t uu) argument
450 uuid_generate(uuid_t uu) argument
468 uuid_clear(uuid_t uu) argument
479 uuid_unparse_common(uuid_t uu, char *out, boolean_t upper) argument
508 uuid_unparse_upper(uuid_t uu, char *out) argument
514 uuid_unparse_lower(uuid_t uu, char *out) argument
520 uuid_unparse(uuid_t uu, char *out) argument
535 uuid_is_null(uuid_t uu) argument
558 uuid_parse(char *in, uuid_t uu) argument
611 uuid_time(uuid_t uu, struct timeval *ret_tv) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfloatdidf.c39 union uu aa;
H A Dfloatdisf.c39 union uu aa;
H A Dfloatundidf.c37 union uu aa;
H A Dfloatundisf.c37 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;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dquad.h64 union uu { union
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c427 char *uu = NULL; local
436 uu = sa_get_property_attr(propset, "extra");
437 if (uu != NULL) {
438 (void) strlcat(propgroup, uu, sizeof (propgroup));
439 free(uu);
699 char *uu = NULL; local
706 uu = sa_get_property_attr(propset, "extra");
707 if (uu == NULL)
709 (void) strlcat(propgroup, uu, sizeof (propgroup));
710 free(uu);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.admin105 TMP=/tmp/uu$$
110 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO
H A Duudemon.cleanup100 TMP=/tmp/uu$$
314 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO
/illumos-gate/usr/src/uts/intel/ath/
H A DMakefile105 ATHEROS_HAL=$(UTSBASE)/common/io/ath/hal_x86_$(CLASS).o.uu
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_zones.c337 * uu - pointer to a uuid_t to return the parentbe uuid in
345 be_zone_get_parent_uuid(const char *root_ds, uuid_t *uu) argument
383 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
407 be_zone_set_parent_uuid(char *root_ds, uuid_t uu) argument
413 uuid_unparse(uu, uu_string);
H A Dbe_create.c610 uuid_t uu = { 0 }; local
1073 be_get_uuid(bt.obe_root_ds, &uu) == BE_SUCCESS) {
1333 uuid_t uu = { 0 }; local
1338 uuid_generate(uu);
1339 if (uuid_is_null(uu) != 0) {
1344 uuid_unparse(uu, uu_string);
1375 * uu - reference pointer to a uuid_t to return uuid in.
1383 be_get_uuid(const char *root_ds, uuid_t *uu) argument
1423 if (uuid_parse(uu_string, *uu) != 0 || uuid_is_null(*uu)) {
1904 uuid_t uu = { 0 }; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c332 uuid_t uu; local
393 uuid_generate(uu);
394 uuid_unparse(uu, eap->pp_uuidstr);
432 uuid_generate(uu);
433 uuid_unparse(uu, uuidstr);
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c201 uuid_t uu; local
207 uuid_generate_random(uu);
208 bcopy(uu, &id.data2, sizeof (uuid_t));
/illumos-gate/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);
/illumos-gate/usr/src/cmd/dumpadm/
H A Ddconf.c509 uuid_t uu; local
512 uuid_generate(uu);
513 uuid_unparse(uu, uuidstr);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c186 tss_uuid_convert_from(TSS_UUID *uu, uuid_t ptr) argument
191 tmp = ntohl(uu->ulTimeLow);
200 tmp = ntohs(uu->usTimeMid);
205 tmp = ntohs(uu->usTimeHigh);
210 tmp = uu->bClockSeqHigh;
212 tmp = uu->bClockSeqLow;
215 (void) memcpy(out+10, uu->rgbNode, 6);
263 local_uuid_generate(TSS_UUID *uu) argument
269 tss_uuid_convert_to(uu, newuuid);
343 find_uuid(char *keyname, TSS_UUID *uu) argument
394 local_uuid_is_null(TSS_UUID *uu) argument
406 add_uuid(char *keyname, TSS_UUID *uu) argument
[all...]

Completed in 155 milliseconds

12