Lines Matching defs:sc_log
67 struct sysctllog *sc_log;
150 sysctl_createv(&sc->sc_log, 0, NULL, &node,
166 sysctl_createv(&sc->sc_log, 0, &node, NULL,
173 sysctl_createv(&sc->sc_log, 0, &node, NULL,
180 sysctl_createv(&sc->sc_log, 0, &node, NULL,
187 sysctl_createv(&sc->sc_log, 0, &node, NULL,
194 sysctl_createv(&sc->sc_log, 0, &node, NULL,
213 if (sc->sc_log != NULL) {
214 sysctl_teardown(&sc->sc_log);
215 sc->sc_log = NULL;