Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.signedkeys.d45 trace((char)-2);
46 trace("\n");
47 trace((char)-1);
48 trace("\n");
49 trace((char)0);
50 trace("\n");
51 trace((char)1);
52 trace("\n");
53 trace((char)2);
54 trace("\n");
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh37 BEGIN { trace(mutex_owned(&`pidlock)); }
38 BEGIN { trace(mutex_owner(&`pidlock)); }
39 BEGIN { trace(mutex_type_adaptive(&`pidlock)); }
40 BEGIN { trace(mutex_type_spin(&`pidlock)); }
42 BEGIN { trace(rw_read_held(&`ksyms_lock)); }
43 BEGIN { trace(rw_write_held(&`ksyms_lock)); }
44 BEGIN { trace(rw_iswriter(&`ksyms_lock)); }
46 BEGIN { x = alloca(10); bcopy(`initname, x, 10); trace(stringof(x)); }
49 BEGIN { trace(strlen(`initname)); }
50 BEGIN { trace(strchr(`initname, 0x69)); }
[all …]
H A Dtst.op_access.ksh37 BEGIN { trace(`utsname); }
38 BEGIN { trace(`kmem_flags); }
41 BEGIN /`initname == "/sbin/init"/ { trace("bad"); }
44 BEGIN { p = `p0; trace(p); }
47 BEGIN { self->p = `p0; trace(self->p); }
50 BEGIN { a[stringof(`initname)] = 42; trace(a["/sbin/init"]); }
53 BEGIN { self->a[stringof(`initname)] = 42; trace(self->a["/sbin/init"]); }
60 trace("pass");
H A Dtst.unpriv_funcs.ksh38 BEGIN { trace("trace\n"); }
43 trace(stringof(x)); }
58 BEGIN { trace(strjoin("str", "join\n")); }
59 BEGIN { trace(basename("dirname/basename")); trace("/"); }
60 BEGIN { trace(dirname("dirname/basename")); }
H A Dtst.procpriv.ksh44 trace(what->field); printf("\n"); }
47 BEGIN { errmsg = ""; trace(what->field); \
51 BEGIN { errmsg = ""; printf("field: "); trace(what->field); printf("\n"); }
55 trace(vname); printf("\n"); }
58 BEGIN { errmsg = ""; trace(vname); \
62 BEGIN { errmsg = ""; printf("vname: "); trace(vname); printf("\n"); }
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c49 #define trace stderr /* send trace messages to stderr */ macro
187 (void) fprintf(trace, "termcap string '%c%c' " in checktermcap()
200 (void) fprintf(trace, "looking at termcap string " in checktermcap()
217 (void) fprintf(trace, "type of '%.2s' is %s.\n", tbuf, in checktermcap()
282 (void) fprintf(trace, "bp="); in filltables()
283 (void) cpr(trace, bp); in filltables()
284 (void) fprintf(trace, ".\n"); in filltables()
296 (void) fprintf(trace, "boolcodes=%s, ", boolcodes[i]); in filltables()
297 (void) fprintf(trace, "boolnames=%s, ", boolnames[i]); in filltables()
298 (void) fprintf(trace, in filltables()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vget.c202 if (trace) { in getbr()
206 fprintf(trace, "*** Input: "); in getbr()
536 if (trace)
537 fprintf(trace,"map(%c): ",c);
550 if (trace)
551 fprintf(trace,"\ntry '%s', ",maps[d].cap);
556 if (trace)
557 fprintf(trace,"q->b[%d], ",q-b);
570 if (trace)
571 fprintf(trace,"fpk=0: will return '%c'",c);
[all …]
H A Dex_vadj.c60 if (trace != NULL) in vopen()
61 tfixnl(), fprintf(trace, "vopen(%d, %d)\n", lineno(tp), p); in vopen()
256 if (trace) in vinslin()
257 tfixnl(), fprintf(trace, "vinslin(%d, %d, %d)\n", p, cnt, l); in vinslin()
336 if (trace) in vopenup()
337 tfixnl(), fprintf(trace, "vopenup(%d, %d, %d)\n", cnt, could, l); in vopenup()
380 if (trace) in vadjAL()
381 tfixnl(), fprintf(trace, "vadjal(%d, %d)\n", p, cnt); in vadjAL()
408 if (trace) in vrollup()
409 tfixnl(), fprintf(trace, "vrollup(%d)\n", dl); in vrollup()
[all …]
H A Dex_vput.c48 if (trace) in vclear()
49 tfixnl(), fprintf(trace, "------\nvclear, clear_screen '%s'\n", clear_screen); in vclear()
98 if (trace) in vclreol()
99 fprintf(trace, "vclreol(), destcol %d, ateopr() %d\n", destcol, ateopr()); in vclreol()
142 if (trace)
143 fprintf(trace, "vclrech(%d), Peekkey %d, hold %o\n", didphys, Peekkey, hold);
749 if (trace) { in vinschar()
750 fprintf(trace, "inscol %d, inssiz %d, tabstart %d, ", in vinschar()
752 fprintf(trace, "tabend %d, tabslack %d, linend %d\n", in vinschar()
1218 if (trace) {
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c216 if (trace > 1) in init_ldap()
242 if (trace > 1) in init_ldap()
246 if (trace > 1) { in init_ldap()
267 if (trace > 1) in getmapent_ldap()
270 if (trace > 1) { in getmapent_ldap()
318 if (trace > 1) in getmapent_ldap()
335 if (trace > 1) { in ldap_match()
349 if (trace > 1) { in ldap_match()
355 if (trace > 1) in ldap_match()
362 if (trace > 1) { in ldap_match()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/trace/
H A Dtst.misc.d48 trace("test trace"); /* DT_TYPE_STRING */
49 trace(12345); /* DT_TYPE_INT (constant) */
50 trace(x++); /* DT_TYPE_INT (derived) */
51 trace(timestamp); /* DT_TYPE_INT (variable) */
52 trace(`kmem_flags); /* CTF type (by value) */
53 trace(*`rootvp); /* CTF type (by ref) */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dsystrace.c43 static char* trace[] = { "trace", "truss", "strace", "traces" }; in systrace() local
48 id = (const char*)trace[0]; in systrace()
50 out += sfsprintf(out, sizeof(buf), "%s/.%s/%s", s, trace[0], id); in systrace()
53 av[1] = trace[0]; in systrace()
62 for (n = 0; n < elementsof(trace); n++) in systrace()
63 …if (!procfree(procopen(trace[n], av + 1, NiL, ov, PROC_ARGMOD|PROC_GID|PROC_UID|(n == (elementsof( in systrace()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.hton.d39 trace(htons(0x1122));
45 trace(htonl(0x11223344));
51 trace(htonll(0x1122334455667788));
57 trace(ntohs(0x1122));
63 trace(ntohl(0x11223344));
69 trace(ntohll(0x1122334455667788));
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d65 tcp-trace-*
99 tcp-trace-*
120 tcp-trace-*
144 tcp-trace-send
150 tcp-trace-recv
156 tcp-trace-*
165 tcp-trace-*
174 tcp-trace-*
183 tcp-trace-*
192 tcp-trace-*
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprofile.d30 trace(arg1);
31 trace(arg2);
32 trace(arg3);
33 trace(arg4);
34 trace(arg5);
H A Doffcpu-profile.d36 trace(arg1);
37 trace(arg2);
38 trace(arg3);
39 trace(arg4);
40 trace(arg5);
/illumos-gate/usr/src/common/ficl/
H A Ddictionary.c661 char *trace; in ficlDictionarySee() local
669 trace = buffer; in ficlDictionarySee()
671 *trace++ = '>'; in ficlDictionarySee()
673 *trace++ = ' '; in ficlDictionarySee()
674 trace += sprintf(trace, "%3ld ", (long)(cell - param0)); in ficlDictionarySee()
682 (void) sprintf(trace, "%s (instruction %ld)", in ficlDictionarySee()
688 (void) sprintf(trace, "%s (instruction %ld), " in ficlDictionarySee()
694 (void) sprintf(trace, in ficlDictionarySee()
705 (void) sprintf(trace, in ficlDictionarySee()
710 (void) sprintf(trace, in ficlDictionarySee()
[all …]
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c122 #define trace stderr /* send trace messages to stderr */ macro
171 (void) fprintf(trace, "There are %d boolean capabilities.\n", in allocvariables()
173 (void) fprintf(trace, "There are %d numeric capabilities.\n", in allocvariables()
175 (void) fprintf(trace, "There are %d string capabilities.\n", in allocvariables()
418 (void) fprintf(trace, "looking at 'bs'\n"); in pr_bcaps()
424 (void) fprintf(trace, "looking at 'pt'\n"); in pr_bcaps()
430 (void) fprintf(trace, "looking at 'nc'\n"); in pr_bcaps()
436 (void) fprintf(trace, "looking at 'ns'\n"); in pr_bcaps()
450 (void) fprintf(trace, "looking at 'ug'\n"); in pr_ncaps()
456 (void) fprintf(trace, "looking at 'dB'\n"); in pr_ncaps()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dsmbd-all.d24 self int trace; variable
37 self->trace++;
49 /self->trace > 0 && self->mask == 0/
84 /self->trace > 0 && self->mask == 0/
90 /self->trace > 0 && self->mask == 0/
96 /self->trace > 0 && self->mask == 0/
123 /self->trace > 0 && self->mask == 0/
135 self->trace--;
H A Dsmbd-pipesvc.d24 self int trace; variable
35 self->trace++;
46 /self->trace > 0 && self->mask == 0/
98 /self->trace > 0 && self->mask == 0/
108 /self->trace > 0 && self->mask == 0/
115 self->trace--;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.c149 rt_buf_t *trace; in npi_trace_dump() local
163 trace = &rt->buf[cursor]; in npi_trace_dump()
164 if (trace->ctl_addr == 0) in npi_trace_dump()
167 trace->name, trace->ctl_addr, in npi_trace_dump()
168 trace->val_h32, trace->val_l32, in npi_trace_dump()
169 trace->ctl_addr & TRACE_CTL_WR ? 'W' : 'R'); in npi_trace_dump()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_PRINCIPAL.d32 trace("Harding");
33 trace("Hoover");
34 trace("Nixon");
35 trace("Bush");
H A Ddrp.DTRACEDROP_PRINCIPAL.end.d37 trace("Harding");
38 trace("Hoover");
39 trace("Nixon");
40 trace("Bush");
/illumos-gate/usr/src/cmd/dtrace/demo/user/
H A Duserfunc.d29 self->trace = 1;
33 /self->trace/
35 self->trace = 0;
40 /self->trace/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Duserfunc.d40 self->trace = 1;
44 /self->trace/
46 self->trace = 0;
51 /self->trace/

12345678910>>...13