Skip to content
Mach trap#-95

svc · mach trap -95

mk_timebase_info_trap

Trap entry point for the legacy mk_timebase_info.

Prototype

kern_return_t mk_timebase_info_trap(/* 5 args */);

Returns: kern_return_t

Version history

XNU tagmacOS#
xnu-792macOS 10.4 Tiger-95
xnu-792.1.5-95
xnu-792.12.6-95
xnu-792.17.14-95
xnu-792.2.4-95
xnu-792.21.3-95
xnu-792.24.17-95
xnu-792.6.22-95
xnu-792.6.56-95
xnu-792.6.61-95
xnu-792.6.70-95
xnu-792.6.76-95

Notes

Underlying trap for the legacy mk_timebase_info call. Effectively superseded by mach_timebase_info_trap and the commpage; expect to see it only from very old binaries.

Related APIs

mk_timebase_infomach_timebase_info_trap