OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_hi_and_version
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
uuid.h
53
uint16_t
time_hi_and_version
;
member in struct:uuid
/src/sbin/gpt/
gpt_uuid.c
57
uint16_t
time_hi_and_version
;
member in struct:dce_uuid
108
uuid->
time_hi_and_version
= le16dec(p + 6);
123
le16enc(p + 6, uuid->
time_hi_and_version
);
135
u->time_low, u->time_mid, u->
time_hi_and_version
,
201
&u->time_low, &u->time_mid, &u->
time_hi_and_version
,
315
u->
time_hi_and_version
&= (uint16_t)~0xf000;
316
u->
time_hi_and_version
|= 0x4000;
353
u->
time_hi_and_version
= (unsigned short)(0x1000 | ((x >> 48) & 0xfff));
Completed in 16 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026