Home
last modified time | relevance | path

Searched refs:vnop_select_args (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/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.c285 struct vnop_select_args /* {
295 nop_select(__unused struct vnop_select_args *ap) in nop_select()
301 err_select(__unused struct vnop_select_args *ap) in err_select()
H A Dvnode_if.c314 VOPARG_OFFSETOF(struct vnop_select_args, a_vp),
326 VOPARG_OFFSETOF(struct vnop_select_args, a_context),
H A Dkpi_vfs.c4095 struct vnop_select_args {
4108 struct vnop_select_args a; in VNOP_SELECT()
/xnu-12377.41.6/bsd/miscfs/devfs/
H A Dfdesc.h117 extern int fdesc_select(struct vnop_select_args *ap);
H A Ddevfs_fdesc_support.c692 fdesc_select(__unused struct vnop_select_args *ap) in fdesc_select()
/xnu-12377.41.6/bsd/miscfs/fifofs/
H A Dfifo.h130 int fifo_select(struct vnop_select_args *);
H A Dfifo_vnops.c434 fifo_select(struct vnop_select_args *ap) in fifo_select()
/xnu-12377.41.6/bsd/miscfs/deadfs/
H A Ddead_vnops.c89 int dead_select(struct vnop_select_args *);
215 dead_select(__unused struct vnop_select_args *ap) in dead_select()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspecdev.h156 int spec_select(struct vnop_select_args *);
H A Dspec_vnops.c869 spec_select(struct vnop_select_args *ap) in spec_select()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h531 struct vnop_select_args { struct