Searched refs:nullop (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h106 #define fifo_fsync (int (*) (struct vnop_fsync_args *))nullop
115 #define fifo_reclaim (int (*) (struct vnop_reclaim_args *))nullop
119 #define fifo_bwrite (int (*) (struct vnop_bwrite_args *))nullop
/xnu-2422.115.4/bsd/kern/
H A Dsubr_xxx.c144 nullop(void) function
/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c84 #define dead_close (int (*)(struct vnop_close_args *))nullop
93 #define dead_fsync (int (*)(struct vnop_fsync_args *))nullop
102 #define dead_inactive (int (*)(struct vnop_inactive_args *))nullop
103 #define dead_reclaim (int (*)(struct vnop_reclaim_args *))nullop
107 #define dead_bwrite (int (*)(struct vnop_bwrite_args *))nullop
/xnu-2422.115.4/bsd/sys/
H A Dsystm.h200 int nullop(void);
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c704 #define fdesc_close (int (*) (struct vnop_close_args *))nullop
705 #define fdesc_access (int (*) (struct vnop_access_args *))nullop
708 #define fdesc_fsync (int (*) (struct vnop_fsync_args *))nullop

Completed in 30 milliseconds