if_tun.c | 100 const struct cdevsw tun_cdevsw = { variable in typeref:typename:const struct cdevsw 138 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor); 148 devsw_detach(NULL, &tun_cdevsw); 153 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);
|