Searched refs:probe (Results 101 - 125 of 157) sorted by relevance

1234567

/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppop.c833 if (pp.probe)
841 if (!(pp.ppdefault = pathprobe(pp.path, NiL, "C", pp.pass, pp.probe ? pp.probe : PPPROBE, 0)))
842 error(1, "cannot determine default definitions for %s", pp.probe ? pp.probe : PPPROBE);
844 if (pp.probe)
1334 pp.probe = va_arg(ap, char*);
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/common/
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...]
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c112 * @param fs_type The file system type to probe for.
124 PED_ASSERT (fs_type->ops->probe != NULL, return NULL);
129 result = fs_type->ops->probe (geom);
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c799 .probe = fat_probe_fat16,
826 .probe = fat_probe_fat32,
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c793 .probe = reiserfs_probe,
815 .probe = reiserfs_probe,
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.h342 pci_probe_t probe; member in struct:pci_driver
H A D3c595.c539 .probe = t595_probe,
H A Depic100.c109 be best done a central PCI probe dispatch, which wouldn't work
516 .probe = epic100_probe,
H A Drtl8139.c547 .probe = rtl8139_probe,
H A Dsis900.c121 .probe = 0,
369 /* probe for mii transceiver */
1247 .probe = sis900_probe,
H A D3c90x.c687 /*** a3c90x_probe: exported routine to probe for the 3c905 card and perform
991 .probe = a3c90x_probe,
H A Ddavicom.c725 .probe = davicom_probe,
H A Deepro100.c533 * to probe the card again from a "virginal" state....
805 .probe = eepro100_probe,
/opensolaris-onvv-gate/usr/src/uts/common/tnf/
H A Dtnf_types.h41 #include <tnf/probe.h>
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_ioctl.c2730 * probe.
2737 p->probe.mnum_list = (uint64_t)NULL;
2741 p->probe.nmdevs = ph->nmdevs;
2742 (void) strcpy(p->probe.test_name, ph->test_name);
2743 bcopy(&ph->md_driver, &(p->probe.md_driver),
2746 if ((p->probe.nmdevs < 1) ||
2747 (strstr(p->probe.test_name, "probe") == NULL)) {
2753 sz2 = sizeof (minor_t) * p->probe.nmdevs;
2754 p->probe
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c2177 uint32_t module, mux_sel, probe, lo_val, hi_val; local
2182 probe = clock | ADDRESS_REGISTER_ENABLE |
2185 ql_write_reg(qlge, REG_PRB_MX_ADDR, probe);
2188 *buf = probe;
2191 probe |= UP;
2192 ql_write_reg(qlge, REG_PRB_MX_ADDR, probe);
2348 * First we have to enable the probe mux
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c39 #include "probe.h"
1224 .probe = hfs_probe,
1255 .probe = hfsplus_probe,
1286 .probe = hfsx_probe,
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c478 .probe = swap_probe,
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/ntfs/
H A Dntfs.c554 .probe = ntfs_probe,
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_dstore.c44 #include <tnf/probe.h>
49 #include <tnf/probe.h>
/opensolaris-onvv-gate/usr/src/cmd/compress/
H A Dcompress.c957 * secondary probe. Here, the modular division first probe is gives way
1048 probe:
1063 goto probe;
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c3342 * DESCRIPTION: initializes a probe request. Parcels out the mnums such that
3369 modindx = md_getmodindex(&(p->probe.md_driver), 1, 1);
3371 p->probe.test_name, 0);
3388 * PARAMETERS: probe_req_t *reqp pointer to the probe request structure.
3442 /* update the info in the probe structure */
3448 (void) mdsyserror(&(p->probe.mde), err);
3474 * a doubly linked circular list of devices to probe.
3491 for (i = 0; i < plist->probe.nmdevs; i++) {
3492 mnum = ((minor_t *)(uintptr_t)(plist->probe.mnum_list))[i];
3494 cmn_err(CE_WARN, "md: Cannot probe
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dmisc.c51 #include <tnf/probe.h>
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm161 far less likely to send a space probe to the wrong planet because

Completed in 369 milliseconds

1234567