HomeSort by: relevance | last modified time | path
    Searched refs:sysctllog (Results 1 - 25 of 206) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/secmodel/extensions/
extensions_impl.h 38 void secmodel_extensions_vfs_sysctl(struct sysctllog **,
  /src/sys/external/bsd/drm2/include/drm/
drm_sysctl.h 29 struct sysctllog;
32 struct sysctllog *log;
  /src/sys/rump/librump/rumpkern/
secmodel_extensions_rump.c 48 void rump_secmodel_extensions_vfs_sysctl(struct sysctllog **,
51 rump_secmodel_extensions_vfs_sysctl(struct sysctllog **clog,
  /src/sys/arch/x86/include/
machdep.h 41 struct sysctllog;
66 void x86_sysctl_machdep_setup(struct sysctllog **);
  /src/sys/modules/examples/sysctl/
sysctl.c 47 static struct sysctllog *example_sysctl_log;
49 static void sysctl_example_setup(struct sysctllog **);
72 sysctl_example_setup(struct sysctllog **clog)
  /src/sys/arch/alpha/include/
cpuvar.h 49 struct sysctllog *sc_sysctllog;
  /src/sys/secmodel/overlay/
overlay.h 39 void sysctl_security_overlay_setup(struct sysctllog **);
  /src/sys/dev/onewire/
ds28e17iicvar.h 38 struct sysctllog *sc_ds28e17iiclog;
  /src/sys/dev/acpi/
apeivar.h 42 struct sysctllog;
68 struct sysctllog *sc_sysctllog;
  /src/sys/dev/i2c/
am2315var.h 39 struct sysctllog *sc_am2315log;
aht20var.h 34 struct sysctllog *sc_aht20log;
sgp40var.h 40 struct sysctllog *sc_sgp40log;
sht4xvar.h 37 struct sysctllog *sc_sht4xlog;
ds2482owvar.h 47 struct sysctllog *sc_ds2482log;
si70xxvar.h 37 struct sysctllog *sc_si70xxlog;
emcfanvar.h 46 struct sysctllog *sc_emcfanlog;
  /src/sys/netinet/
in_selsrc.h 18 struct sysctllog *isc_log;
  /src/sys/dev/hyperv/
vmbusicvar.h 55 struct sysctllog *sc_log;
  /src/sys/dev/ic/
apple_smcvar.h 54 struct sysctllog *smc_sysctllog;
scmdvar.h 33 struct sysctllog *sc_scmdlog;
ath_netbsd.h 90 const struct sysctlnode *ath_sysctl_treetop(struct sysctllog **);
91 const struct sysctlnode *ath_sysctl_instance(const char *, struct sysctllog **);
  /src/sys/net/
pktqueue.h 64 void pktq_sysctl_setup(pktqueue_t *, struct sysctllog **,
  /src/sys/dev/ata/
wdvar.h 47 struct sysctllog;
93 struct sysctllog *nodelog;
  /src/sys/kern/
subr_bufq.c 84 static void sysctl_kern_bufq_strategies_setup(struct sysctllog **);
90 static struct sysctllog *sysctllog; variable in typeref:struct:sysctllog *
97 sysctl_kern_bufq_strategies_setup(&sysctllog);
384 sysctl_kern_bufq_strategies_setup(struct sysctllog **clog)
  /src/tests/modules/k_helper2/
k_helper2.c 48 static struct sysctllog *clogp;

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 9