Searched refs:next_ptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.c207 local int next_ptr = 0; variable
236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
237 table[next_ptr].org_ptr = buf;
242 table[next_ptr++].new_ptr = buf;
254 for (n = 0; n < next_ptr; n++) {
258 while (++n < next_ptr) {
261 next_ptr--;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.c43 uint8_t next_ptr; local
155 next_ptr = pci_config_get8(handle, offset + 1);
158 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr);
173 offset = next_ptr;
179 next_ptr = pci_config_get8(handle, offset + 1);
182 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr);
197 offset = next_ptr;
203 next_ptr = pci_config_get8(handle, offset + 1);
205 "PCI_MSIX_NEXT_PTR:\t0x%x\n", next_ptr);
229 offset = next_ptr;
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.c205 local int next_ptr = 0; variable
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
235 table[next_ptr].org_ptr = buf;
240 table[next_ptr++].new_ptr = buf;
252 for (n = 0; n < next_ptr; n++) {
256 while (++n < next_ptr) {
259 next_ptr--;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c168 uint8_t next_ptr; local
280 next_ptr = pci_config_get8(handle, offset + 1);
283 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr);
298 offset = next_ptr;
304 next_ptr = pci_config_get8(handle, offset + 1);
307 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr);
322 offset = next_ptr;
328 next_ptr = pci_config_get8(handle, offset + 1);
330 "PCI_MSIX_NEXT_PTR:\t0x%x\n", next_ptr);
354 offset = next_ptr;
[all...]
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c302 char *next_ptr = NULL; local
392 next_ptr = ptrend + 1;
393 next_count = offset + count - (next_ptr - ptr);
422 ptr = next_ptr;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c374 uint8_t next_ptr; local
462 next_ptr = pci_config_get8(handle, offset + 1);
465 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr);
480 offset = next_ptr;
486 next_ptr = pci_config_get8(handle, offset + 1);
489 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr);
504 offset = next_ptr;
510 next_ptr = pci_config_get8(handle, offset + PCIE_CAP_NEXT_PTR);
513 "PCIE_CAP_NEXT_PTR:\t0x%x\n", next_ptr);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5932 local int next_ptr = 0; variable
5967 if (buf == NULL || next_ptr >= MAX_PTR)
5969 table[next_ptr].org_ptr = buf;
5974 table[next_ptr++].new_ptr = buf;
5987 for (n = 0; n < next_ptr; n++) {
5992 while (++n < next_ptr) {
5995 next_ptr--;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h94 uint32_t next_ptr:8; member in struct:_nge_msi_map_cap_conf::__anon6241

Completed in 71 milliseconds