Searched refs:clock_seq_hi_and_reserved (Results 1 – 16 of 16) sorted by relevance
/freebsd/lib/libc/uuid/ |
H A D | uuid_stream.c | 63 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 D | uuid_from_string.c | 74 &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 D | uuid_to_string.c | 62 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_string()
|
H A D | uuid_compare.c | 67 DIFF_RETURN(a, b, clock_seq_hi_and_reserved); in uuid_compare()
|
/freebsd/bin/uuidgen/ |
H A D | uuidgen.c | 64 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 D | kern_uuid.c | 328 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 D | uuid.c | 84 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 D | mkimg.h | 96 uint8_t clock_seq_hi_and_reserved; member
|
/freebsd/stand/libsa/ |
H A D | uuid_from_string.c | 107 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 D | uuid_to_string.c | 98 tohex(&w, 2, u->clock_seq_hi_and_reserved); in uuid_to_string()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uuid.h | 73 uint8_t clock_seq_hi_and_reserved; member
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | uuid.h | 73 uint8_t clock_seq_hi_and_reserved; member
|
/freebsd/sys/sys/ |
H A D | uuid.h | 48 uint8_t clock_seq_hi_and_reserved; member
|
/freebsd/sys/sys/disk/ |
H A D | gpt.h | 42 uint8_t clock_seq_hi_and_reserved; member
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | adv_data.c | 236 uuid.clock_seq_hi_and_reserved = data[7]; in adv_uuid2str()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 8696 <var-decl name='clock_seq_hi_and_reserved' type-id='b96825af' visibility='default'/>
|