Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dkern_sysctl.c63 int sysctl_debugx = 0; variable
64 SYSCTL_INT(_debug, OID_AUTO, sysctl, CTLFLAG_RW, &sysctl_debugx, 0, "");
1422 if (sysctl_debugx & 1) { in sysctl_root()