Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dconf.h179 struct cdevsw { struct
180 int d_version;
204 struct cdevsw *gianttrick; argument
206 } __d_giant;
/freebsd-12-stable/sys/dev/fb/
Dfb.c405 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()
/freebsd-12-stable/sys/net/
Dif_tuntap.c243 struct cdevsw cdevsw; member