Home
last modified time | relevance | path

Searched refs:DTRACE_MACF2 (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/security/ !
H A Dmac_internal.h267 DTRACE_MACF2(mac__rslt__ ## check, void *, mpc, int, __step_err); \
289 DTRACE_MACF2(mac__rslt__ ## check, void *, mpc, int, __step_res); \
304 #define MAC_PERFORM_RSLT(operation, mpc) DTRACE_MACF2(mac__rslt__ ## operation, void *, mpc, int, 0)
/xnu-8020.121.3/osfmk/mach/machine/ !
H A Dsdt.h272 #define DTRACE_MACF2(name, type1, arg1, type2, arg2) \ macro