Searched refs:time_hi_and_version (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libuuid/common/
H A Duuid.c218 uuid->time_hi_and_version = (uint16_t)((timestamp >> 48) & 0x0FFF);
223 uuid->time_hi_and_version |= (1 << 12);
320 u.time_hi_and_version, u.clock_seq_hi_and_reserved,
390 tmp = uu->time_hi_and_version;
427 uuid->time_hi_and_version = tmp;
458 uuid.time_hi_and_version |= (1 << 14);
462 uuid.time_hi_and_version &= VER1_MASK;
572 uuid.time_low, uuid.time_mid, uuid.time_hi_and_version, clock_seq);
633 uuid.time_hi_and_version = strtoul(in+14, NULL, 16);
668 tmp = (uuid.time_hi_and_version
[all...]
H A Duuid_misc.c154 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py272 ('time_hi_and_version', c_ushort),
285 self.time_hi_and_version = 0
302 self.time_hi_and_version = int(segments[2], 16)
313 self.time_hi_and_version == b.time_hi_and_version and
324 s = s % (self.time_low, self.time_mid, self.time_hi_and_version,
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dgpt.c84 uint16_t time_hi_and_version; member in struct:__anon2267
411 guid->time_hi_and_version = PED_SWAP16 (guid->time_hi_and_version);

Completed in 86 milliseconds