Searched refs:pcap (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpca9556.c181 pca9556_unit_t *pcap; local
189 pcap = (pca9556_unit_t *)
192 if (pcap == NULL)
198 pcap->pca9556_transfer->i2c_flags = I2C_WR;
199 pcap->pca9556_transfer->i2c_wlen = 2;
200 pcap->pca9556_transfer->i2c_rlen = 0;
202 if (pcap->pca9555_device) {
218 if (pcap->pca9555_device)
224 pcap->pca9556_transfer->i2c_wbuf[0] = reg + i;
225 pcap
259 pca9556_unit_t *pcap; local
282 pca9556_unit_t *pcap; local
417 pca9556_unit_t *pcap; local
536 pca9556_unit_t *pcap; local
577 pca9556_unit_t *pcap; local
604 pca9556_unit_t *pcap; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddifm.c690 int pcap, newcap = DDI_FM_NOT_CAPABLE; local
713 pcap = i_ndi_busop_fm_init(dip, *fmcap, &ibc);
715 pcap = *fmcap;
749 if (DDI_FM_EREPORT_CAP(*fmcap) && DDI_FM_EREPORT_CAP(pcap)) {
763 if (DDI_FM_ERRCB_CAP(*fmcap) && DDI_FM_ERRCB_CAP(pcap)) {
776 if (DDI_FM_DMA_ERR_CAP(*fmcap) && DDI_FM_DMA_ERR_CAP(pcap)) {
788 if (DDI_FM_ACC_ERR_CAP(*fmcap) && DDI_FM_ACC_ERR_CAP(pcap)) {
H A Dndifm.c672 int pcap; local
685 pcap = (*DEVI(pdip)->devi_ops->devo_bus_ops->bus_fm_init)
688 return (pcap);
/opensolaris-onvv-gate/usr/src/cmd/ipf/lib/common/
H A Dipft_pc.c9 #include "pcap-ipf.h"
81 struct ipread pcap = { pcap_open, pcap_close, pcap_readip, 0 }; variable in typeref:struct:ipread
142 printf("opened pcap file %s:\n", fname);
158 * in a pcap file.
185 * read an entire pcap packet record. only the data part is copied into
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c22 extern struct ipread snoop, etherf, tcpd, pcap, iptext, iphex;
143 if (strcasecmp(optarg, "pcap") == 0)
144 r = &pcap;
H A Dipf_y.y15 # include "pcap-bpf.h"
17 # include <pcap.h>
1992 struct pcap *p;
2057 fprintf(stderr, "pcap parsing failed (%s)\n", phrase);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c41 #include <pcap.h>
H A Doptions.c55 #include <pcap.h>
56 #include <pcap-int.h> /* XXX: To get struct pcap */
138 pcap_t pc; /* Fake struct pcap so we can compile expr */

Completed in 116 milliseconds