Home
last modified time | relevance | path

Searched refs:probe (Results 101 – 125 of 190) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.deadstub.ksh34 probe ripraf();
H A Dtst.noreapring.ksh50 probe probe1();
H A Dtst.dlclose1.ksh82 probe go();
H A Dtst.dlclose2.ksh77 probe go();
H A Dtst.dlclose3.ksh82 probe go();
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh74 probe fire(int, int, int);
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-open.pkg4 libz tests 3d coshell cpp cs mam msgcc nmake probe ss \
H A Dast-base.pkg4 libbz libz tests 3d coshell cpp cs mam msgcc nmake probe ss \
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dprobe.win322 # @(#)probe.win32 (AT&T Research) 2009-03-19
4 # win32 specific pp C probe initialization
9 # begin preamble shared with the make probe.ini
126 # end preamble shared with the make probe.ini
H A Dppop.c869 if (pp.probe) in ppop()
877 …if (!(pp.ppdefault = pathprobe("C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0, pp.path, MAXTOKEN +… in ppop()
878 error(1, "cannot determine default definitions for %s", pp.probe ? pp.probe : PPPROBE); in ppop()
880 if (pp.probe) in ppop()
1380 pp.probe = va_arg(ap, char*); in ppop()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Doptions1 # SHOPT_* option probe
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe6 # @(#)C probe (AT&T Research) 2012-02-29
8 # probe [ -d ] c-compiler-path [ attributes ]
10 # common C probe preamble for the tool specific probes
37 # the following are set by the preamble for the tool specific probe
68 tmpdir=$tmpdir/probe$$
162 if test -f "$dir/probe.ini"
163 then . "$dir/probe.ini"
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c615 dev_info_t *probe, *hba; in scsi_test_ereport_post() local
636 probe = sd->sd_dev; in scsi_test_ereport_post()
637 hba = ddi_get_parent(probe); in scsi_test_ereport_post()
946 dev_info_t *probe; in scsi_test() local
950 probe = sd->sd_dev; in scsi_test()
952 if (probe && scsi_ua_get(sd, ua, sizeof (ua)) && in scsi_test()
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in69 --no-floppy do not probe any floppy drive
72 --recheck probe a device map even if it already exists
/illumos-gate/usr/src/uts/intel/ml/
H A Dlock_prim.S595 #define HOT_PATCH_MATCH(name, probe, reg) \ argument
596 cmpl $probe, %reg; \
599 movl _MUL(probe, DTRACE_IDSIZE)(%rax), %esi; \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh72 probe entry();
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c215 probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime) in probe() function
901 probe(pii, PROBE_MULTI, cur_hrtime); in incoming_echo_reply()
1696 probe(pii, PROBE_MULTI, cur_time); in phyint_inst_timer()
1706 probe(pii, PROBE_RTT, cur_hrtime); in phyint_inst_timer()
1870 probe(pii, PROBE_UNI, cur_hrtime); in phyint_inst_timer()
1877 probe(pii, PROBE_MULTI, cur_hrtime); in phyint_inst_timer()
1879 probe(pii, PROBE_MULTI, cur_hrtime); in phyint_inst_timer()
2096 probe(pii, PROBE_MULTI, gethrtime()); in phyint_inst_probe_failure_state()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c961 .probe = wd_probe,
970 .probe = t503_probe,
979 .probe = ne_probe,
1003 .probe = nepci_probe,
H A DREADME.netboot115 If you have a Compex RL2000 PCI 32-bit (11F6:1401), and the probe
141 List of I/O addresses to probe.
H A Dpnic.c263 .probe = pnic_probe,
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S71 call __dtrace_probe___sched_off__cpu ! DTrace probe
72 mov %i0, %o0 ! arg for DTrace probe
414 call __dtrace_probe___sched_on__cpu ! DTrace probe
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile14 * set these variables to 1 to enable, 0 to disable, null to probe
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c280 jobject probe = NULL; in dtj_errhandler() local
288 probe = dtj_new_probedesc(jc, data->dteda_pdesc); in dtj_errhandler()
289 if (!probe) { in dtj_errhandler()
296 (*jenv)->DeleteLocalRef(jenv, probe); in dtj_errhandler()
311 (*jenv)->DeleteLocalRef(jenv, probe); in dtj_errhandler()
316 probe, in dtj_errhandler()
324 (*jenv)->DeleteLocalRef(jenv, probe); in dtj_errhandler()
H A Ddtrace_jni.c1599 dtrace_probedesc_t probe; in dtj_list_probes() local
1631 bzero(&probe, sizeof (probe)); in dtj_list_probes()
1633 &probe); in dtj_list_probes()
1644 pdp = &probe; in dtj_list_probes()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1519 int probe; in traceroute() local
1658 for (probe = 0; (probe < nprobes) && (timeouts < max_timeout); in traceroute()
1659 ++probe) { in traceroute()
1796 print_stats(probe, nreceived, rttmin, rttmax, rttsum, in traceroute()

12345678