Home
last modified time | relevance | path

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

/trueos/usr.sbin/bhyve/
HDpci_emul.h155 uint8_t nextptr; member
164 uint8_t nextptr; member
172 uint8_t nextptr; member
230 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
HDpci_passthru.c138 passthru_add_msicap(struct pci_devinst *pi, int msgnum, int nextptr) in passthru_add_msicap() argument
144 pci_populate_msicap(&msicap, msgnum, nextptr); in passthru_add_msicap()
HDpci_emul.c746 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) in pci_populate_msicap() argument
758 msicap->nextptr = nextptr; in pci_populate_msicap()
/trueos/sys/powerpc/powermac/
HDcpcht.c215 int ptr, nextptr; in cpcht_configure_htbridge() local
251 nextptr = PCIB_READ_CONFIG(dev, b, s, f, PCIR_CAP_PTR, 1); in cpcht_configure_htbridge()
252 while (nextptr != 0) { in cpcht_configure_htbridge()
253 ptr = nextptr; in cpcht_configure_htbridge()
254 nextptr = PCIB_READ_CONFIG(dev, b, s, f, in cpcht_configure_htbridge()
/trueos/contrib/bsnmp/lib/
HDsnmpclient.c744 char *nextptr; in snmp_oid_append() local
800 size = strtol(fmt, &nextptr, 10); in snmp_oid_append()
801 if (*nextptr != ')') in snmp_oid_append()
803 fmt = ++nextptr; in snmp_oid_append()
/trueos/sys/dev/pci/
HDpci.c696 int ptr, nextptr, ptrptr; in pci_read_cap() local
709 nextptr = REG(ptrptr, 1); /* sanity check? */ in pci_read_cap()
714 while (nextptr != 0) { in pci_read_cap()
716 if (nextptr > 255) { in pci_read_cap()
718 nextptr); in pci_read_cap()
722 ptr = nextptr; in pci_read_cap()
723 nextptr = REG(ptr + PCICAP_NEXTPTR, 1); in pci_read_cap()
732 if ((nextptr - ptr) > PCIR_POWER_DATA) in pci_read_cap()
/trueos/sys/dev/xl/
HDif_xl.c1718 u_int32_t nextptr; in xl_list_rx_init() local
1738 nextptr = ld->xl_rx_dmaaddr + in xl_list_rx_init()
1741 ld->xl_rx_list[i].xl_next = htole32(nextptr); in xl_list_rx_init()