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

/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c177 .f_isfd = 1,
184 .f_isfd = 1,
1661 if (fops->f_isfd && (error = fp_lookup(p, kev->ident, &fp, 1)) != 0) {
1666 if (fops->f_isfd) {
1793 if (fops->f_isfd || fops->f_touch == NULL) {
1815 if (!fops->f_isfd && fops->f_touch != NULL)
1888 touch = (!kn->kn_fop->f_isfd && kn->kn_fop->f_touch != NULL);
2680 if (! kn->kn_fop->f_isfd) {
2737 if (kn->kn_fop->f_isfd)
2753 if (kn->kn_fop->f_isfd)
[all...]
H A Dsys_pipe.c189 .f_isfd = 1,
195 .f_isfd = 1,
H A Dtty_ptmx.c1546 .f_isfd = 1,
H A Duipc_socket.c156 .f_isfd = 1,
162 .f_isfd = 1,
168 .f_isfd = 1,
/xnu-2422.115.4/bsd/sys/
H A Devent.h447 int f_isfd; /* true if ident == filedescriptor */ member in struct:filterops
451 /* Optional f_touch operation, called only if !f_isfd && non-NULL */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c151 .f_isfd = 1,
H A Dvfs_fsevents.c1903 .f_isfd = 1,
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2256 .f_isfd = 1,
/xnu-2422.115.4/bsd/net/
H A Dbpf.c1944 .f_isfd = 1,

Completed in 89 milliseconds