Searched refs:clock_seq_low (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | kern_uuid.c | 109 uuid->clock_seq_hi_and_reserved, uuid->clock_seq_low, in uuid_snprintf() 151 p[9] = uuid->clock_seq_low; in uuid_enc_le() 166 uuid->clock_seq_low = p[9]; in uuid_dec_le() 181 p[9] = uuid->clock_seq_low; in uuid_enc_be() 196 uuid->clock_seq_low = p[9]; in uuid_dec_be()
|
| /netbsd-src/lib/libc/uuid/ |
| H A D | uuid_stream.c | 69 p[9] = uuid->clock_seq_low; in uuid_enc_le() 84 uuid->clock_seq_low = p[9]; in uuid_dec_le() 99 p[9] = uuid->clock_seq_low; in uuid_enc_be() 114 uuid->clock_seq_low = p[9]; in uuid_dec_be()
|
| H A D | uuid_compare.c | 80 res = (int)a->clock_seq_low - (int)b->clock_seq_low; in uuid_compare()
|
| H A D | uuid_to_string.c | 69 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_string()
|
| H A D | uuid_from_string.c | 83 &u->clock_seq_hi_and_reserved, &u->clock_seq_low, &u->node[0], in uuid_from_string()
|
| /netbsd-src/sbin/gpt/ |
| H A D | gpt_uuid.c | 59 uint8_t clock_seq_low; member 108 uuid->clock_seq_low = p[9]; in gpt_uuid_to_dce() 123 p[9] = uuid->clock_seq_low; in gpt_dce_to_uuid() 134 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in gpt_uuid_numeric() 194 &u->clock_seq_hi_and_reserved, &u->clock_seq_low, &u->node[0], in gpt_uuid_parse_numeric() 350 u->clock_seq_low = 0;
|
| /netbsd-src/external/bsd/iscsi/dist/src/lib/ |
| H A D | uuid.c | 67 uuid->clock_seq_low = (uint8_t)(random() & 0xff); in nbuuid_create() 84 uuid->clock_seq_low, in nbuuid_to_string()
|
| /netbsd-src/sys/sys/ |
| H A D | uuid.h | 55 uint8_t clock_seq_low; member
|
| /netbsd-src/external/bsd/iscsi/dist/include/ |
| H A D | storage.h | 50 uint8_t clock_seq_low; member
|
| /netbsd-src/sys/arch/x86/x86/ |
| H A D | efi_machdep.c | 147 aprint_debug("%02" PRIx8 "", uuid->clock_seq_low); in efi_aprintuuid()
|
| /netbsd-src/sys/dev/vmt/ |
| H A D | vmt_subr.c | 199 uuid.clock_seq_low = u >> 16; in vmt_common_attach()
|
| /netbsd-src/usr.bin/sdpquery/ |
| H A D | print.c | 594 uuid->clock_seq_hi_and_reserved, uuid->clock_seq_low, in string_uuid()
|