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

  /src/sys/rump/librump/rumpkern/
emul.c 78 const struct cdevsw *cdevsw0[255];
79 const struct cdevsw **cdevsw = cdevsw0; variable in typeref:typename:const struct cdevsw **
  /src/sys/sys/
conf.h 89 struct cdevsw { struct
113 const struct cdevsw *, devmajor_t *);
114 void devsw_detach(const struct bdevsw *, const struct cdevsw *);
116 const struct cdevsw *cdevsw_lookup(dev_t);
118 devmajor_t cdevsw_lookup_major(const struct cdevsw *);

Completed in 12 milliseconds