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

  /src/sys/dev/pci/
virtio_pcireg.h 103 uint8_t cap_len; /* Generic PCI field: capability length */ member in struct:virtio_pci_cap
virtio_pci.c 597 if (v->vcap.cap_len > sizeof(struct virtio_pci_cap)) {
598 len = roundup(v->vcap.cap_len, sizeof(pcireg_t));
  /src/usr.sbin/bta2dpd/bta2dpd/
avdtp.c 308 avdtpAutoConfigSBC(int fd, int recvfd, uint8_t *capabilities, size_t cap_len,
316 for (i = 0; i < cap_len - 5; i++) {
324 if (i >= cap_len - 9)

Completed in 14 milliseconds