Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/mach/
H A Dtime_value.h66 struct time_value { struct
71 typedef struct time_value time_value_t; argument
H A Dmach.modulemap370 module time_value {
371 header "mach/time_value.h"
H A DMakefile173 time_value.h \
/xnu-10063.141.1/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-10063.141.1/bsd/sys/
H A Dsystm.h178 struct time_value;
179 void get_procrustime(struct time_value *tv);
/xnu-10063.141.1/bsd/kern/
H A Dkern_clock.c89 void bsd_uprofil(struct time_value *syst, user_addr_t pc);
/xnu-10063.141.1/bsd/netkey/
H A Dkey.c538 key_convert_continuous_time_ns(u_int64_t time_value) in key_convert_continuous_time_ns() argument
541 if (time_value == 0) { in key_convert_continuous_time_ns()
551 const u_int64_t time_offset_ns = key_get_continuous_time_ns() - time_value; in key_convert_continuous_time_ns()