Home
last modified time | relevance | path

Searched refs:null_close (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/virtual_oss/null/
H A Dnull.c42 null_close(struct voss_backend *pbe __unused) in null_close() function
92 .close = null_close,
99 .close = null_close,
/freebsd/stand/libsa/
H A Dnullfs.c71 int null_close(struct open_file *f) in null_close() function
H A Dstand.h424 extern int null_close(struct open_file *f);
/freebsd/sys/kern/
H A Dkern_conf.c324 #define null_close (d_close_t *)nullop macro
688 FIXUP(d_close, null_close, giant_close); in prep_cdevsw()