Home
last modified time | relevance | path

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

/sys/kern/
Dsysctl.c38 SysCtlBool SYSCTL_##_PATH = { #_PATH, _DEFAULT };
102 SysCtlBool *val = (SysCtlBool *)SYSCTLTable[i].node; in SysCtl_SetObject()
148 SysCtlBool *val = (SysCtlBool *)SYSCTLTable[i].node; in Debug_SysCtl()
175 SysCtlBool *val = (SysCtlBool *)SYSCTLTable[i].node; in Debug_SysCtl()
Dsyscall.c602 SysCtlBool *scBool = SysCtl_GetObject(node); in Syscall_SysCtl()
637 SysCtlBool scBool; in Syscall_SysCtl()
/sys/include/
Dsysctl.h45 typedef struct SysCtlBool { struct
48 } SysCtlBool; typedef
55 extern SysCtlBool SYSCTL_##_PATH;
/sbin/sysctl/
Dsysctl.c50 SysCtlBool scBool; in PrintVal()
83 SysCtlBool scBool; in UpdateVal()