Home
last modified time | relevance | path

Searched refs:loadmodules (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/ppp/
HDdefs.c423 loadmodules(int how, const char *module, ...) in loadmodules() function
444 loadmodules(int how __unused, const char *module __unused, ...) in loadmodules() function
HDdefs.h141 extern int loadmodules(int, const char *, ...);
HDnetgraph.c490 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_socket", NULL); in ng_Create()
568 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create()
634 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create()
HDether.c475 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_ether", "ng_pppoe", "ng_socket", in ether_Create()
HDtty.c282 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_tty", "ng_async", "ng_socket", in LoadLineDiscipline()
HDbundle.c737 if (loadmodules(LOAD_VERBOSLY, "if_tun", NULL)) in bundle_Create()