Searched defs:cdevsw (Results 1 – 3 of 3) sorted by relevance
179 struct cdevsw { struct180 int d_version;204 struct cdevsw *gianttrick; argument206 } __d_giant;
405 fb_attach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_attach()424 fb_detach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_detach()
243 struct cdevsw cdevsw; member