Home
last modified time | relevance | path

Searched refs:TRACE (Results 1 – 14 of 14) sorted by relevance

/third_party/uapp/dash/src/
A Dshell.h79 #define TRACE(param) trace param macro
82 #define TRACE(param) macro
A Derror.c148 TRACE(("exverror(%d, \"", cond)); in exverror()
152 TRACE(("\") pid=%d\n", getpid())); in exverror()
154 TRACE(("exverror(%d, NULL) pid=%d\n", cond, getpid())); in exverror()
A Djobs.c513 TRACE(("showjob: freeing job %d\n", jobno(jp))); in showjob()
555 TRACE(("showjobs(%x) called\n", mode)); in showjobs()
787 TRACE(("makejob(0x%lx, %d) returns %%%d\n", (long)node, nprocs, in makejob()
858 TRACE(("Child shell %d\n", getpid())); in forkchild()
904 TRACE(("In parent shell: child = %d\n", pid)); in forkparent()
941 TRACE(("forkshell(%%%d, %p, %d) called\n", jobno(jp), n, mode)); in forkshell()
944 TRACE(("Fork failed, errno=%d", errno)); in forkshell()
982 TRACE(("waitforjob(%%%d) called\n", jobno(jp))); in waitforjob()
1023 TRACE(("dowait(%d) called\n", block)); in dowait()
1214 TRACE(("commandtext: name %p, end %p\n", name, cmdnextc)); in commandtext()
[all …]
A Deval.c201 TRACE(("evaltree(NULL) called\n")); in evaltree()
207 TRACE(("pid %d, evaltree(%p: %d, %d) called\n", in evaltree()
566 TRACE(("evalpipe(0x%lx) called\n", (long)n)); in evalpipe()
608 TRACE(("evalpipe: job done exit status: %d (%s)\n", status, zx_status_get_string(status))); in evalpipe()
661 TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n", in evalbackcmd()
735 TRACE(("evalcommand(0x%lx, %d) called\n", (long)cmd, flags)); in evalcommand()
761 TRACE(("evalcommand arg: %s\n", sp->text)); in evalcommand()
A Dparser.c253 TRACE(("pipeline: entered\n")); in pipeline()
341 TRACE(("expecting DO got %s %s\n", tokname[got], got == TWORD ? wordtext : "")); in command()
588 TRACE(("Fix redir %s %d\n", text, err)); in fixredir()
621 TRACE(("Here document %d\n", n->type)); in parsefname()
712 TRACE(("keyword %s recognized\n", tokname[t])); in readtoken()
730 TRACE(("token %s %s\n", tokname[t], t == TWORD ? wordtext : "")); in readtoken()
732 TRACE(("reread token %s %s\n", tokname[t], t == TWORD ? wordtext : "")); in readtoken()
A Dexec.c144 TRACE(("shellexec failed for %s, errno %d, suppressint %d\n", in shellexec()
402 TRACE(("searchexec \"%s\": no change\n", name)); in find_command()
441 TRACE(("searchexec \"%s\" returns \"%s\"\n", name, fullname)); in find_command()
A Dcd.c168 TRACE(("docd(\"%s\", %d) called\n", dest, flags)); in docd()
A Dmain.c245 TRACE(("cmdloop(%d) called\n", top)); in cmdloop()
A Dtrap.c387 TRACE(("pid %d, exitshell(%d)\n", getpid(), savestatus)); in exitshell()
A Dvar.c543 TRACE(("poplocalvar %s\n", vp ? vp->text : "-")); in poplocalvars()
A Dexpand.c545 TRACE(("expbackq: read returns %d\n", i)); in expbackq()
567 TRACE(("evalbackq: size=%d: \"%.*s\"\n", in expbackq()
A DTOUR337 this is done using the TRACE macro, which takes a set of printf
339 "TRACE(("n=%d0, n))". The double parenthesis are necessary be-
/third_party/dev/ethernet/e1000/
A De1000_osdep.h73 zxlogf(TRACE, "%s %d: " format, __FUNCTION__, __LINE__, ##__VA_ARGS__)
77 #define DEBUGFUNC(F) zxlogf(TRACE, F "\n")
/third_party/lib/acpica/
A Dchanges.txt2808 counter: 1) Ensure that all functions that use the various TRACE macros

Completed in 38 milliseconds