Searched refs:clock_seq_low (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/lib/libc/uuid/ |
| H A D | uuid_stream.c | 67 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 D | uuid_to_string.c | 64 u->clock_seq_hi_and_reserved, u->clock_seq_low, u->node[0], in uuid_to_string()
|
| H A D | uuid_from_string.c | 76 &u->clock_seq_hi_and_reserved, &u->clock_seq_low, &u->node[0], in uuid_from_string()
|
| H A D | uuid_compare.c | 70 DIFF_RETURN(a, b, clock_seq_low); in uuid_compare()
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_uuid.c | 331 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 D | uuid.c | 87 uuid->clock_seq_low = (uint8_t)seq; in osdep_uuidgen() 121 p[9] = uuid->clock_seq_low; in mkimg_uuid_enc()
|
| H A D | mkimg.h | 99 uint8_t clock_seq_low; member
|
| /freebsd-12.1/sys/sys/ |
| H A D | uuid.h | 51 uint8_t clock_seq_low; member
|
| /freebsd-12.1/stand/libsa/ |
| H A D | uuid_to_string.c | 102 tohex(&w, 2, u->clock_seq_low); in uuid_to_string()
|
| H A D | uuid_from_string.c | 111 u->clock_seq_low = fromhex(s + 21, 2, &ok); in uuid_from_string()
|
| /freebsd-12.1/sys/sys/disk/ |
| H A D | gpt.h | 43 uint8_t clock_seq_low; member
|