Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c640 char *pcie_nv_buf; variable
649 pcie_nv_buf = kmem_alloc(ERPT_DATA_SZ, KM_SLEEP); in _init()
650 pcie_nvap = fm_nva_xcreate(pcie_nv_buf, ERPT_DATA_SZ); in _init()
658 kmem_free(pcie_nv_buf, ERPT_DATA_SZ); in _init()
675 kmem_free(pcie_nv_buf, ERPT_DATA_SZ); in _fini()