Searched refs:devopen (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/common/
H A Ddevopen.c28 __FBSDID("$FreeBSD: stable/11/stand/common/devopen.c 344399 2019-02-20 23:55:35Z kevans $");
40 devopen(struct open_file *f, const char *fname, const char **file) function
/freebsd-11-stable/stand/libsa/
H A Dopen.c120 error = devopen(f, fname, &file);
H A Dstand.h403 extern int devopen(struct open_file *, const char *, const char **);
/freebsd-11-stable/stand/
H A Dloader.mk7 SRCS+= boot.c commands.c console.c devopen.c interp.c
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c370 static d_open_t devopen; variable
379 .d_open = devopen,
433 devopen(struct cdev *dev, int oflags, int devtype, struct thread *td) function
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c9737 int devopen = 1; local
9828 devopen = 0;
9831 if ((devopen == 1)
9951 if (devopen == 1) {

Completed in 211 milliseconds