Home
last modified time | relevance | path

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

12345678

/netbsd/src/sys/sys/
Dsysctl.h985 struct sysctllog;
1030 void (*ssc_func)(struct sysctllog **);
1065 void name(struct sysctllog **)
1069 static void __CONCAT(___,name)(struct sysctllog **); \
1070 void name(struct sysctllog **clog) { \
1074 static void __CONCAT(___,name)(struct sysctllog **clog)
1079 void name(struct sysctllog **clog)
1087 static void __CONCAT(___,name)(struct sysctllog **); \
1088 static void name(struct sysctllog **clog) { \
1092 static void __CONCAT(___,name)(struct sysctllog **clog)
[all …]
Dmodule.h87 struct sysctllog;
103 struct sysctllog *mod_sysctllog;
/netbsd/src/sys/kern/
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()
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()
2422 sysctl_log_add(struct sysctllog **logp, const struct sysctlnode *node) in sysctl_log_add()
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()
[all …]
/netbsd/src/sys/rump/librump/rumpkern/
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/src/sys/external/bsd/drm2/include/drm/
Ddrm_sysctl.h29 struct sysctllog;
32 struct sysctllog *log;
/netbsd/src/sys/dev/acpi/
Dapeivar.h42 struct sysctllog;
68 struct sysctllog *sc_sysctllog;
/netbsd/src/sys/arch/x86/include/
Dmachdep.h41 struct sysctllog;
66 void x86_sysctl_machdep_setup(struct sysctllog **);
/netbsd/src/sys/dev/ata/
Dwdvar.h47 struct sysctllog;
93 struct sysctllog *nodelog;
/netbsd/src/sys/dev/ic/
Dath_netbsd.h90 const struct sysctlnode *ath_sysctl_treetop(struct sysctllog **);
91 const struct sysctlnode *ath_sysctl_instance(const char *, struct sysctllog **);
Dapple_smcvar.h54 struct sysctllog *smc_sysctllog;
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()
Dscmdvar.h33 struct sysctllog *sc_scmdlog;
/netbsd/src/share/examples/secmodel/
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/src/sys/netipsec/
Dipsec.h350 void sysctl_net_inet_ipsec_setup(struct sysctllog **);
352 void sysctl_net_inet6_ipsec6_setup(struct sysctllog **);
/netbsd/src/sys/secmodel/extensions/
Dextensions_impl.h38 void secmodel_extensions_vfs_sysctl(struct sysctllog **,
/netbsd/src/sys/dev/onewire/
Dds28e17iicvar.h38 struct sysctllog *sc_ds28e17iiclog;
/netbsd/src/sys/arch/alpha/include/
Dcpuvar.h49 struct sysctllog *sc_sysctllog;
/netbsd/src/sys/dev/i2c/
Dds2482owvar.h47 struct sysctllog *sc_ds2482log;
Dam2315var.h39 struct sysctllog *sc_am2315log;
Daht20var.h34 struct sysctllog *sc_aht20log;
Dsi70xxvar.h37 struct sysctllog *sc_si70xxlog;
Dsgp40var.h40 struct sysctllog *sc_sgp40log;
/netbsd/src/sys/secmodel/overlay/
Doverlay.h39 void sysctl_security_overlay_setup(struct sysctllog **);
/netbsd/src/sys/netinet/
Din_selsrc.h18 struct sysctllog *isc_log;

12345678