Searched refs:next_ptr (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 41 uint8_t next_ptr; in pci_dump() local 153 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump() 156 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr); in pci_dump() 171 offset = next_ptr; in pci_dump() 177 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump() 180 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr); in pci_dump() 195 offset = next_ptr; in pci_dump() 201 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump() 203 "PCI_MSIX_NEXT_PTR:\t0x%x\n", next_ptr); in pci_dump() 227 offset = next_ptr; in pci_dump() [all …]
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | zutil.c | 207 local int next_ptr = 0; variable 236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc() 237 table[next_ptr].org_ptr = buf; in zcalloc() 242 table[next_ptr++].new_ptr = buf; in zcalloc() 254 for (n = 0; n < next_ptr; n++) { in zcfree() 258 while (++n < next_ptr) { in zcfree() 261 next_ptr--; in zcfree()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 168 uint8_t next_ptr; in ixgbe_pci_dump() local 280 next_ptr = pci_config_get8(handle, offset + 1); in ixgbe_pci_dump() 283 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr); in ixgbe_pci_dump() 298 offset = next_ptr; in ixgbe_pci_dump() 304 next_ptr = pci_config_get8(handle, offset + 1); in ixgbe_pci_dump() 307 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr); in ixgbe_pci_dump() 322 offset = next_ptr; in ixgbe_pci_dump() 328 next_ptr = pci_config_get8(handle, offset + 1); in ixgbe_pci_dump() 330 "PCI_MSIX_NEXT_PTR:\t0x%x\n", next_ptr); in ixgbe_pci_dump() 354 offset = next_ptr; in ixgbe_pci_dump() [all …]
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 374 uint8_t next_ptr; in pciconfig_dump() local 462 next_ptr = pci_config_get8(handle, offset + 1); in pciconfig_dump() 465 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr); in pciconfig_dump() 480 offset = next_ptr; in pciconfig_dump() 486 next_ptr = pci_config_get8(handle, offset + 1); in pciconfig_dump() 489 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr); in pciconfig_dump() 504 offset = next_ptr; in pciconfig_dump() 510 next_ptr = pci_config_get8(handle, offset + PCIE_CAP_NEXT_PTR); in pciconfig_dump() 513 "PCIE_CAP_NEXT_PTR:\t0x%x\n", next_ptr); in pciconfig_dump()
|
/titanic_41/usr/src/cmd/grep/ |
H A D | grep.c | 302 char *next_ptr = NULL; in execute() local 392 next_ptr = ptrend + 1; in execute() 393 next_count = offset + count - (next_ptr - ptr); in execute() 422 ptr = next_ptr; in execute()
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 5932 local int next_ptr = 0; variable 5967 if (buf == NULL || next_ptr >= MAX_PTR) in zcalloc() 5969 table[next_ptr].org_ptr = buf; in zcalloc() 5974 table[next_ptr++].new_ptr = buf; in zcalloc() 5987 for (n = 0; n < next_ptr; n++) { in zcfree() 5992 while (++n < next_ptr) { in zcfree() 5995 next_ptr--; in zcfree()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_chip.h | 94 uint32_t next_ptr:8; member
|