Lines Matching full:probe
479 PCAP_ASSERT (dev->probe);
481 if ((*dev->probe)(dev))
528 * Get a list of all interfaces that are present and that we probe okay.
544 PCAP_ASSERT (dev->probe);
546 if (!(*dev->probe)(dev))
549 PCAP_ASSERT (dev->close); /* set by probe routine */
636 PCAP_ASSERT (dev->probe);
638 if (!(*dev->probe)(dev)) /* call the xx_probe() function */
807 * set in it's probe handler), initialise near-memory ring-buffer for
1203 * Search & probe for supported 32-bit (pmode) pcap devices
1294 rtl8139_probe /* dev->probe routine */