HomeSort by: relevance | last modified time | path
    Searched refs:cdevsw0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
emul.c 78 const struct cdevsw *cdevsw0[255]; variable in typeref:struct:cdevsw
79 const struct cdevsw **cdevsw = cdevsw0;
  /src/sys/kern/
subr_devsw.c 43 * the cdevsw0 and bdevsw0 tables. Drivers can also be added to
49 * indexes (bdevsw0, cdevsw0) are used. If these overflow due to
113 extern const struct cdevsw **cdevsw, *cdevsw0[];
595 KASSERT(cdevsw == cdevsw0);

Completed in 34 milliseconds