| /freebsd/usr.sbin/rmt/ |
| H A D | rmt.c | 59 #define DEBUG2(f,a1,a2) if (debug) fprintf(debug, f, a1, a2) macro 93 DEBUG2("rmtd: O %s %s\n", device, mode); in main() 115 DEBUG2("rmtd: L %s %s\n", count, pos); in main() 154 DEBUG2("rmtd: I %s %s\n", op, count); in main() 237 DEBUG2("rmtd: E %d (%s)\n", num, strerror(num)); in error()
|
| /freebsd/contrib/bmake/ |
| H A D | make.c | 571 DEBUG2(MAKE, " recheck(%s): update time from %s to now\n", in Make_Recheck() 576 DEBUG2(MAKE, " recheck(%s): current update time: %s\n", in Make_Recheck() 619 DEBUG2(MAKE, in IsWaitingForOrder() 678 DEBUG2(MAKE, "Make_Update: %s%s\n", cgn->name, cgn->cohort_num); in Make_Update() 752 DEBUG2(MAKE, in Make_Update() 968 DEBUG2(MAKE, "MakeBuildChild: schedule %s%s\n", in MakeBuildChild() 1028 DEBUG2(MAKE, "Examining %s%s...\n", gn->name, gn->cohort_num); in MakeStartJobs() 1044 DEBUG2(MAKE, "already checked %s%s\n", in MakeStartJobs() 1054 DEBUG2(MAKE, "deferred %s%s\n", in MakeStartJobs() 1222 DEBUG2(MAKE, "ExamineLater: need to examine \"%s%s\"\n", in ExamineLater() [all …]
|
| H A D | dir.c | 284 DEBUG2(DIR, "CachedDir %p new for \"%s\"\n", dir, dir->name); in CachedDir_New() 317 DEBUG2(DIR, "CachedDir %p free for \"%s\"\n", dir, dir->name); in CachedDir_Unref() 358 DEBUG2(DIR, "OpenDirs_Done: refCount %d for \"%s\"\n", in OpenDirs_Done() 415 DEBUG2(DIR, "Using cached time %s for %s\n", in cached_stats() 436 DEBUG2(DIR, " Caching %s for %s\n", in cached_stats() 1389 DEBUG2(DIR, "Found '%s' as '%s'\n", in ResolveFullName()
|
| H A D | meta.c | 888 DEBUG2(META, "growing buffer %u -> %u\n", in fgetLine() 1336 DEBUG2(META, "meta_oodate: M %s -> %s\n", in meta_oodate() 1358 DEBUG2(META, "meta_oodate: L %s -> %s\n", link_src, p); in meta_oodate() 1496 …DEBUG2(META, "%s:%u: there were more build commands in the meta data file than there are now...\n", in meta_oodate() 1513 DEBUG2(META, "%s:%u: cannot compare command using .OODATE\n", in meta_oodate() 1562 DEBUG2(META, "%s:%u: there are extra build commands now that weren't in the meta data file\n", in meta_oodate() 1577 DEBUG2(META, "%s: missing files: %s...\n", in meta_oodate()
|
| H A D | suff.c | 422 DEBUG2(SUFF, "inserting \"%s\" (%d) at end of list\n", in SuffixList_Insert() 430 DEBUG2(SUFF, "\"%s\" (%d) is already there\n", in SuffixList_Insert() 606 DEBUG2(SUFF, "defining transformation from `%s' to `%s'\n", in Suff_AddTransform() 647 DEBUG2(SUFF, "deleting incomplete transformation from `%s' to `%s'\n", in Suff_EndTransform() 776 DEBUG2(SUFF, "defining transformation from `%s' to `%s'\n", in UpdateTarget() 1517 DEBUG2(SUFF, "\tNo transformation from %s -> %s\n", in ExpandMember()
|
| H A D | job.c | 716 DEBUG2(JOB, "JobCondPassSig passing signal %d to pid %d\n", in JobCondPassSig() 1220 DEBUG2(JOB, "Target %s, pid %d exited\n", in JobFinishDoneExited() 1924 DEBUG2(JOB, in Job_CatchChildren() 1952 DEBUG2(JOB, "Process for target %s, pid %d stopped\n", in JobReapChild() 2449 DEBUG2(JOB, in JobInterrupt() 2728 DEBUG2(JOB, "TokenPool_Take: pid %d aborted by token %c\n", in TokenPool_Take()
|
| H A D | var.c | 599 DEBUG2(VAR, "%s: ignoring delete '%s' as it is not found\n", in Var_Delete() 612 DEBUG2(VAR, "%s: ignoring delete '%s' as it is read-only\n", in Var_Delete() 623 DEBUG2(VAR, "%s: delete %s\n", scope->name, varname); in Var_Delete() 974 DEBUG2(VAR, "Not unexporting \"%.*s\" (not found)\n", in UnexportVar() 979 DEBUG2(VAR, "Unexporting \"%.*s\"\n", in UnexportVar() 1347 DEBUG2(VAR, "Var_ReadOnly: %s %s\n", name, bf ? "true" : "false"); in Var_ReadOnly() 1733 DEBUG2(VAR, "ModifyWord_Loop: expand \"%s\" to \"%s\"\n", in ModifyWord_Loop() 2274 DEBUG2(VAR, "Modifier part: \"%.*s\"\n", in ParseModifierPart() 2816 DEBUG2(VAR, "Pattern for ':%c' is \"%s\"\n", mod[0], pattern); in ParseModifier_Match() 4646 DEBUG2(VAR, "Var_Parse: %s (%s)\n", start, VarEvalMode_Name[emode]); in Var_Parse()
|
| H A D | arch.c | 640 DEBUG2(ARCH, "SVR4 entry offset %s is greater than %lu\n", in ArchSVR4Entry() 645 DEBUG2(ARCH, "Replaced %s with %s\n", inout_name, &ar->fnametab[entry]); in ArchSVR4Entry()
|
| H A D | make.h | 703 #define DEBUG2(module, fmt, arg1, arg2) \ macro
|
| H A D | cond.c | 306 DEBUG2(COND, "\"%s\" exists in \"%s\"\n", file, path); in FuncExists()
|
| H A D | parse.c | 1288 DEBUG2(PARSE, "Skipping '%s' because '%s' is defined\n", in SkipGuarded() 2400 DEBUG2(PARSE, "ParseEOF: returning to %s:%u\n", in ParseEOF()
|
| H A D | main.c | 2041 DEBUG2(DIR, "cached_realpath: %s -> %s\n", pathname, rp); in cached_realpath()
|
| /freebsd/lib/libc/db/hash/ |
| H A D | hash_page.c | 657 #ifdef DEBUG2 in overflow_page() 733 #ifdef DEBUG2 in overflow_page() 760 #ifdef DEBUG2 in overflow_page() 769 #ifdef DEBUG2 in overflow_page() 791 #ifdef DEBUG2 in overflow_page() 835 #ifdef DEBUG2 in __free_ovflpage()
|
| /freebsd/usr.bin/calendar/ |
| H A D | sunpos.c | 196 #define DEBUG2(y, m, d, hh, mm, pdec, dec, pang, ang) \ macro 318 DEBUG2(year, 6, d, HOUR(h), MIN(h), in fequinoxsolstice() 348 DEBUG2(year, 12, d, HOUR(h), MIN(h), in fequinoxsolstice()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash_page.c | 1006 #ifdef DEBUG2 in overflow_page() 1086 #ifdef DEBUG2 in overflow_page() 1113 #ifdef DEBUG2 in overflow_page() 1127 #ifdef DEBUG2 in overflow_page() 1146 #ifdef DEBUG2 in overflow_page() 1225 #ifdef DEBUG2 in __free_ovflpage() 1247 #ifdef DEBUG2 in __free_ovflpage()
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | wii.dts | 188 "DEBUG0", "DEBUG1", "DEBUG2", "DEBUG3",
|
| /freebsd/sys/dev/iicbus/controller/vybrid/ |
| H A D | vf_i2c.c | 94 #ifdef DEBUG2
|