Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dfbt.h70 extern bool fbt_excluded(const char *);
/xnu-12377.61.12/bsd/dev/dtrace/
H A Dfbt.c324 if (fbt_excluded(name)) { in fbt_provide_module_user_syms()
380 if (fbt_excluded(name)) { in fbt_provide_kernel_section()
H A Dfbt_blacklist.c346 fbt_excluded(const char* name) in fbt_excluded() function