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

/xnu-2422.115.4/bsd/sys/
H A Devent.h448 int (*f_attach)(struct knote *kn); member in struct:filterops
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_pset.c326 .f_attach = filt_machportattach,
/xnu-2422.115.4/bsd/kern/
H A Dkern_event.c178 .f_attach = filt_fileattach,
192 .f_attach = filt_badattach,
199 .f_attach = filt_procattach,
209 .f_attach = filt_vmattach,
230 .f_attach = filt_timerattach,
267 .f_attach = filt_userattach,
1709 kn->kn_inuse = 1; /* for f_attach() */
1730 error = fops->f_attach(kn);
H A Dkern_memorystatus.c102 .f_attach = filt_memorystatusattach,
H A Dkern_sig.c156 .f_attach = filt_sigattach,
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c152 .f_attach = NULL,
H A Dvfs_fsevents.c1904 .f_attach = NULL,
H A Dvfs_subr.c3487 .f_attach = filt_fsattach,
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2257 .f_attach = filt_specattach,

Completed in 82 milliseconds