Searched refs:loadmodules (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | defs.c | 418 loadmodules(int how, const char *module, ...) in loadmodules() function 439 loadmodules(int how __unused, const char *module __unused, ...) in loadmodules() function
|
| H A D | defs.h | 146 extern int loadmodules(int, const char *, ...);
|
| H A D | netgraph.c | 485 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_socket", NULL); in ng_Create() 563 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create() 629 loadmodules(LOAD_QUIETLY, modname, NULL); in ng_Create()
|
| H A D | ether.c | 471 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_ether", "ng_pppoe", "ng_socket", in ether_Create()
|
| H A D | tty.c | 277 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_tty", "ng_async", "ng_socket", in LoadLineDiscipline()
|
| H A D | bundle.c | 738 if (loadmodules(LOAD_VERBOSLY, "if_tun", NULL)) in bundle_Create()
|