Searched defs:probe (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c22 * If you want to probe for another device behind the same pci
23 * device just increment index. And the previous probe call
60 if (state->dev.driver->probe(dev, &state->dev)) {
106 if (state->driver->probe(dev, state->driver->ioaddrs)) {
122 int probe(struct dev *dev) function
126 EnterFunction("probe");
155 LeaveFunction("probe");
H A Disa.h16 int (*probe)(struct dev *, unsigned short *); member in struct:isa_driver
H A Dpci.h342 pci_probe_t probe; member in struct:pci_driver
/illumos-gate/usr/src/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c39 probe(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, void *data) function
50 (void) printf(" failed to get probe info for "
133 (void) fprintf(stderr, "%s: invalid probe description "
142 (void) dtrace_probe_iter(dtp, pdp, probe, NULL);
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot_module.h70 * probe checks to see if the module can handle dev.
77 EFI_STATUS (*probe)(dev_info_t* dev); member in struct:boot_module_t
80 * load should select the best out of a set of devices that probe
94 /* valid devices as found by probe. */
H A Dufs_module.c84 probe(dev_info_t* dev) function
176 .probe = probe,
H A Dzfs_module.c67 probe(dev_info_t *dev) function
192 .probe = probe,
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c27 * return in path the full path name of the probe(1)
38 * 0 verbose probe
39 * 1 silent probe
50 #define PROBE "probe"
100 char* probe; local
134 probe = PROBE;
136 k = lib + sfsprintf(lib, x - lib, "lib/%s/", probe);
145 e = strncopy(p, probe, x - p);
161 strncopy(np, probe, nx - np);
166 * yes lib/probe/<lan
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_map.c116 dtrace_probedesc_t *probe; local
187 if ((probe = malloc(sizeof (dtrace_probedesc_t))) == NULL) {
192 probe->dtpd_id = enabled->dtepd_probeid;
194 if (dt_ioctl(dtp, DTRACEIOC_PROBES, probe) == -1) {
219 dtp->dt_pdesc[id] = probe;
232 free(probe);
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprobes_ext.c29 * Published interfaces for probe control.
94 _tnfctl_destructor_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) argument
97 hndl->destroy_func(probe->probe_handle->client_registered_data);
103 _tnfctl_creator_wrapper(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) argument
108 p_handle = probe->probe_handle;
135 prbctlref_t *probe; local
159 probe = &(obj_p->probes[pos]);
160 prexstat = func_p(hndl, probe->probe_handle, calldata);
213 /* process mode - get the probe functions */
219 /* if there are any probe function
449 apply_func(tnfctl_handle_t *hndl, prbctlref_t *probe, void *cd) argument
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Dlockstat.c89 lockstat_probe_t *probe = parg; local
91 ASSERT(!lockstat_probemap[probe->lsp_probe]);
93 lockstat_probemap[probe->lsp_probe] = id;
112 lockstat_probe_t *probe = parg; local
115 ASSERT(lockstat_probemap[probe->lsp_probe]);
117 lockstat_probemap[probe->lsp_probe] = 0;
127 * This probe is still enabled. We don't need to deal
190 lockstat_probe_t *probe = &lockstat_probes[i]; local
193 probe->lsp_func, probe
207 lockstat_probe_t *probe = parg; local
[all...]
H A Dfasttrap.c92 * of tracepoints to enable. If a probe is activated, it adds its ID to
145 * fasttrap.conf file. Each time a probe is created, fasttrap_total is
147 * probe; fasttrap_total is capped at fasttrap_max.
501 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
509 ASSERT(index < probe->ftp_ntps);
511 pid = probe->ftp_pid;
512 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
513 id = &probe->ftp_tps[index].fit_id;
515 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
521 * on the generation in which this probe wa
674 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
892 fasttrap_probe_t *probe = parg; local
1013 fasttrap_probe_t *probe = parg; local
1084 fasttrap_probe_t *probe = parg; local
1124 fasttrap_probe_t *probe = parg; local
1942 fasttrap_probe_spec_t *probe; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dgptwo_pci.c272 * Build the probe string from the PCD that will be passed
274 * fcode what pci devices to probe after the pci node has
285 "probe string=%s\n", probe_string);
300 cmn_err(CE_WARN, "gptwo_pci: Unable to probe pci leaf "
443 char *probe; local
475 probe = kmem_zalloc(str_size + 1, KM_SLEEP);
477 (void) strcpy(probe, temp);
480 probe);
482 return (probe);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c229 net_cache_t *probe; local
235 probe = cache_head.next;
236 while (probe != &cache_tail) {
237 (void) rcm_unregister_interest(hd, probe->resource, 0);
238 cache_remove(probe);
239 free_node(probe);
240 probe = cache_head.next;
579 net_cache_t *probe; local
580 probe = cache_head.next;
581 while (probe !
650 net_cache_t *probe; local
729 net_cache_t *probe; local
797 net_cache_t *probe; local
[all...]
H A Dip_rcm.c345 ip_cache_t *probe; local
354 probe = cache_head.ip_next;
355 while (probe != &cache_tail) {
356 if (rcm_unregister_interest(hd, probe->ip_resource, 0)
362 cache_remove(probe);
363 free_node(probe);
364 probe = cache_head.ip_next;
960 ip_cache_t *probe; local
971 probe = cache_head.ip_next;
972 while (probe !
1059 ip_cache_t *probe; local
1277 ip_cache_t *probe; local
1384 ip_cache_t *probe; local
[all...]
/illumos-gate/usr/src/cmd/amt/
H A Damt.c624 unsigned char probe; local
636 if ((probe = *end) != 0) {
638 last_fail = probe;
648 "probe=0x%02X; content = %d\n"),
661 volatile unsigned char probe; local
678 probe = *probe_adr--;
688 probe = *probe_adr;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmalloc.c1277 Freehdr probe; local
1292 probe = p->left;
1293 if (probe != NIL) {
1294 chkhdr(probe);
1295 db = probe->block;
1297 if (probe->size > p->size) /* child larger than parent */
1300 probe = p->right;
1301 if (probe != NIL) {
1302 chkhdr(probe);
1303 db = probe
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/
H A Dilb_probe.c53 * what type of probe to send out.
58 /* The transport protocol to use in the probe. Value of argv[3]. */
78 * Struct to store the probe info (most is passed in using the argv[] array to
86 * argv[5] is the probe port
87 * argv[6] is the probe timeout
89 * The following three fields are used in sending ICMP ECHO probe.
91 * echo_id is the ID set in the probe
92 * echo_seq is the sequence set in the probe
93 * echo_cookie is the random number data in a probe
94 * lport is the local port (in network byte order) used to send the probe
97 enum probe_type probe; member in struct:__anon149
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c43 int (*probe)(int boardtype_hint); member in struct:board_config
51 .probe = name##_probe, \
81 if ((*pbp)->probe(0)) {
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c280 jobject probe = NULL; local
288 probe = dtj_new_probedesc(jc, data->dteda_pdesc);
289 if (!probe) {
296 (*jenv)->DeleteLocalRef(jenv, probe);
311 (*jenv)->DeleteLocalRef(jenv, probe);
316 probe,
324 (*jenv)->DeleteLocalRef(jenv, probe);
636 * the last record if rec is NULL (signalling end of probe data).
639 r = edesc->dtepd_nrecs; /* end of probe data */
698 * End of probe dat
[all...]
H A Ddtrace_jni.c711 "invalid probe specifier %s: %s",
1571 * In the future it may be desirable to support an array of probe filters rather
1572 * than a single filter. It could be that if a probe matched any of the given
1601 dtrace_probedesc_t probe; local
1633 bzero(&probe, sizeof (probe));
1635 &probe);
1640 "%s is not a valid probe description: %s",
1646 pdp = &probe;
1670 /* add probe t
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c27 * Probe types for probe()
29 #define PROBE_UNI 0x1234 /* Unicast probe packet */
30 #define PROBE_MULTI 0x5678 /* Multicast probe packet */
31 #define PROBE_RTT 0x9abc /* RTT only probe packet */
36 * Format of probe / probe response packets. This is an ICMP Echo request
88 * Probe success - A matching probe reply received before CRTT ms has elapsed
89 * after sending the probe.
90 * Probe failure - No probe reply received and more than CRTT ms has elapsed
91 * after sending the probe
215 probe(struct phyint_instance *pii, uint_t probe_type, hrtime_t start_hrtime) function
[all...]
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c88 * When we're firing a return probe we need to expose the value returned by
90 * in its last instruction, we need to fire the return probe only _after_
97 * kernel where we can fire the return probe.
108 * Since function entry and return are usually the most interesting probe
123 * probe so want to make it seem as though the tracepoint has been completely
228 fasttrap_usdt_args(fasttrap_probe_t *probe, struct regs *rp, argument
231 int i, x, cap = MIN(argc, probe->ftp_nargs);
235 * The only way we'll hit the fake_restore case is if a USDT probe is
249 x = probe->ftp_argmap[i];
262 x = probe
307 fasttrap_probe_t *probe = id->fti_probe; local
481 fasttrap_probe_t *probe = id->fti_probe; local
[all...]
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c726 fasttrap_usdt_args64(fasttrap_probe_t *probe, struct regs *rp, int argc, argument
729 int i, x, cap = MIN(argc, probe->ftp_nargs);
733 x = probe->ftp_argmap[i];
748 fasttrap_usdt_args32(fasttrap_probe_t *probe, struct regs *rp, int argc, argument
751 int i, x, cap = MIN(argc, probe->ftp_nargs);
755 x = probe->ftp_argmap[i];
893 * return probe fasttrap. In this case we need to kill the process
959 fasttrap_probe_t *probe = id->fti_probe; local
964 * probe to help ustack() find the
969 dtrace_probe(probe
1017 fasttrap_probe_t *probe = id->fti_probe; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c108 * Not sufficient to hold the complete packet for ECHO REPLY of a big probe.
157 ushort_t port = 32768 + 666; /* start udp dest port # for probe packets */
162 static struct timeval delay = {0, 0}; /* delay between consecutive probe */
171 static boolean_t probe_all = _B_FALSE; /* probe all the IFs of the target */
444 * probe (e.g., on a multi-homed host).
491 " cannot be specified when probe packets are sent"
625 * if we could probe any of the IP addresses of the target, that means
1286 * header is always filled in. When the probe is actually sent,
1415 * probe packet, gateway addresses and the outgoing interface index.
1495 int probe; local
[all...]

Completed in 178 milliseconds

12