Searched refs:ndebug (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/tools/tools/mwl/mwldebug/
H A Dmwldebug.c137 u_int32_t debug, ndebug; local
158 ndebug = debug;
176 ndebug &= ~bit;
178 ndebug |= bit;
188 ndebug = bit;
192 if (debug != ndebug) {
194 if (sysctlbyname(oid, NULL, NULL, &ndebug, sizeof(ndebug)) < 0)
196 printf("0x%x", ndebug);
197 debug = ndebug;
[all...]
/freebsd-current/tools/tools/ath/athdebug/
H A Dathdebug.c154 uint64_t debug, ndebug; local
182 ndebug = debug;
200 ndebug &= ~bit;
202 ndebug |= bit;
211 ndebug = bit;
215 if (debug != ndebug) {
217 if (sysctlbyname(oid, NULL, NULL, &ndebug, sizeof(ndebug)) < 0)
219 printf("0x%llx", (long long) ndebug);
220 debug = ndebug;
[all...]
/freebsd-current/usr.sbin/wlandebug/
H A Dwlandebug.c195 u_int32_t debug, ndebug; local
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;
[all...]

Completed in 134 milliseconds