Searched defs:cdevsw (Results 1 – 3 of 3) sorted by relevance
200 struct cdevsw { struct201 int d_version;225 struct cdevsw *gianttrick; argument227 } __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()
268 struct cdevsw cdevsw; member