Home
last modified time | relevance | path

Searched defs:base_p (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c48 #define PCI_CAP_BASE(h, id, base_p) (*base_p ? DDI_SUCCESS : \ argument
56 uint16_t *base_p) in pci_cap_probe()
126 pci_lcap_locate(ddi_acc_handle_t h, uint8_t id, uint16_t *base_p) in pci_lcap_locate()
174 pci_xcap_locate(ddi_acc_handle_t h, uint16_t id, uint16_t *base_p) in pci_xcap_locate()
218 uint16_t *base_p) in pci_htcap_locate()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h74 #define PCI_CAP_LOCATE(h, id, base_p) ((id) & PCI_CAP_XCFG_FLAG ? \ argument