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

/xnu-2422.115.4/bsd/miscfs/devfs/
H A Dfdesc.h117 extern int fdesc_select(struct vnop_select_args *ap);
H A Ddevfs_fdesc_support.c621 fdesc_select(__unused struct vnop_select_args *ap)
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h128 int fifo_select (struct vnop_select_args *);
H A Dfifo_vnops.c395 fifo_select(struct vnop_select_args *ap)
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.h94 extern int nop_select(struct vnop_select_args *ap);
95 extern int err_select(struct vnop_select_args *ap);
H A Dvfs_support.c283 struct vnop_select_args /* {
293 nop_select(__unused struct vnop_select_args *ap)
299 err_select(__unused struct vnop_select_args *ap)
H A Dvnode_if.c315 VOPARG_OFFSETOF(struct vnop_select_args,a_vp),
327 VOPARG_OFFSETOF(struct vnop_select_args, a_context),
H A Dkpi_vfs.c3363 struct vnop_select_args {
3376 struct vnop_select_args a;
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h154 int spec_select (struct vnop_select_args *);
H A Dspec_vnops.c701 spec_select(struct vnop_select_args *ap)
/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c91 int dead_select(struct vnop_select_args *);
225 dead_select(__unused struct vnop_select_args *ap)
/xnu-2422.115.4/bsd/hfs/
H A Dhfs.h582 int hfs_vnop_select(struct vnop_select_args *); /* in hfs_readwrite.c */
H A Dhfs_readwrite.c2795 hfs_vnop_select(__unused struct vnop_select_args *ap)
2797 struct vnop_select_args {
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h496 struct vnop_select_args { struct
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c137 int nfs_vnop_select(struct vnop_select_args *);
6713 __unused struct vnop_select_args /* {

Completed in 92 milliseconds