Home
last modified time | relevance | path

Searched refs:time_value (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dtime_value.h66 struct time_value { struct
71 typedef struct time_value time_value_t; argument
H A DMakefile173 time_value.h \
/xnu-11215.1.10/tests/recount/
H A Drecount_test_utils.h63 uint64_t ns_from_time_value(struct time_value tv);
66 struct time_value time_value_from_ns(uint64_t ns);
H A Drecount_test_utils.c220 ns_from_time_value(struct time_value tv) in ns_from_time_value()
226 struct time_value
229 return (struct time_value){ in time_value_from_ns()
/xnu-11215.1.10/bsd/sys/
H A Dsystm.h178 struct time_value;
179 void get_procrustime(struct time_value *tv);
/xnu-11215.1.10/bsd/kern/
H A Dkern_clock.c89 void bsd_uprofil(struct time_value *syst, user_addr_t pc);
/xnu-11215.1.10/bsd/netkey/
H A Dkey.c553 key_convert_continuous_time_ns(u_int64_t time_value) in key_convert_continuous_time_ns() argument
556 if (time_value == 0) { in key_convert_continuous_time_ns()
566 const u_int64_t time_offset_ns = key_get_continuous_time_ns() - time_value; in key_convert_continuous_time_ns()