/src/sys/dev/hyperv/ |
vmbusicvar.h | 55 struct sysctllog *sc_log; member in struct:vmbusic_softc
|
/src/sys/dev/gpio/ |
gpiopwm.c | 53 struct sysctllog *sc_log; member in struct:gpiopwm_softc 113 sysctl_createv(&sc->sc_log, 0, NULL, &node, 125 sysctl_createv(&sc->sc_log, 0, &node, NULL, 131 sysctl_createv(&sc->sc_log, 0, &node, NULL, 154 if (sc->sc_log != NULL) { 155 sysctl_teardown(&sc->sc_log); 156 sc->sc_log = NULL;
|
gpiosim.c | 55 struct sysctllog *sc_log; member in struct:gpiosim_softc 178 sysctl_createv(&sc->sc_log, 0, NULL, &node, 190 sysctl_createv(&sc->sc_log, 0, &node, NULL, 197 sysctl_createv(&sc->sc_log, 0, &node, NULL, 238 if (sc->sc_log != NULL) { 239 sysctl_teardown(&sc->sc_log); 240 sc->sc_log = NULL;
|
/src/sys/arch/x68k/dev/ |
powsw.c | 57 #define DEBUG_LOG_ADD(c) sc->sc_log[sc->sc_loglen++] = (c) 59 sc->sc_log[sc->sc_loglen] = '\0'; \ 60 printf("%s", sc->sc_log); \ 87 char sc_log[100]; member in struct:powsw_softc
|
/src/sys/arch/evbarm/rpi/ |
rpi_vcmbox.c | 81 struct sysctllog *sc_log; member in struct:vcmbox_softc 243 error = sysctl_createv(&sc->sc_log, 0, NULL, &node, 248 error = sysctl_createv(&sc->sc_log, 0, &node, &cpunode, 253 error = sysctl_createv(&sc->sc_log, 0, &cpunode, &freqnode, 259 error = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 267 error = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 275 error = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 283 error = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 294 error = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 306 sysctl_teardown(&sc->sc_log); [all...] |
/src/sys/arch/x86/x86/ |
odcm.c | 77 struct sysctllog *sc_log; member in struct:odcm_softc 123 sc->sc_log = NULL; 151 if (sc->sc_log != NULL) 152 sysctl_teardown(&sc->sc_log); 228 rv = sysctl_createv(&sc->sc_log, 0, NULL, &node, 235 rv = sysctl_createv(&sc->sc_log, 0, &node, &odcmnode, 242 rv = sysctl_createv(&sc->sc_log, 0, &odcmnode, &node, 252 rv = sysctl_createv(&sc->sc_log, 0, &odcmnode, &node, 262 rv = sysctl_createv(&sc->sc_log, 0, &odcmnode, &node, 274 sysctl_teardown(&sc->sc_log); [all...] |
powernow.c | 109 struct sysctllog *sc_log; member in struct:powernow_softc 188 sc->sc_log = NULL; 235 if (sc->sc_log != NULL) 236 sysctl_teardown(&sc->sc_log); 259 rv = sysctl_createv(&sc->sc_log, 0, NULL, &node, 266 rv = sysctl_createv(&sc->sc_log, 0, &node, &cpunode, 273 rv = sysctl_createv(&sc->sc_log, 0, &cpunode, &freqnode, 280 rv = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 289 rv = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 298 rv = sysctl_createv(&sc->sc_log, 0, &freqnode, &node [all...] |
est.c | 998 struct sysctllog *sc_log; member in struct:est_softc 1040 sc->sc_log = NULL; 1063 if (sc->sc_log != NULL) 1064 sysctl_teardown(&sc->sc_log); 1305 rv = sysctl_createv(&sc->sc_log, 0, NULL, &node, 1312 rv = sysctl_createv(&sc->sc_log, 0, &node, &cpunode, 1319 rv = sysctl_createv(&sc->sc_log, 0, &cpunode, &freqnode, 1326 rv = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 1335 rv = sysctl_createv(&sc->sc_log, 0, &freqnode, &node, 1344 rv = sysctl_createv(&sc->sc_log, 0, &freqnode, &node [all...] |
hyperv.c | 90 struct sysctllog *sc_log; member in struct:hyperv_softc 637 if (sc->sc_log != NULL) { 638 sysctl_teardown(&sc->sc_log); 639 sc->sc_log = NULL; 924 error = sysctl_createv(&sc->sc_log, 0, &hyperv_node, NULL, 931 error = sysctl_createv(&sc->sc_log, 0, &hyperv_node, NULL, 938 error = sysctl_createv(&sc->sc_log, 0, &hyperv_node, NULL, 945 error = sysctl_createv(&sc->sc_log, 0, &hyperv_node, NULL, 961 error = sysctl_createv(&sc->sc_log, 0, NULL, &machdep_node, 967 error = sysctl_createv(&sc->sc_log, 0, &machdep_node, &hyperv_node [all...] |
/src/sys/dev/acpi/ |
fujbp_acpi.c | 123 struct sysctllog *sc_log; member in struct:fujitsu_bp_softc 178 sc->sc_log = NULL; 211 if (sc->sc_log != NULL) 212 sysctl_teardown(&sc->sc_log); 372 if ((sysctl_createv(&sc->sc_log, 0, NULL, &rnode, 378 if ((sysctl_createv(&sc->sc_log, 0, &rnode, &rnode, 392 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL, 405 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL,
|
fujhk_acpi.c | 81 struct sysctllog *sc_log; member in struct:fujitsu_hk_softc 136 sc->sc_log = NULL; 164 if (sc->sc_log != NULL) 165 sysctl_teardown(&sc->sc_log); 278 if ((sysctl_createv(&sc->sc_log, 0, NULL, &rnode, 284 if ((sysctl_createv(&sc->sc_log, 0, &rnode, &rnode, 291 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL,
|
sony_acpi.c | 58 struct sysctllog *sc_log; member in struct:sony_acpi_softc 180 if ((rv = sysctl_createv(&sc->sc_log, 0, NULL, &snode, 0, 186 if ((rv = sysctl_createv(&sc->sc_log, 0, &snode, &node,
|
asus_acpi.c | 61 struct sysctllog *sc_log; member in struct:asus_softc 190 if (sc->sc_log != NULL) 191 sysctl_teardown(&sc->sc_log); 344 err = sysctl_createv(&sc->sc_log, 0, NULL, &node, 0, 350 err = sysctl_createv(&sc->sc_log, 0, NULL, &node_ncfv, 358 err = sysctl_createv(&sc->sc_log, 0, NULL, &node_cfv,
|
thinkpad_acpi.c | 73 struct sysctllog *sc_log; member in struct:thinkpad_softc 263 sc->sc_log = NULL; 451 if (sc->sc_log != NULL) 452 sysctl_teardown(&sc->sc_log); 1200 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL, 1208 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL, 1216 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL, 1224 (void)sysctl_createv(&sc->sc_log, 0, &rnode, NULL, 1239 err = sysctl_createv(&sc->sc_log, 0, NULL, &rnode, 1245 err = sysctl_createv(&sc->sc_log, 0, &rnode, &rnode [all...] |
/src/sys/dev/vmt/ |
vmtvar.h | 64 struct sysctllog *sc_log; member in struct:vmt_softc
|
/src/sys/arch/xen/xen/ |
balloon.c | 135 struct sysctllog *sc_log; member in struct:balloon_xenbus_softc 259 sysctl_teardown(&sc->sc_log); 801 struct sysctllog **clog = &sc->sc_log;
|
/src/sys/modules/lua/ |
lua.c | 67 struct sysctllog *sc_log; member in struct:lua_softc 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 [all...] |
/src/sys/dev/audio/ |
audiovar.h | 251 struct sysctllog *sc_log; member in struct:audio_softc
|
/src/sys/arch/mac68k/dev/ |
pm_direct.c | 93 struct sysctllog *sc_log; /* Sysctl log */ variable in typeref:struct:sysctllog * 1293 if ((sysctl_createv(&sc_log, 0, NULL, &rnode, 1299 (void)sysctl_createv(&sc_log, 0, &rnode, NULL,
|
/src/sys/arch/x86/pci/ |
ichlpcib.c | 128 struct sysctllog *sc_log; member in struct:lpcib_softc 709 if ((rv = sysctl_createv(&sc->sc_log, 0, NULL, &node, 715 if ((rv = sysctl_createv(&sc->sc_log, 0, &node, &ssnode, 737 sysctl_teardown(&sc->sc_log);
|
/src/sys/dev/bluetooth/ |
btmagic.c | 157 struct sysctllog *sc_log; /* sysctl teardown log */ member in struct:btmagic_softc 349 sysctl_createv(&sc->sc_log, 0, NULL, &node, 359 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 368 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 377 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 386 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 394 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 472 sysctl_teardown(&sc->sc_log);
|
bcsp.c | 127 struct sysctllog *sc_log; /* sysctl log */ member in struct:bcsp_softc 289 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 296 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 303 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 310 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 317 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 324 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node,
|
bth5.c | 132 struct sysctllog *sc_log; /* sysctl log */ member in struct:bth5_softc 294 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 301 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 308 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 315 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 322 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node, 329 if ((rc = sysctl_createv(&sc->sc_log, 0, NULL, &node,
|
/src/sys/dev/usb/ |
ubt.c | 211 struct sysctllog *sc_log; /* sysctl log */ member in struct:ubt_softc 622 sysctl_createv(&sc->sc_log, 0, NULL, &node, 632 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 641 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 650 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 659 sysctl_createv(&sc->sc_log, 0, NULL, NULL, 693 sysctl_teardown(&sc->sc_log);
|
/src/sys/dev/pci/ |
auich.c | 222 struct sysctllog *sc_log; member in struct:auich_softc 665 err = sysctl_createv(&sc->sc_log, 0, NULL, &node, 0, 674 err = sysctl_createv(&sc->sc_log, 0, NULL, &node_ac97clock, 713 sysctl_teardown(&sc->sc_log);
|