Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Ddefs.c416 loadmodules(int how, const char *module, ...) in loadmodules() function
437 loadmodules(int how __unused, const char *module __unused, ...) in loadmodules() function
H A Ddefs.h144 extern int loadmodules(int, const char *, ...);
H A Dnetgraph.c483 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_socket", NULL); in ng_Create()
561 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create()
627 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create()
H A Dether.c469 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_ether", "ng_pppoe", "ng_socket", in ether_Create()
H A Dtty.c275 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_tty", "ng_async", "ng_socket", in LoadLineDiscipline()
H A Dbundle.c736 if (loadmodules(LOAD_VERBOSLY, "if_tun", NULL)) in bundle_Create()