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

/darwin-on-arm/xnu/bsd/sys/
H A Devent.h398 int f_isfd; /* true if ident == filedescriptor */ member in struct:filterops
402 /* Optional f_touch operation, called only if !f_isfd && non-NULL */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c165 .f_isfd = 1,
172 .f_isfd = 1,
1548 if (fops->f_isfd && (error = fp_lookup(p, kev->ident, &fp, 1)) != 0) {
1553 if (fops->f_isfd) {
1680 if (fops->f_isfd || fops->f_touch == NULL) {
1702 if (!fops->f_isfd && fops->f_touch != NULL)
1775 touch = (!kn->kn_fop->f_isfd && kn->kn_fop->f_touch != NULL);
2544 if (! kn->kn_fop->f_isfd) {
2601 if (kn->kn_fop->f_isfd)
2616 if (kn->kn_fop->f_isfd)
[all...]
H A Dsys_pipe.c188 .f_isfd = 1,
194 .f_isfd = 1,
H A Dtty_ptmx.c1530 .f_isfd = 1,
H A Duipc_socket.c151 .f_isfd = 1,
156 .f_isfd = 1,
161 .f_isfd = 1,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c142 .f_isfd = 1,
H A Dvfs_fsevents.c1835 .f_isfd = 1,
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1964 .f_isfd = 1,
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c1836 .f_isfd = 1,

Completed in 163 milliseconds