Searched defs:devsw (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/stand/efi/loader/
H A Dconf.c38 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/userboot/userboot/
H A Dconf.c55 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/powerpc/kboot/
H A Dconf.c49 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/pc98/loader/
H A Dconf.c46 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/i386/loader/
H A Dconf.c53 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/arm/uboot/
H A Dconf.c42 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/powerpc/uboot/
H A Dconf.c51 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/powerpc/ofw/
H A Dconf.c52 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/mips/uboot/
H A Dconf.c42 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/tools/tools/bootparttest/
H A Dbootparttest.c46 struct devsw { struct
/freebsd-11-stable/stand/mips/beri/loader/
H A Dmain.c53 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/sparc64/loader/
H A Dmain.c150 struct devsw *devsw[] = { variable in typeref:struct:devsw
/freebsd-11-stable/stand/libsa/
H A Dstand.h138 struct devsw { struct
/freebsd-11-stable/sys/kern/
H A Dkern_conf.c609 fini_cdevsw(struct cdevsw *devsw) argument
623 prep_cdevsw(struct cdevsw *devsw, in argument
848 make_dev_credv(int flags, struct cdev **dres, struct cdevsw *devsw, int unit, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, va_list ap) argument
866 make_dev(struct cdevsw *devsw, int unit, uid_t uid, gid_t gid, int mode, const char *fmt, ...) argument
883 make_dev_cred(struct cdevsw *devsw, int unit, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, ...) argument
900 make_dev_credf(int flags, struct cdevsw *devsw, int unit, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, ...) argument
919 make_dev_p(int flags, struct cdev **cdev, struct cdevsw *devsw, struct ucred *cr, uid_t uid, gid_t gid, int mode, const char *fmt, ...) argument
[all...]
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c2545 struct cdevsw *devsw; local

Completed in 280 milliseconds