Home
last modified time | relevance | path

Searched refs:fbt_module_excluded (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dfbt.h69 extern bool fbt_module_excluded(struct modctl*);
/xnu-12377.61.12/bsd/dev/dtrace/
H A Dfbt_blacklist.c323 fbt_module_excluded(struct modctl* ctl) in fbt_module_excluded() function
H A Dfbt.c489 if (fbt_module_excluded(ctl)) { in fbt_provide_module()