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

/freebsd-11-stable/tools/tools/mwl/mwldebug/
H A Dmwldebug.c139 u_int32_t debug, ndebug; local
160 ndebug = debug;
178 ndebug &= ~bit;
180 ndebug |= bit;
190 ndebug = bit;
194 if (debug != ndebug) {
196 if (sysctlbyname(oid, NULL, NULL, &ndebug, sizeof(ndebug)) < 0)
198 printf("0x%x", ndebug);
199 debug = ndebug;
[all...]
/freebsd-11-stable/tools/tools/ath/athdebug/
H A Dathdebug.c153 uint64_t debug, ndebug; local
181 ndebug = debug;
199 ndebug &= ~bit;
201 ndebug |= bit;
210 ndebug = bit;
214 if (debug != ndebug) {
216 if (sysctlbyname(oid, NULL, NULL, &ndebug, sizeof(ndebug)) < 0)
218 printf("0x%llx", (long long) ndebug);
219 debug = ndebug;
[all...]
/freebsd-11-stable/usr.sbin/wlandebug/
H A Dwlandebug.c171 u_int32_t debug, ndebug; local
195 ndebug = debug;
213 ndebug &= ~bit;
215 ndebug |= bit;
225 ndebug = bit;
229 if (debug != ndebug) {
231 if (sysctlbyname(oid, NULL, NULL, &ndebug, sizeof(ndebug)) < 0)
233 printf("0x%x", ndebug);
234 debug = ndebug;
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-lang.h56 unsigned int *nsym, unsigned int *ndebug);
H A Dobjc-lang.c1280 unsigned int *nsym, unsigned int *ndebug)
1301 gdb_assert (ndebug != NULL);
1391 if (ndebug != NULL)
1392 *ndebug = cdebug;
1397 unsigned int *nsym, unsigned int *ndebug)
1414 gdb_assert (ndebug != NULL);
1418 if (ndebug != NULL)
1419 *ndebug = 0;
1500 if (ndebug != NULL)
1501 *ndebug
1277 find_methods(struct symtab *symtab, char type, const char *class, const char *category, const char *selector, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
1395 find_imps(struct symtab *symtab, struct block *block, char *method, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
[all...]

Completed in 68 milliseconds