Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c143 static struct service_entry glob_svc; variable
1654 log_for_service(glob_svc.se_log, glob_svc.se_debug); in global_logging()
1725 glob_svc = newglobsvc; in parse_options()
1747 if (newopt == NULL && glob_svc.se_log != NULL) { in parse_options()
1748 glob_svc.se_log = NULL; in parse_options()
1969 if (!ispadi && (glob_svc.se_flags & SEF_NOWILD)) in locate_service()
1984 !(glob_svc.se_flags & SEF_NOWILD)) in locate_service()
2282 (glob_svc.se_flags & SEF_NOWILD) ? " not" : ""); in dump_configuration()
2285 glob_svc.se_debug, in dump_configuration()
2286 ((glob_svc.se_log == NULL || *glob_svc.se_log == '\0') ? in dump_configuration()
[all …]