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

/darwin-on-arm/xnu/bsd/sys/
H A Devent.h399 int (*f_attach)(struct knote *kn); member in struct:filterops
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_pset.c326 .f_attach = filt_machportattach,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c166 .f_attach = filt_fileattach,
182 .f_attach = filt_badattach,
189 .f_attach = filt_procattach,
199 .f_attach = filt_vmattach,
216 .f_attach = filt_timerattach,
254 .f_attach = filt_userattach,
1596 kn->kn_inuse = 1; /* for f_attach() */
1617 error = fops->f_attach(kn);
H A Dkern_sig.c154 .f_attach = filt_sigattach,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c143 .f_attach = NULL,
H A Dvfs_fsevents.c1836 .f_attach = NULL,
H A Dvfs_subr.c3487 .f_attach = filt_fsattach,
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1965 .f_attach = filt_specattach,

Completed in 109 milliseconds