Home
last modified time | relevance | path

Searched defs:devopen (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/boot/common/
HDdevopen.c36 devopen(struct open_file *f, const char *fname, const char **file) in devopen() function
/NextBSD/sys/kern/
HDsubr_bus.c370 static d_open_t devopen; variable
433 devopen(struct cdev *dev, int oflags, int devtype, struct thread *td) in devopen() function
/NextBSD/sbin/camcontrol/
HDcamcontrol.c8968 int devopen = 1; in main() local