Lines Matching refs:tohex
43 tohex(char **buf, int len, uint32_t val) in tohex() function
94 tohex(&w, 8, u->time_low); in uuid_to_string()
96 tohex(&w, 4, u->time_mid); in uuid_to_string()
98 tohex(&w, 4, u->time_hi_and_version); in uuid_to_string()
101 tohex(&w, 2, u->clock_seq_hi_and_reserved); in uuid_to_string()
102 tohex(&w, 2, u->clock_seq_low); in uuid_to_string()
104 tohex(&w, 2, u->node[0]); in uuid_to_string()
105 tohex(&w, 2, u->node[1]); in uuid_to_string()
106 tohex(&w, 2, u->node[2]); in uuid_to_string()
107 tohex(&w, 2, u->node[3]); in uuid_to_string()
108 tohex(&w, 2, u->node[4]); in uuid_to_string()
109 tohex(&w, 2, u->node[5]); in uuid_to_string()