Lines Matching defs:offset
61 pci_config_get8(ddi_acc_handle_t handle, off_t offset) in pci_config_get8()
72 pci_config_get16(ddi_acc_handle_t handle, off_t offset) in pci_config_get16()
83 pci_config_get32(ddi_acc_handle_t handle, off_t offset) in pci_config_get32()
94 pci_config_get64(ddi_acc_handle_t handle, off_t offset) in pci_config_get64()
105 pci_config_put8(ddi_acc_handle_t handle, off_t offset, uint8_t value) in pci_config_put8()
116 pci_config_put16(ddi_acc_handle_t handle, off_t offset, uint16_t value) in pci_config_put16()
127 pci_config_put32(ddi_acc_handle_t handle, off_t offset, uint32_t value) in pci_config_put32()
138 pci_config_put64(ddi_acc_handle_t handle, off_t offset, uint64_t value) in pci_config_put64()
158 pci_config_getb(ddi_acc_handle_t handle, off_t offset) in pci_config_getb()
169 pci_config_getw(ddi_acc_handle_t handle, off_t offset) in pci_config_getw()
180 pci_config_getl(ddi_acc_handle_t handle, off_t offset) in pci_config_getl()
191 pci_config_getll(ddi_acc_handle_t handle, off_t offset) in pci_config_getll()
202 pci_config_putb(ddi_acc_handle_t handle, off_t offset, uint8_t value) in pci_config_putb()
213 pci_config_putw(ddi_acc_handle_t handle, off_t offset, uint16_t value) in pci_config_putw()
224 pci_config_putl(ddi_acc_handle_t handle, off_t offset, uint32_t value) in pci_config_putl()
235 pci_config_putll(ddi_acc_handle_t handle, off_t offset, uint64_t value) in pci_config_putll()
385 off_t offset = 0; local
583 uint16_t cap_id, offset, status; local
784 uint16_t offset; local
811 off_t offset = 0; local