Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dkevent.py119 fops_str = kern.Symbolicate(kern.globals.sysfilt_ops[unsigned(kn.kn_kevent.kei_filtid)])
/xnu-11215/bsd/kern/
H A Dkern_event.c339 static const struct filterops * const sysfilt_ops[EVFILTID_MAX] = { variable
4016 fops = sysfilt_ops[~kev->filter]; /* to 0-base index */ in kevent_register()
7298 return sysfilt_ops[kn->kn_filtid];