Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/random/
H A Drandom_infra.c64 (int (*)(struct uio *, bool))nullop,
65 (u_int (*)(void *, u_int))nullop,
93 random_reader_context.read_random_uio = (int (*)(struct uio *, bool))nullop; in random_infra_uninit()
94 random_reader_context.read_random = (u_int (*)(void *, u_int))nullop; in random_infra_uninit()
/freebsd-12.1/sys/dev/null/
H A Dnull.c70 .d_read = (d_read_t *)nullop,
/freebsd-12.1/sys/kern/
H A Dkern_conf.c264 nullop(void) in nullop() function
328 #define null_open (d_open_t *)nullop
329 #define null_close (d_close_t *)nullop
H A Dvfs_subr.c4326 #define sync_close ((int (*)(struct vop_close_args *))nullop)
/freebsd-12.1/sys/sys/
H A Dsystm.h214 int nullop(void);