Searched refs:DEBUG2 (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/usr.sbin/rmt/
H A Drmt.c75 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) macro
108 DEBUG2("rmtd: O %s %s\n", device, mode);
126 DEBUG2("rmtd: L %s %s\n", count, pos);
165 DEBUG2("rmtd: I %s %s\n", op, count);
245 DEBUG2("rmtd: E %d (%s)\n", num, strerror(num));
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSRecordSourceFile.cpp87 Log::log(Logger::DEBUG2, "entry point address is 0x%08x\n", m_entryRecord.m_address);
H A DELFSourceFile.cpp203 Log::log(Logger::DEBUG2, "filtering sections of file: %s\n", getPath().c_str());
226 Log::log(Logger::DEBUG2, "creating segment for section %s\n", name.c_str());
231 Log::log(Logger::DEBUG2, "section %s did not match\n", name.c_str());
264 Log::log(Logger::DEBUG2, "Entry point is %s@0x%08x (%s)\n", symbolName.c_str(), symbol.st_value, entryPointIsThumb ? "Thumb" : "ARM");
469 Log::log(Logger::DEBUG2, "..section %s is not filled\n", name.c_str());
H A DLogging.h56 DEBUG2 //!< Highest log level; verbose debug logging. enumerator in enum:Logger::log_level_t
/netbsd-current/usr.bin/make/
H A Dmake.c575 DEBUG2(MAKE, " recheck(%s): update time from %s to now\n",
580 DEBUG2(MAKE, " recheck(%s): current update time: %s\n",
623 DEBUG2(MAKE,
682 DEBUG2(MAKE, "Make_Update: %s%s\n", cgn->name, cgn->cohort_num);
756 DEBUG2(MAKE,
972 DEBUG2(MAKE, "MakeBuildChild: schedule %s%s\n",
1032 DEBUG2(MAKE, "Examining %s%s...\n", gn->name, gn->cohort_num);
1048 DEBUG2(MAKE, "already checked %s%s\n", gn->name,
1065 DEBUG2(MAKE, "dropped %s%s\n", gn->name,
1233 DEBUG2(MAK
[all...]
H A Ddir.c284 DEBUG2(DIR, "CachedDir %p new for \"%s\"\n", dir, dir->name);
317 DEBUG2(DIR, "CachedDir %p free for \"%s\"\n", dir, dir->name);
358 DEBUG2(DIR, "OpenDirs_Done: refCount %d for \"%s\"\n",
415 DEBUG2(DIR, "Using cached time %s for %s\n",
436 DEBUG2(DIR, " Caching %s for %s\n",
1389 DEBUG2(DIR, "Found '%s' as '%s'\n",
H A Dmeta.c882 DEBUG2(META, "growing buffer %u -> %u\n",
1330 DEBUG2(META, "meta_oodate: M %s -> %s\n",
1352 DEBUG2(META, "meta_oodate: L %s -> %s\n", link_src, p);
1490 DEBUG2(META, "%s: %u: there were more build commands in the meta data file than there are now...\n",
1507 DEBUG2(META, "%s: %u: cannot compare command using .OODATE\n",
1556 DEBUG2(META, "%s: %u: there are extra build commands now that weren't in the meta data file\n",
1571 DEBUG2(META, "%s: missing files: %s...\n",
H A Dsuff.c422 DEBUG2(SUFF, "inserting \"%s\" (%d) at end of list\n",
430 DEBUG2(SUFF, "\"%s\" (%d) is already there\n",
606 DEBUG2(SUFF, "defining transformation from `%s' to `%s'\n",
647 DEBUG2(SUFF, "deleting incomplete transformation from `%s' to `%s'\n",
776 DEBUG2(SUFF, "defining transformation from `%s' to `%s'\n",
1517 DEBUG2(SUFF, "\tNo transformation from %s -> %s\n",
H A Djob.c586 DEBUG2(JOB, "JobCondPassSig passing signal %d to child %d.\n",
1103 DEBUG2(JOB, "Process %d [%s] exited.\n", job->pid, job->node->name);
1980 DEBUG2(JOB, "Process %d exited/stopped status %x.\n",
2009 DEBUG2(JOB, "Process %d (%s) stopped.\n",
2535 DEBUG2(JOB,
2849 DEBUG2(JOB, "(%d) aborted by token %c\n", getpid(), tok);
H A Darch.c592 DEBUG2(ARCH, "SVR4 entry offset %s is greater than %lu\n",
597 DEBUG2(ARCH, "Replaced %s with %s\n", inout_name, &ar->fnametab[entry]);
H A Dvar.c564 DEBUG2(VAR, "%s: ignoring delete '%s' as it is not found\n",
577 DEBUG2(VAR, "%s: ignoring delete '%s' as it is read-only\n",
588 DEBUG2(VAR, "%s: delete %s\n", scope->name, varname);
939 DEBUG2(VAR, "Not unexporting \"%.*s\" (not found)\n",
944 DEBUG2(VAR, "Unexporting \"%.*s\"\n",
1299 DEBUG2(VAR, "Var_ReadOnly: %s %s\n", name, bf ? "true" : "false");
1690 DEBUG2(VAR, "ModifyWord_Loop: expand \"%s\" to \"%s\"\n",
2235 DEBUG2(VAR, "Modifier part: \"%.*s\"\n",
2777 DEBUG2(VAR, "Pattern for ':%c' is \"%s\"\n", mod[0], pattern);
4544 DEBUG2(VA
[all...]
H A Dparse.c1228 DEBUG2(PARSE, "Skipping '%s' because '%s' is defined\n",
2338 DEBUG2(PARSE, "ParseEOF: returning to file %s, line %u\n",
2620 DEBUG2(PARSE, "Parsing line %u: %s\n", curFile->lineno, line);
H A Dmake.h670 #define DEBUG2(module, fmt, arg1, arg2) \ macro
H A Dcond.c317 DEBUG2(COND, "exists(%s) result is \"%s\"\n",
H A Dmain.c2035 DEBUG2(DIR, "cached_realpath: %s -> %s\n", pathname, rp);
/netbsd-current/sys/arch/luna68k/dev/xplx/
H A Dxplxdefs.h36 /* 0082: 00 DEBUG2:: .DB 0 */
37 #define DEBUG2 0x0082 macro
H A Dxplx.asm403 DEBUG2:: .DB 0
/netbsd-current/external/bsd/elftosb/dist/keygen/
H A Dkeygen.cpp243 Log::getLogger()->setFilterLevel(Logger::DEBUG2);
/netbsd-current/lib/libc/db/hash/
H A Dhash_page.c681 #ifdef DEBUG2
757 #ifdef DEBUG2
784 #ifdef DEBUG2
793 #ifdef DEBUG2
815 #ifdef DEBUG2
856 #ifdef DEBUG2
/netbsd-current/external/bsd/elftosb/dist/encryptgpk/
H A Dencryptgpk.cpp413 Log::getLogger()->setFilterLevel(Logger::DEBUG2);
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp404 Log::getLogger()->setFilterLevel(Logger::DEBUG2);
H A DConversionController.cpp115 Log::SetOutputLevel debugLevel(Logger::DEBUG2);
/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp274 Log::getLogger()->setFilterLevel(Logger::DEBUG2);
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dwrite.c623 #ifdef DEBUG2
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dwrite.c628 #ifdef DEBUG2

Completed in 330 milliseconds