Lines Matching refs:TRACE
477 TRACE(("showjobs(%d) called\n", change)); in showjobs()
805 TRACE(("makejob(%p, %d) returns %%%td\n", (void *)node, nprocs, in makejob()
891 TRACE(("forkshell(%%%td, %p, %d) called\n", jp - jobtab, (void *)n, in forkshell()
899 TRACE(("Fork failed, errno=%d\n", errno)); in forkshell()
908 TRACE(("Child shell %d\n", (int)getpid())); in forkshell()
999 TRACE(("In parent shell: child = %d\n", (int)pid)); in forkshell()
1012 TRACE(("vforkexecshell(%%%td, %s, %p) called\n", jp - jobtab, argv[0], in vforkexecshell()
1020 TRACE(("Vfork failed, errno=%d\n", errno)); in vforkexecshell()
1025 TRACE(("Child shell %d\n", (int)getpid())); in vforkexecshell()
1050 TRACE(("In parent shell: child = %d\n", (int)pid)); in vforkexecshell()
1084 TRACE(("waitforjob(%%%td) called\n", jp - jobtab + 1)); in waitforjob()
1152 TRACE(("dowait(%d, %p) called\n", mode, job)); in dowait()
1176 TRACE(("wait returns %d, status=%d\n", (int)pid, status)); in dowait()
1210 TRACE(("Changing status of proc %d from 0x%x to 0x%x\n", in dowait()
1228 TRACE(("Job %td: changing state from %d to %d\n", jp - jobtab + 1, jp->state, state)); in dowait()
1267 TRACE(("Not printing status, rootshell=%d, job=%p\n", rootshell, job)); in dowait()