Searched refs:cdevsw0 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/rump/librump/rumpkern/
H A Demul.c78 const struct cdevsw *cdevsw0[255]; variable in typeref:struct:cdevsw
79 const struct cdevsw **cdevsw = cdevsw0;
/netbsd-current/sys/kern/
H A Dsubr_devsw.c43 * the cdevsw0 and bdevsw0 tables. Drivers can also be added to
49 * indexes (bdevsw0, cdevsw0) are used. If these overflow due to
111 extern const struct cdevsw **cdevsw, *cdevsw0[];
593 KASSERT(cdevsw == cdevsw0);

Completed in 138 milliseconds