HomeSort by: relevance | last modified time | path
    Searched refs:spbp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
siisata_pci.c 159 const struct siisata_pci_board *spbp; local
167 spbp = siisata_pci_lookup(pa);
168 KASSERT(spbp != NULL);
230 if (spbp->sbp_flags & SIISATA_BROKEN_MSI) {
259 sc->sc_atac.atac_nchannels = spbp->spb_port;
270 spbp->spb_chip, (gcreg & GR_GC_3GBPS) ? "3.0" : "1.5" );
271 if (spbp->spb_chip == 3124) {
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 1106 struct simple_packet_block *spbp; local
1164 spbp = get_from_block_data(&cursor, sizeof(*spbp),
1166 if (spbp == NULL)
1180 hdr->len = SWAPLONG(spbp->len);
1182 hdr->len = spbp->len;

Completed in 202 milliseconds