Home
last modified time | relevance | path

Searched refs:mach_timebase_info_trap (Results 1 – 6 of 6) sorted by relevance

/xnu-11417.140.69/libsyscall/wrappers/
H A Dmach_timebase_info.c26 mach_timebase_info_trap(mach_timebase_info_t info);
38 kern_return_t kr = mach_timebase_info_trap(&cached_info); in mach_timebase_info()
/xnu-11417.140.69/tests/
H A Dmach_timebase_info.c7 extern kern_return_t mach_timebase_info_trap(mach_timebase_info_t info);
16 T_ASSERT_EQ(KERN_SUCCESS, mach_timebase_info_trap(&c), NULL);
/xnu-11417.140.69/osfmk/mach/
H A Dsyscall_sw.h169 kernel_trap(mach_timebase_info_trap,-89,1)
H A Dmach_traps.h649 extern kern_return_t mach_timebase_info_trap(
/xnu-11417.140.69/osfmk/kern/
H A Dsyscall_sw.c199 /* 89 */ MACH_TRAP(mach_timebase_info_trap, 1, 1, munge_w),
H A Dclock.c407 mach_timebase_info_trap( in mach_timebase_info_trap() function