Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h314 extern int pcie_copyout_nvlist(nvlist_t *nvl, char *packed_buf,
/titanic_44/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1669 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_get_property()
1764 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_set_property()
H A Dpcishpc.c533 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_get_property()
630 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_set_property()
H A Dpcie_hp.c168 pcie_copyout_nvlist(nvlist_t *nvl, char *packed_buf, size_t *buf_sz) in pcie_copyout_nvlist() function