Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Ddtrace_glue.h230 #define MODCTL_FBT_INVALID 0x08 // Module is invalid for fbt probes macro
243 #define MOD_FBT_INVALID(mod) (mod->mod_flags & MODCTL_FBT_INVALID)
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfbt.c497 ctl->mod_flags |= MODCTL_FBT_INVALID; in fbt_provide_module()