Searched refs:null_open (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/lib/libstand/
H A Dnullfs.c71 int null_open (const char *path, struct open_file *f) function
H A Dstand.h348 extern int null_open(const char *path, struct open_file *f);
/freebsd-10.2-release/sys/fs/nullfs/
H A Dnull_vnops.c436 null_open(struct vop_open_args *ap) function
916 .vop_open = null_open,
/freebsd-10.2-release/sys/kern/
H A Dkern_conf.c326 #define null_open (d_open_t *)nullop macro
661 FIXUP(d_open, null_open, giant_open);

Completed in 56 milliseconds