Home
last modified time | relevance | path

Searched defs:cdevsw (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
HDconf.h172 struct cdevsw { struct
173 int d_version;
197 struct cdevsw *gianttrick; argument
199 } __d_giant;
/freebsd-11-stable/sys/dev/fb/
HDfb.c403 fb_attach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_attach()
422 fb_detach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_detach()