Searched refs:fops (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c1526 struct filterops *fops; local
1534 fops = sysfilt_ops[~kev->filter]; /* to 0-base index */
1548 if (fops->f_isfd && (error = fp_lookup(p, kev->ident, &fp, 1)) != 0) {
1553 if (fops->f_isfd) {
1590 kn->kn_fop = fops;
1617 error = fops->f_attach(kn);
1680 if (fops->f_isfd || fops->f_touch == NULL) {
1702 if (!fops->f_isfd && fops
[all...]

Completed in 21 milliseconds