Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/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-8019.80.24/bsd/kern/
H A Dsubr_xxx.c147 nullop(void) in nullop() function
/xnu-8019.80.24/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c716 #define fdesc_close (int (*) (struct vnop_close_args *))nullop
717 #define fdesc_access (int (*) (struct vnop_access_args *))nullop
720 #define fdesc_fsync (int (*) (struct vnop_fsync_args *))nullop
/xnu-8019.80.24/bsd/sys/
H A Dsystm.h198 int nullop(void);