Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dconf.h200 struct cdevsw { struct
201 int d_version;
225 struct cdevsw *gianttrick; argument
227 } __d_giant;
/freebsd-13.1/sys/dev/fb/
H A 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-13.1/sys/net/
H A Dif_tuntap.c268 struct cdevsw cdevsw; member