Searched refs:loadmodules (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/usr.sbin/ppp/ |
| HD | defs.c | 423 loadmodules(int how, const char *module, ...) in loadmodules() function 444 loadmodules(int how __unused, const char *module __unused, ...) in loadmodules() function
|
| HD | defs.h | 141 extern int loadmodules(int, const char *, ...);
|
| HD | netgraph.c | 490 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()
|
| HD | ether.c | 475 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_ether", "ng_pppoe", "ng_socket", in ether_Create()
|
| HD | tty.c | 282 loadmodules(LOAD_VERBOSLY, "netgraph", "ng_tty", "ng_async", "ng_socket", in LoadLineDiscipline()
|
| HD | bundle.c | 737 if (loadmodules(LOAD_VERBOSLY, "if_tun", NULL)) in bundle_Create()
|