HomeSort by: relevance | last modified time | path
    Searched defs:sysctllog (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/kern/
subr_bufq.c 87 static void sysctl_kern_bufq_strategies_setup(struct sysctllog **);
93 static struct sysctllog *sysctllog; variable in typeref:struct:sysctllog
100 sysctl_kern_bufq_strategies_setup(&sysctllog);
387 sysctl_kern_bufq_strategies_setup(struct sysctllog **clog)
subr_bufq.c 87 static void sysctl_kern_bufq_strategies_setup(struct sysctllog **);
93 static struct sysctllog *sysctllog; variable in typeref:struct:sysctllog
100 sysctl_kern_bufq_strategies_setup(&sysctllog);
387 sysctl_kern_bufq_strategies_setup(struct sysctllog **clog)
kern_sysctl.c 113 static int sysctl_log_add(struct sysctllog **, const struct sysctlnode *);
114 static int sysctl_log_realloc(struct sysctllog *);
116 typedef void sysctl_setup_func(struct sysctllog **);
124 struct sysctllog { struct
1959 sysctl_createv(struct sysctllog **log, int cflags,
2391 sysctl_log_print(const struct sysctllog *slog)
2424 sysctl_log_add(struct sysctllog **logp, const struct sysctlnode *node)
2429 struct sysctllog *log;
2438 log = malloc(sizeof(struct sysctllog),
2505 sysctl_teardown(struct sysctllog **logp
    [all...]
kern_sysctl.c 113 static int sysctl_log_add(struct sysctllog **, const struct sysctlnode *);
114 static int sysctl_log_realloc(struct sysctllog *);
116 typedef void sysctl_setup_func(struct sysctllog **);
124 struct sysctllog { struct
1959 sysctl_createv(struct sysctllog **log, int cflags,
2391 sysctl_log_print(const struct sysctllog *slog)
2424 sysctl_log_add(struct sysctllog **logp, const struct sysctlnode *node)
2429 struct sysctllog *log;
2438 log = malloc(sizeof(struct sysctllog),
2505 sysctl_teardown(struct sysctllog **logp
    [all...]
  /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

Completed in 56 milliseconds