Searched refs:sysctllog (Results 1 – 25 of 184) sorted by relevance
12345678
| /netbsd/src/sys/sys/ |
| D | sysctl.h | 985 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 …]
|
| D | module.h | 87 struct sysctllog; 103 struct sysctllog *mod_sysctllog;
|
| /netbsd/src/sys/kern/ |
| D | subr_bufq.c | 84 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()
|
| D | kern_sysctl.c | 112 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/ |
| D | secmodel_extensions_rump.c | 48 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/ |
| D | drm_sysctl.h | 29 struct sysctllog; 32 struct sysctllog *log;
|
| /netbsd/src/sys/dev/acpi/ |
| D | apeivar.h | 42 struct sysctllog; 68 struct sysctllog *sc_sysctllog;
|
| /netbsd/src/sys/arch/x86/include/ |
| D | machdep.h | 41 struct sysctllog; 66 void x86_sysctl_machdep_setup(struct sysctllog **);
|
| /netbsd/src/sys/dev/ata/ |
| D | wdvar.h | 47 struct sysctllog; 93 struct sysctllog *nodelog;
|
| /netbsd/src/sys/dev/ic/ |
| D | ath_netbsd.h | 90 const struct sysctlnode *ath_sysctl_treetop(struct sysctllog **); 91 const struct sysctlnode *ath_sysctl_instance(const char *, struct sysctllog **);
|
| D | apple_smcvar.h | 54 struct sysctllog *smc_sysctllog;
|
| D | ath_netbsd.c | 383 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()
|
| D | scmdvar.h | 33 struct sysctllog *sc_scmdlog;
|
| /netbsd/src/share/examples/secmodel/ |
| D | secmodel_example.c | 31 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/ |
| D | ipsec.h | 350 void sysctl_net_inet_ipsec_setup(struct sysctllog **); 352 void sysctl_net_inet6_ipsec6_setup(struct sysctllog **);
|
| /netbsd/src/sys/secmodel/extensions/ |
| D | extensions_impl.h | 38 void secmodel_extensions_vfs_sysctl(struct sysctllog **,
|
| /netbsd/src/sys/dev/onewire/ |
| D | ds28e17iicvar.h | 38 struct sysctllog *sc_ds28e17iiclog;
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | cpuvar.h | 49 struct sysctllog *sc_sysctllog;
|
| /netbsd/src/sys/dev/i2c/ |
| D | ds2482owvar.h | 47 struct sysctllog *sc_ds2482log;
|
| D | am2315var.h | 39 struct sysctllog *sc_am2315log;
|
| D | aht20var.h | 34 struct sysctllog *sc_aht20log;
|
| D | si70xxvar.h | 37 struct sysctllog *sc_si70xxlog;
|
| D | sgp40var.h | 40 struct sysctllog *sc_sgp40log;
|
| /netbsd/src/sys/secmodel/overlay/ |
| D | overlay.h | 39 void sysctl_security_overlay_setup(struct sysctllog **);
|
| /netbsd/src/sys/netinet/ |
| D | in_selsrc.h | 18 struct sysctllog *isc_log;
|
12345678