Searched refs:nextptr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_emul.h157 uint8_t nextptr; member in struct:msicap
167 uint8_t nextptr; member in struct:msixcap
176 uint8_t nextptr; member in struct:pciecap
235 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
H A Dpci_passthru.c144 passthru_add_msicap(struct pci_devinst *pi, int msgnum, int nextptr) argument
150 pci_populate_msicap(&msicap, msgnum, nextptr);
H A Dpci_emul.c759 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) argument
769 msicap->nextptr = nextptr;
/freebsd-11.0-release/sys/powerpc/powermac/
H A Dcpcht.c216 int ptr, nextptr; local
252 nextptr = PCIB_READ_CONFIG(dev, b, s, f, PCIR_CAP_PTR, 1);
253 while (nextptr != 0) {
254 ptr = nextptr;
255 nextptr = PCIB_READ_CONFIG(dev, b, s, f,
/freebsd-11.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.c744 char *nextptr; local
800 size = strtol(fmt, &nextptr, 10);
801 if (*nextptr != ')')
803 fmt = ++nextptr;
/freebsd-11.0-release/sys/dev/pci/
H A Dpci.c790 int ptr, nextptr, ptrptr; local
803 nextptr = REG(ptrptr, 1); /* sanity check? */
808 while (nextptr != 0) {
810 if (nextptr > 255) {
812 nextptr);
816 ptr = nextptr;
817 nextptr = REG(ptr + PCICAP_NEXTPTR, 1);
826 if ((nextptr - ptr) > PCIR_POWER_DATA)
/freebsd-11.0-release/sys/dev/xl/
H A Dif_xl.c1720 u_int32_t nextptr; local
1740 nextptr = ld->xl_rx_dmaaddr +
1743 ld->xl_rx_list[i].xl_next = htole32(nextptr);

Completed in 95 milliseconds