HomeSort by: relevance | last modified time | path
    Searched refs:tun_cmajor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/rump/net/lib/libtun/
tun_component.c 44 extern devmajor_t tun_bmajor, tun_cmajor;
48 &tun_cdevsw, &tun_cmajor);
52 error = rump_vfs_makeonedevnode(S_IFCHR, "/dev/tun", tun_cmajor,
57 error = rump_vfs_makedevnodes(S_IFCHR, "/dev/tun", '0', tun_cmajor,
  /src/sys/net/
if_tun.c 116 devmajor_t tun_bmajor = -1, tun_cmajor = -1; variable in typeref:typename:devmajor_t
138 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);
153 devsw_attach("tun", NULL, &tun_bmajor, &tun_cdevsw, &tun_cmajor);

Completed in 28 milliseconds