/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | systrace.c | 25 * trace systems calls if possible 43 static char* trace[] = { "trace", "truss", "strace", "traces" }; local 48 id = (const char*)trace[0]; 50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id); 53 av[1] = trace[0]; 62 for (n = 0; n < elementsof(trace); n++) 63 if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof(trace) - 1) ? PROC_CLEANUP : 0))))
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | stp_vectors.h | 78 void (*trace)(const char *fmt, ...); member in struct:stp_vectors
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ 140 int mask; /* multi level debug trace mask */ 142 int trace; /* debug trace level */ member in struct:Error_info_s 152 unsigned long time; /* debug time trace */
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | error.h | 128 int indent; /* debug trace indent level */ 131 int mask; /* multi level debug trace mask */ 133 int trace; /* debug trace level */ member in struct:Error_info_s 143 unsigned long time; /* debug time trace */
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ 140 int mask; /* multi level debug trace mask */ 142 int trace; /* debug trace level */ member in struct:Error_info_s 152 unsigned long time; /* debug time trace */
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ 140 int mask; /* multi level debug trace mask */ 142 int trace; /* debug trace level */ member in struct:Error_info_s 152 unsigned long time; /* debug time trace */
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | error.h | 137 int indent; /* debug trace indent level */ 140 int mask; /* multi level debug trace mask */ 142 int trace; /* debug trace level */ member in struct:Error_info_s 152 unsigned long time; /* debug time trace */
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 148 int setflag=0, action=0, trace=(int)sh_isoption(SH_XTRACE); local 314 trace = 0; 329 trace = 0; 331 if(trace)
|
H A D | io.c | 1123 * flag = SH_SHOWME for trace only 1132 static char io_op[7]; /* used for -x trace info */ 1135 char *tname=0, *after="", *trace = shp->st.trap[SH_DEBUGTRAP]; local 1380 if(trace && fname) 1397 sh_debug(shp,trace,(char*)0,(char*)0,av,ARG_NOGLOB);
|
H A D | xec.c | 780 int lineno,sig,trace = sh_isoption(SH_XTRACE); local 835 if(trace) 2830 /* make this trace atomic */ 3474 register int i, fd, trace = sh_isoption(SH_XTRACE); local 3488 if(trace) 3513 if(trace)
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 459 static int trace; local 482 if (!trace) 483 trace = (s = getenv("_AST_exec_trace")) ? *s : 'n'; 591 if (trace == 'a' || trace == 'e') 596 if (trace == 'e')
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | malloc.c | 112 ** trace=f enables tracing to file f 904 char* trace = 0; local 1009 case 't': /* trace=<path> */ 1010 trace = v; 1045 if (trace && (fd = createfile(trace)) >= 0)
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | vdbeaux.c | 57 void sqliteVdbeTrace(Vdbe *p, FILE *trace){ argument 58 p->trace = trace; 634 p->trace = stdout;
|
H A D | build.c | 79 FILE *trace = (db->flags & SQLITE_VdbeTrace)!=0 ? stdout : 0; local 80 sqliteVdbeTrace(v, trace);
|
H A D | vdbeInt.h | 236 FILE *trace; /* Write an execution trace here, if not NULL */ member in struct:Vdbe
|
/osnet-11/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 2392 idmap_trace_print(FILE *out, char *prefix, nvlist_t *trace) argument 2396 for (nvp = nvlist_next_nvpair(trace, NULL); 2398 nvp = nvlist_next_nvpair(trace, nvp)) {
|