Searched refs:clock_seq_low (Results 1 – 9 of 9) sorted by relevance
224 uuid->clock_seq_low = clock_seq & 0xFF; in format_uuid()309 u.clock_seq_low); in uuid_print()345 tmp = uu->clock_seq_low; in struct_to_string()381 uuid->clock_seq_low = tmp; in string_to_struct()487 clock_seq = (clock_seq << 8) | uuid.clock_seq_low; in uuid_unparse_common()583 uuid.clock_seq_low = (clock_seq & 0xFF); in uuid_parse()
146 UUCMP(uuid1.clock_seq_low, uuid2.clock_seq_low); in uuid_compare()
73 uint8_t clock_seq_low; member
48 p[9] = ((struct uuid *)uuidp)->clock_seq_low; in uuid_enc_le()
49 uint8_t clock_seq_low; member
102 tohex(&w, 2, u->clock_seq_low); in uuid_to_string()
111 u->clock_seq_low = fromhex(s + 21, 2, &ok); in uuid_from_string()
1759 if (g1->clock_seq_low != g2->clock_seq_low) in dboot_same_guids()1936 conf[i].VendorGuid.clock_seq_low); in print_efi32()1974 conf[i].VendorGuid.clock_seq_low); in print_efi64()
54 BYTE clock_seq_low;