Searched refs:null_open (Results 1 – 4 of 4) sorted by relevance
71 int null_open (const char *path, struct open_file *f) in null_open() function
395 extern int null_open(const char *path, struct open_file *f);
480 null_open(struct vop_open_args *ap) in null_open() function1152 .vop_open = null_open,
325 #define null_open (d_open_t *)nullop macro691 FIXUP(d_open, null_open, giant_open); in prep_cdevsw()