Searched refs:nextptr (Results 1 – 9 of 9) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | pci_emul.h | 171 uint8_t nextptr; member 181 uint8_t nextptr; member 190 uint8_t nextptr; member 256 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
|
| H A D | pci_passthru.c | 242 passthru_add_msicap(struct pci_devinst *pi, int msgnum, int nextptr) in passthru_add_msicap() argument 248 pci_populate_msicap(&msicap, msgnum, nextptr); in passthru_add_msicap()
|
| H A D | pci_emul.c | 1179 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) in pci_populate_msicap() argument 1189 msicap->nextptr = nextptr; in pci_populate_msicap()
|
| /src/sys/powerpc/powermac/ |
| H A D | cpcht.c | 218 int ptr, nextptr; in cpcht_configure_htbridge() local 254 nextptr = PCIB_READ_CONFIG(dev, b, s, f, PCIR_CAP_PTR, 1); in cpcht_configure_htbridge() 255 while (nextptr != 0) { in cpcht_configure_htbridge() 256 ptr = nextptr; in cpcht_configure_htbridge() 257 nextptr = PCIB_READ_CONFIG(dev, b, s, f, in cpcht_configure_htbridge()
|
| /src/usr.sbin/pciconf/ |
| H A D | cap.c | 1027 uint16_t nextptr, len; in ecap_vendor() local 1031 nextptr = PCI_EXTCAP_NEXTPTR(val); in ecap_vendor() 1035 if (nextptr == 0) in ecap_vendor() 1036 nextptr = 0x1000; in ecap_vendor() 1037 len = nextptr - ptr; in ecap_vendor()
|
| /src/contrib/bsnmp/lib/ |
| H A D | snmpclient.c | 753 char *nextptr; in snmp_oid_append() local 809 size = strtol(fmt, &nextptr, 10); in snmp_oid_append() 810 if (*nextptr != ')') in snmp_oid_append() 812 fmt = ++nextptr; in snmp_oid_append()
|
| /src/sys/dev/xl/ |
| H A D | if_xl.c | 1704 u_int32_t nextptr; in xl_list_rx_init() local 1724 nextptr = ld->xl_rx_dmaaddr + in xl_list_rx_init() 1727 ld->xl_rx_list[i].xl_next = htole32(nextptr); in xl_list_rx_init()
|
| /src/sys/dev/pci/ |
| H A D | pci.c | 894 int ptr, nextptr, ptrptr; in pci_read_cap() local 907 nextptr = REG(ptrptr, 1); /* sanity check? */ in pci_read_cap() 912 while (nextptr != 0) { in pci_read_cap() 914 if (nextptr > 255) { in pci_read_cap() 916 nextptr); in pci_read_cap() 920 ptr = nextptr; in pci_read_cap() 921 nextptr = REG(ptr + PCICAP_NEXTPTR, 1); in pci_read_cap()
|
| /src/sys/net/ |
| H A D | iflib.c | 2676 int nextptr; in prefetch_pkts() local 2680 nextptr = (cidx + CACHE_PTR_INCREMENT) & (nrxd - 1); in prefetch_pkts() 2681 prefetch(&fl->ifl_sds.ifsd_m[nextptr]); in prefetch_pkts() 2682 prefetch(&fl->ifl_sds.ifsd_cl[nextptr]); in prefetch_pkts()
|