Searched refs:nextptr (Results 1 - 9 of 9) sorted by last modified time

/freebsd-current/sys/net/
H A Diflib.c2682 int nextptr; local
2686 nextptr = (cidx + CACHE_PTR_INCREMENT) & (nrxd-1);
2687 prefetch(&fl->ifl_sds.ifsd_m[nextptr]);
2688 prefetch(&fl->ifl_sds.ifsd_cl[nextptr]);
/freebsd-current/usr.sbin/bhyve/
H A Dpci_emul.c1155 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) argument
1165 msicap->nextptr = nextptr;
H A Dpci_emul.h171 uint8_t nextptr; member in struct:msicap
181 uint8_t nextptr; member in struct:msixcap
190 uint8_t nextptr; member in struct:pciecap
256 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
H A Dpci_passthru.c187 passthru_add_msicap(struct pci_devinst *pi, int msgnum, int nextptr) argument
193 pci_populate_msicap(&msicap, msgnum, nextptr);
/freebsd-current/usr.sbin/pciconf/
H A Dcap.c1027 uint16_t nextptr, len; local
1031 nextptr = PCI_EXTCAP_NEXTPTR(val);
1035 if (nextptr == 0)
1036 nextptr = 0x1000;
1037 len = nextptr - ptr;
/freebsd-current/sys/dev/pci/
H A Dpci.c852 int ptr, nextptr, ptrptr; local
865 nextptr = REG(ptrptr, 1); /* sanity check? */
870 while (nextptr != 0) {
872 if (nextptr > 255) {
874 nextptr);
878 ptr = nextptr;
879 nextptr = REG(ptr + PCICAP_NEXTPTR, 1);
888 if ((nextptr - ptr) > PCIR_POWER_DATA)
/freebsd-current/sys/powerpc/powermac/
H A Dcpcht.c218 int ptr, nextptr; local
254 nextptr = PCIB_READ_CONFIG(dev, b, s, f, PCIR_CAP_PTR, 1);
255 while (nextptr != 0) {
256 ptr = nextptr;
257 nextptr = PCIB_READ_CONFIG(dev, b, s, f,
/freebsd-current/sys/dev/xl/
H A Dif_xl.c1713 u_int32_t nextptr; local
1733 nextptr = ld->xl_rx_dmaaddr +
1736 ld->xl_rx_list[i].xl_next = htole32(nextptr);
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpclient.c753 char *nextptr; local
809 size = strtol(fmt, &nextptr, 10);
810 if (*nextptr != ')')
812 fmt = ++nextptr;

Completed in 212 milliseconds