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

  /src/sys/rump/net/lib/libnpf/
npf_component.c 18 extern const struct cdevsw npf_cdevsw;
25 error = devsw_attach("npf", NULL, &bmajor, &npf_cdevsw, &cmajor);
34 devsw_detach(NULL, &npf_cdevsw);
  /src/sys/net/npf/
npf_os.c 98 const struct cdevsw npf_cdevsw = { variable in typeref:typename:const struct cdevsw
142 devsw_detach(NULL, &npf_cdevsw);
167 error = devsw_attach("npf", NULL, &bmajor, &npf_cdevsw, &cmajor);

Completed in 36 milliseconds