Home
last modified time | relevance | path

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

/freebsd/lib/virtual_oss/null/
H A Dnull.c47 null_open(struct voss_backend *pbe __unused, const char *devname __unused, in null_open() function
91 .open = null_open,
98 .open = null_open,
/freebsd/stand/libsa/
H A Dnullfs.c66 int null_open (const char *path, struct open_file *f) in null_open() function
H A Dstand.h423 extern int null_open(const char *path, struct open_file *f);
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c513 null_open(struct vop_open_args *ap) in null_open() function
1242 .vop_open = null_open,
/freebsd/sys/kern/
H A Dkern_conf.c323 #define null_open (d_open_t *)nullop macro
686 FIXUP(d_open, null_open, giant_open); in prep_cdevsw()