Home
last modified time | relevance | path

Searched refs:sysctllog (Results 1 – 25 of 194) sorted by relevance

12345678

/netbsd/sys/sys/
H A Dsysctl.h978 struct sysctllog;
1023 void (*ssc_func)(struct sysctllog **);
1058 void name(struct sysctllog **)
1063 void name(struct sysctllog **clog) { \
1072 void name(struct sysctllog **clog)
1081 static void name(struct sysctllog **clog) { \
1088 static void name(struct sysctllog **); \
1090 static void name(struct sysctllog **clog)
1144 int sysctl_createv(struct sysctllog **, int,
1175 void sysctl_teardown(struct sysctllog **);
[all …]
H A Dmodule.h87 struct sysctllog;
103 struct sysctllog *mod_sysctllog;
/netbsd/sys/modules/examples/sysctl/
H A Dsysctl.c47 static struct sysctllog *example_sysctl_log;
49 static void sysctl_example_setup(struct sysctllog **);
72 sysctl_example_setup(struct sysctllog **clog) in sysctl_example_setup()
/netbsd/sys/kern/
H A Dsubr_bufq.c84 static void sysctl_kern_bufq_strategies_setup(struct sysctllog **);
90 static struct sysctllog *sysctllog; variable
97 sysctl_kern_bufq_strategies_setup(&sysctllog); in bufq_init()
384 sysctl_kern_bufq_strategies_setup(struct sysctllog **clog) in sysctl_kern_bufq_strategies_setup()
H A Dkern_sysctl.c112 static int sysctl_log_add(struct sysctllog **, const struct sysctlnode *);
113 static int sysctl_log_realloc(struct sysctllog *);
115 typedef void sysctl_setup_func(struct sysctllog **);
123 struct sysctllog { struct
1957 sysctl_createv(struct sysctllog **log, int cflags, in sysctl_createv()
2389 sysctl_log_print(const struct sysctllog *slog) in sysctl_log_print()
2427 struct sysctllog *log; in sysctl_log_add()
2436 log = malloc(sizeof(struct sysctllog), in sysctl_log_add()
2503 sysctl_teardown(struct sysctllog **logp) in sysctl_teardown()
2507 struct sysctllog *log; in sysctl_teardown()
[all …]
/netbsd/sys/rump/librump/rumpkern/
H A Dsecmodel_extensions_rump.c48 void rump_secmodel_extensions_vfs_sysctl(struct sysctllog **,
51 rump_secmodel_extensions_vfs_sysctl(struct sysctllog **clog, in rump_secmodel_extensions_vfs_sysctl()
/netbsd/sys/external/bsd/drm2/include/drm/
H A Ddrm_sysctl.h29 struct sysctllog;
32 struct sysctllog *log;
/netbsd/sys/arch/x86/include/
H A Dmachdep.h41 struct sysctllog;
66 void x86_sysctl_machdep_setup(struct sysctllog **);
/netbsd/sys/dev/ata/
H A Dwdvar.h47 struct sysctllog;
94 struct sysctllog *nodelog;
/netbsd/sys/dev/ic/
H A Dath_netbsd.h90 const struct sysctlnode *ath_sysctl_treetop(struct sysctllog **);
91 const struct sysctlnode *ath_sysctl_instance(const char *, struct sysctllog **);
H A Dapple_smcvar.h54 struct sysctllog *smc_sysctllog;
H A Dath_netbsd.c383 ath_sysctl_instance(const char *dvname, struct sysctllog **log) in ath_sysctl_instance()
401 ath_sysctl_treetop(struct sysctllog **log) in ath_sysctl_treetop()
422 struct sysctllog **log = &sc->sc_sysctllog; in ath_sysctlattach()
H A Dscmdvar.h33 struct sysctllog *sc_scmdlog;
/netbsd/tests/modules/ufetchstore/
H A Dufetchstore_tester.c40 struct sysctllog *ctx_sysctllog;
173 struct sysctllog **log = &tester_ctx.ctx_sysctllog; in ufetchstore_tester_init()
/netbsd/share/examples/secmodel/
H A Dsecmodel_example.c31 static struct sysctllog *sysctl_example_log;
40 static void sysctl_security_example_setup(struct sysctllog **);
61 sysctl_security_example_setup(struct sysctllog **clog) in sysctl_security_example_setup()
/netbsd/sys/netipsec/
H A Dipsec.h350 void sysctl_net_inet_ipsec_setup(struct sysctllog **);
352 void sysctl_net_inet6_ipsec6_setup(struct sysctllog **);
/netbsd/sys/secmodel/extensions/
H A Dextensions_impl.h38 void secmodel_extensions_vfs_sysctl(struct sysctllog **,
/netbsd/sys/arch/alpha/include/
H A Dcpuvar.h49 struct sysctllog *sc_sysctllog;
/netbsd/sys/secmodel/overlay/
H A Doverlay.h39 void sysctl_security_overlay_setup(struct sysctllog **);
/netbsd/sys/dev/i2c/
H A Dam2315var.h39 struct sysctllog *sc_am2315log;
H A Daht20var.h34 struct sysctllog *sc_aht20log;
H A Dsi70xxvar.h37 struct sysctllog *sc_si70xxlog;
H A Dsgp40var.h40 struct sysctllog *sc_sgp40log;
/netbsd/sys/dev/hyperv/
H A Dvmbusicvar.h55 struct sysctllog *sc_log;
/netbsd/sys/netinet/
H A Din_selsrc.h18 struct sysctllog *isc_log;

12345678