/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | network_rcm.c | 229 net_cache_t *probe; in net_unregister() local 235 probe = cache_head.next; in net_unregister() 236 while (probe != &cache_tail) { in net_unregister() 237 (void) rcm_unregister_interest(hd, probe->resource, 0); in net_unregister() 238 cache_remove(probe); in net_unregister() 239 free_node(probe); in net_unregister() 240 probe = cache_head.next; in net_unregister() 579 net_cache_t *probe; in cache_lookup() local 580 probe = cache_head.next; in cache_lookup() 581 while (probe != &cache_tail) { in cache_lookup() [all …]
|
H A D | ip_rcm.c | 345 ip_cache_t *probe; in ip_unregister() local 354 probe = cache_head.ip_next; in ip_unregister() 355 while (probe != &cache_tail) { in ip_unregister() 356 if (rcm_unregister_interest(hd, probe->ip_resource, 0) in ip_unregister() 362 cache_remove(probe); in ip_unregister() 363 free_node(probe); in ip_unregister() 364 probe = cache_head.ip_next; in ip_unregister() 960 ip_cache_t *probe; in cache_lookup() local 971 probe = cache_head.ip_next; in cache_lookup() 972 while (probe != &cache_tail) { in cache_lookup() [all …]
|
/titanic_44/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd_dt.d | 27 probe hashset(int, float); 28 probe e__nb__enqueue(void); 29 probe nb_set_enqueue(void); 30 probe log_host(char *); 31 probe log_no_host(void); 32 probe logging_cleared(int); 33 probe logged_in_thread(void); 34 probe name_by_verbose(void); 35 probe name_by_in_thread(void); 36 probe name_by_lazy(void); [all …]
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 180 opl_dump_hwd(opl_probe_t *probe) in opl_dump_hwd() argument 190 board = probe->pr_board; in opl_dump_hwd() 192 hdrp = probe->pr_hdr; in opl_dump_hwd() 193 statp = probe->pr_sb_status; in opl_dump_hwd() 194 dinfop = probe->pr_dinfo; in opl_dump_hwd() 195 sbp = probe->pr_sb; in opl_dump_hwd() 211 printf("HWD:sb_t ptr = 0x%p\n", (void *)probe->pr_sb); in opl_dump_hwd() 405 opl_probe_init(opl_probe_t *probe) in opl_probe_init() argument 413 board = probe->pr_board; in opl_probe_init() 415 hdrp = &probe->pr_hdr; in opl_probe_init() [all …]
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | plockstat.d | 32 probe mutex__acquire(mutex_t *mp, int rec, int spincount); 33 probe mutex__release(mutex_t *mp, int rec); 34 probe mutex__spin(mutex_t *mp); 35 probe mutex__spun(mutex_t *mp, int successful, int spincount); 36 probe mutex__block(mutex_t *mp); 37 probe mutex__blocked(mutex_t *mp, int successful); 38 probe mutex__error(mutex_t *mp, int err); 40 probe rw__acquire(rwlock_t *rwp, int wr); 41 probe rw__release(rwlock_t *rwp, int wr); 42 probe rw__block(rwlock_t *rwp, int wr); [all …]
|
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | lockstat.c | 89 lockstat_probe_t *probe = parg; in lockstat_enable() local 91 ASSERT(!lockstat_probemap[probe->lsp_probe]); in lockstat_enable() 93 lockstat_probemap[probe->lsp_probe] = id; in lockstat_enable() 112 lockstat_probe_t *probe = parg; in lockstat_disable() local 115 ASSERT(lockstat_probemap[probe->lsp_probe]); in lockstat_disable() 117 lockstat_probemap[probe->lsp_probe] = 0; in lockstat_disable() 190 lockstat_probe_t *probe = &lockstat_probes[i]; in lockstat_provide() local 193 probe->lsp_func, probe->lsp_name) != 0) in lockstat_provide() 196 ASSERT(!probe->lsp_id); in lockstat_provide() 197 probe->lsp_id = dtrace_probe_create(lockstat_id, in lockstat_provide() [all …]
|
H A D | fasttrap.c | 501 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) in fasttrap_tracepoint_enable() argument 509 ASSERT(index < probe->ftp_ntps); in fasttrap_tracepoint_enable() 511 pid = probe->ftp_pid; in fasttrap_tracepoint_enable() 512 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_enable() 513 id = &probe->ftp_tps[index].fit_id; in fasttrap_tracepoint_enable() 515 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid); in fasttrap_tracepoint_enable() 523 fasttrap_mod_barrier(probe->ftp_gen); in fasttrap_tracepoint_enable() 634 new_tp = probe->ftp_tps[index].fit_tp; in fasttrap_tracepoint_enable() 638 ASSERT(new_tp->ftt_proc == probe->ftp_prov->ftp_proc); in fasttrap_tracepoint_enable() 674 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) in fasttrap_tracepoint_disable() argument [all …]
|
H A D | dtrace.c | 313 #define DTRACE_HASHSTR(hash, probe) \ argument 314 dtrace_hash_str(*((char **)((uintptr_t)(probe) + (hash)->dth_stroffs))) 316 #define DTRACE_HASHNEXT(hash, probe) \ argument 317 (dtrace_probe_t **)((uintptr_t)(probe) + (hash)->dth_nextoffs) 319 #define DTRACE_HASHPREV(hash, probe) \ argument 320 (dtrace_probe_t **)((uintptr_t)(probe) + (hash)->dth_prevoffs) 448 #define DTRACE_ANCHORED(probe) ((probe)->dtpr_func[0] != '\0') argument 1351 dtrace_probe_t *probe = ecb->dte_probe; in dtrace_priv_probe() local 1352 dtrace_provider_t *prov = probe->dtpr_provider; in dtrace_priv_probe() 1360 probe->dtpr_id, probe->dtpr_arg); in dtrace_priv_probe() [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | lockstat.h | 139 #define LOCKSTAT_RECORD4(probe, lp, arg0, arg1, arg2, arg3) \ argument 140 if (lockstat_probemap[(probe)]) { \ 144 if ((id = lockstat_probemap[(probe)]) != 0) \ 150 #define LOCKSTAT_RECORD(probe, lp, arg) \ argument 151 LOCKSTAT_RECORD4(probe, lp, arg, 0, 0, 0) 153 #define LOCKSTAT_RECORD0(probe, lp) \ argument 154 LOCKSTAT_RECORD4(probe, lp, 0, 0, 0, 0) 159 #define LOCKSTAT_START_TIME(probe) ( \ argument 160 lockstat_probemap[(probe)] ? gethrtime_waitfree() : 0 \ 168 #define LOCKSTAT_RECORD_TIME(probe, lp, t_start) \ argument [all …]
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | isns_provider.d | 28 probe connection__accepted(uintptr_t); 29 probe msg__received(uintptr_t); 30 probe msg__responded(uintptr_t); 31 probe operation__type(uintptr_t, uint32_t); 32 probe mgmt__request__received(); 33 probe mgmt__request__responded(); 34 probe mgmt__operation__type(uint32_t); 35 probe mgmt__object__type(uint32_t);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.entryreturn.ksh | 52 * Unfortunately, a "return" probe is not currently possible due to 61 probe entry(); 62 probe __entry(); 63 probe foo__entry(); 64 probe carpentry(); 65 probe miniatureturn(); 66 probe foo__return(); 67 probe __return(); 68 probe done();
|
H A D | tst.linkpriv.ksh | 55 probe zero(); 56 probe one(uintptr_t); 57 probe two(uintptr_t, uintptr_t); 58 probe three(uintptr_t, uintptr_t, uintptr_t); 59 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t); 60 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
|
H A D | tst.linkunpriv.ksh | 57 probe zero(); 58 probe one(uintptr_t); 59 probe two(uintptr_t, uintptr_t); 60 probe three(uintptr_t, uintptr_t, uintptr_t); 61 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t); 62 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
|
H A D | tst.header.ksh | 40 probe zero(); 41 probe one(uintptr_t); 42 probe u_nder(char *); 43 probe d__ash(int **);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | usdt.d | 21 probe log__trace(char *msg); 22 probe log__debug(char *msg); 23 probe log__info(char *msg); 24 probe log__warn(char *msg); 25 probe log__error(char *msg); 26 probe log__fatal(char *msg);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.ProbeData.ksh.out | 1 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 6 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 11 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [ 16 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 21 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [ 26 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 31 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 36 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 41 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [ 46 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
|
/titanic_44/usr/src/lib/libzpool/common/ |
H A D | zfs.d | 21 probe probe0(char *probename); 22 probe probe1(char *probename, unsigned long arg1); 23 probe probe2(char *probename, unsigned long arg1, unsigned long arg2); 24 probe probe3(char *probename, unsigned long arg1, unsigned long arg2, 26 probe probe4(char *probename, unsigned long arg1, unsigned long arg2, 29 probe set__error(int err);
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceNames | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 47 * RESULT: invalid probe specifier 51 * RESULT: trace of one probe with name BEGIN. 55 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 67 * RESULT: invalid probe specifier 80 * RESULT: invalid probe specifier 97 * RESULT: Count of mathching read probes and invalid probe specifier 102 * RESULT: invalid probe specifier [all …]
|
H A D | man.TraceModule | 39 * RESULT: invalid probe specifier 51 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 63 * RESULT: not a valid probe description. 72 * and an invalid probe specifier for foounix. 76 * RESULT: invalid probe specifier for foounix. 80 * RESULT: invalid probe description. 99 * RESULT: invalid probe specifier. 103 * RESULT: invalid probe specifier. 107 * RESULT: invalid probe specifier. [all …]
|
H A D | man.TraceFunctions | 39 * RESULT: invalid probe specifier 43 * RESULT: invalid probe specifier 51 * RESULT: invalid probe specifier 59 * RESULT: invalid probe specifier 76 * RESULT: invalid probe specifier 80 * RESULT: invalid probe specifier. 88 * RESULT: Count of matching read probes and invalid probe specifier 93 * RESULT: invalid probe specifier. 97 * RESULT: invalid probe specifier. 109 * RESULT: invalid probe specifier.
|
H A D | man.TraceProvider | 44 * RESULT: invalid probe specifier 48 * RESULT: invalid probe specifier 52 * RESULT: invalid probe specifier 61 * probe specifier for foofile and no tracing. 65 * RESULT: invalid probe specifier 74 * RESULT: invalid probe specifier 79 * RESULT: Traces of the matching profile probe with the
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | RELEASE | 1 09-02-02 pp.probe,probe.win32: check for compiler supplied __FUNCTION__ 2 09-02-02 ppop.c: include pp_default.h/probe at end of builtin script 3 09-01-20 probe.win32: elide #pragma comment.*linker.*manifest 12 07-08-11 probe.win32: add cl.exe setuid workaround, CC.VERSION[.STRING] 17 07-01-26 pp.def,probe.win32: add _WCHAR_T_DEFINED 20 06-09-05 pp.probe: add version stamp comment 21 06-06-29 pp.probe: gcc pp:linefile probe (otherwise it can dump!) 25 06-02-28 probe.win32: add wchar_t probe 31 05-03-29 pp.probe: check $? and stderr messages for pp:lineid 32 05-02-20 probe.win32: handle /platformsdk mount [all …]
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | malloc.c | 1277 Freehdr probe; in cartesian() local 1292 probe = p->left; in cartesian() 1293 if (probe != NIL) { in cartesian() 1294 chkhdr(probe); in cartesian() 1295 db = probe->block; in cartesian() 1297 if (probe->size > p->size) /* child larger than parent */ in cartesian() 1300 probe = p->right; in cartesian() 1301 if (probe != NIL) { in cartesian() 1302 chkhdr(probe); in cartesian() 1303 db = probe->block; in cartesian() [all …]
|
/titanic_44/usr/src/cmd/hal/probing/network-printer/ |
H A D | Makefile | 27 PROG = hald-probe-network-printer 28 OBJS = probe-network-printer.o logger.o probe-snmp.o printer.o 29 SRCS = probe-network-printer.c
|
/titanic_44/usr/src/lib/libast/common/path/ |
H A D | pathprobe.c | 100 char* probe; in pathprobe() local 134 probe = PROBE; in pathprobe() 136 k = lib + sfsprintf(lib, x - lib, "lib/%s/", probe); in pathprobe() 145 e = strncopy(p, probe, x - p); in pathprobe() 161 strncopy(np, probe, nx - np); in pathprobe() 172 sfsprintf(exe, sizeof(exe), "lib/%s/%s", probe, probe); in pathprobe() 197 p = path + sfsprintf(path, PATH_MAX - 1, "%s/.%s/%s/", p, probe, HOSTTYPE); in pathprobe()
|