/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)
|
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)
|
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 **); typedef in typeref:typename:void sysctl_setup_func (struct **) 123 struct sysctllog { struct 1957 sysctl_createv(struct sysctllog **log, int cflags, 2389 sysctl_log_print(const struct sysctllog *slog) 2422 sysctl_log_add(struct sysctllog **logp, const struct sysctlnode *node) 2427 struct sysctllog *log; 2436 log = malloc(sizeof(struct sysctllog), 2503 sysctl_teardown(struct sysctllog **logp [all...] |
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 **); typedef in typeref:typename:void sysctl_setup_func (struct **) 123 struct sysctllog { struct 1957 sysctl_createv(struct sysctllog **log, int cflags, 2389 sysctl_log_print(const struct sysctllog *slog) 2422 sysctl_log_add(struct sysctllog **logp, const struct sysctlnode *node) 2427 struct sysctllog *log; 2436 log = malloc(sizeof(struct sysctllog), 2503 sysctl_teardown(struct sysctllog **logp [all...] |
/src/lib/librumpuser/ |
rumpuser_dl.c | 359 struct sysctllog; 360 typedef void sysctl_setup_func(struct sysctllog **); typedef in function:process_object
|
rumpuser_dl.c | 359 struct sysctllog; 360 typedef void sysctl_setup_func(struct sysctllog **); typedef in function:process_object
|
/src/sys/dev/pci/ixgbe/ |
ixgbe.h | 643 struct sysctllog *sysctllog; member in struct:ixgbe_softc
|
ixgbe.h | 643 struct sysctllog *sysctllog; member in struct:ixgbe_softc
|