Home
last modified time | relevance | path

Searched refs:clock_seq_hi_and_reserved (Results 1 – 16 of 16) sorted by relevance

/freebsd/lib/libc/uuid/
H A Duuid_stream.c63 p[8] = uuid->clock_seq_hi_and_reserved; in uuid_enc_le()
78 uuid->clock_seq_hi_and_reserved = p[8]; in uuid_dec_le()
93 p[8] = uuid->clock_seq_hi_and_reserved; in uuid_enc_be()
108 uuid->clock_seq_hi_and_reserved = p[8]; in uuid_dec_be()
H A Duuid_from_string.c74 &u->clock_seq_hi_and_reserved, &u->clock_seq_low, &u->node[0], in uuid_from_string()
82 n = u->clock_seq_hi_and_reserved; in uuid_from_string()
H A Duuid_to_string.c62 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_string()
H A Duuid_compare.c67 DIFF_RETURN(a, b, clock_seq_hi_and_reserved); in uuid_compare()
/freebsd/bin/uuidgen/
H A Duuidgen.c64 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_compact_string()
89 item->clock_seq_hi_and_reserved &= ~(3 << 6); in uuidgen_v4()
90 item->clock_seq_hi_and_reserved |= (2 << 6); in uuidgen_v4()
/freebsd/sys/kern/
H A Dkern_uuid.c328 p[8] = uuid->clock_seq_hi_and_reserved; in le_uuid_enc()
344 uuid->clock_seq_hi_and_reserved = p[8]; in le_uuid_dec()
360 p[8] = uuid->clock_seq_hi_and_reserved; in be_uuid_enc()
376 uuid->clock_seq_hi_and_reserved = p[8]; in be_uuid_dec()
424 uuid->clock_seq_hi_and_reserved = c[3]; in validate_uuid()
/freebsd/usr.bin/mkimg/
H A Duuid.c84 uuid->clock_seq_hi_and_reserved = (uint8_t)(seq >> 8) & 0x3f; in osdep_uuidgen()
118 p[8] = uuid->clock_seq_hi_and_reserved; in mkimg_uuid_enc()
H A Dmkimg.h96 uint8_t clock_seq_hi_and_reserved; member
/freebsd/stand/libsa/
H A Duuid_from_string.c107 u->clock_seq_hi_and_reserved = fromhex(s + 19, 2, &ok); in uuid_from_string()
119 n = u->clock_seq_hi_and_reserved; in uuid_from_string()
H A Duuid_to_string.c98 tohex(&w, 2, u->clock_seq_hi_and_reserved); in uuid_to_string()
/freebsd/sys/contrib/openzfs/include/sys/
H A Duuid.h73 uint8_t clock_seq_hi_and_reserved; member
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h73 uint8_t clock_seq_hi_and_reserved; member
/freebsd/sys/sys/
H A Duuid.h48 uint8_t clock_seq_hi_and_reserved; member
/freebsd/sys/sys/disk/
H A Dgpt.h42 uint8_t clock_seq_hi_and_reserved; member
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c236 uuid.clock_seq_hi_and_reserved = data[7]; in adv_uuid2str()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi8696 <var-decl name='clock_seq_hi_and_reserved' type-id='b96825af' visibility='default'/>