Lines Matching defs:sysctllog
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 {
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)
2507 struct sysctllog *log;
2743 sysctl_log_realloc(struct sysctllog *log)