Lines Matching defs:ndebug
195 u_int32_t debug, ndebug;217 ndebug = debug;235 ndebug &= ~bit;237 ndebug |= bit;247 ndebug = bit;251 if (debug != ndebug) {253 if (sysctlbyname(oid, NULL, NULL, &ndebug, sizeof(ndebug)) < 0)255 printf("0x%x", ndebug);256 debug = ndebug;