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

  /src/sys/rump/librump/rumpkern/
emul.c 73 const struct bdevsw *bdevsw0[255];
74 const struct bdevsw **bdevsw = bdevsw0; variable in typeref:typename:const struct bdevsw **
  /src/sys/sys/
conf.h 72 struct bdevsw { struct
112 int devsw_attach(const char *, const struct bdevsw *, devmajor_t *,
114 void devsw_detach(const struct bdevsw *, const struct cdevsw *);
115 const struct bdevsw *bdevsw_lookup(dev_t);
117 devmajor_t bdevsw_lookup_major(const struct bdevsw *);

Completed in 11 milliseconds