Home
last modified time | relevance | path

Searched refs:log_root (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/kern/
Dkern_sysctl.c124 const struct sysctlnode *log_root; member
2393 printf("root %p left %d size %d content", (const void *)slog->log_root, in sysctl_log_print()
2450 log->log_root = NULL; in sysctl_log_add()
2462 if (log->log_root == NULL) in sysctl_log_add()
2463 log->log_root = sysctl_rootof(node); in sysctl_log_add()
2464 else if (log->log_root != sysctl_rootof(node)) { in sysctl_log_add()
2466 log->log_root, sysctl_rootof(node)); in sysctl_log_add()
2532 rnode = log->log_root; in sysctl_teardown()