Home
last modified time | relevance | path

Searched refs:clock_seq_low (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/lib/libc/uuid/
H A Duuid_stream.c67 p[9] = uuid->clock_seq_low; in uuid_enc_le()
82 uuid->clock_seq_low = p[9]; in uuid_dec_le()
97 p[9] = uuid->clock_seq_low; in uuid_enc_be()
112 uuid->clock_seq_low = p[9]; in uuid_dec_be()
H A Duuid_to_string.c64 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_string()
H A Duuid_from_string.c76 &u->clock_seq_hi_and_reserved, &u->clock_seq_low, &u->node[0], in uuid_from_string()
H A Duuid_compare.c70 DIFF_RETURN(a, b, clock_seq_low); in uuid_compare()
/freebsd-12.1/sys/kern/
H A Dkern_uuid.c331 p[9] = uuid->clock_seq_low; in le_uuid_enc()
347 uuid->clock_seq_low = p[9]; in le_uuid_dec()
363 p[9] = uuid->clock_seq_low; in be_uuid_enc()
379 uuid->clock_seq_low = p[9]; in be_uuid_dec()
420 uuid->clock_seq_low = c[4]; in parse_uuid()
/freebsd-12.1/usr.bin/mkimg/
H A Duuid.c87 uuid->clock_seq_low = (uint8_t)seq; in osdep_uuidgen()
121 p[9] = uuid->clock_seq_low; in mkimg_uuid_enc()
H A Dmkimg.h99 uint8_t clock_seq_low; member
/freebsd-12.1/sys/sys/
H A Duuid.h51 uint8_t clock_seq_low; member
/freebsd-12.1/stand/libsa/
H A Duuid_to_string.c102 tohex(&w, 2, u->clock_seq_low); in uuid_to_string()
H A Duuid_from_string.c111 u->clock_seq_low = fromhex(s + 21, 2, &ok); in uuid_from_string()
/freebsd-12.1/sys/sys/disk/
H A Dgpt.h43 uint8_t clock_seq_low; member