Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h646 struct kqueue_info kqueueinfo; member
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2779 if ((error = fill_kqueueinfo(kq, &kqinfo.kqueueinfo)) == 0) { in pid_kqueueinfo()