Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c372 nvlist_t *prop_rlist; /* nvlist for return values */ in pcishpc_slot_get_property() local
402 if (nvlist_alloc(&prop_rlist, NV_UNIQUE_NAME, 0)) { in pcishpc_slot_get_property()
436 if (nvlist_add_string(prop_rlist, in pcishpc_slot_get_property()
528 if (nvlist_add_string(prop_rlist, name, value) != 0) { in pcishpc_slot_get_property()
535 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_get_property()
561 nvlist_free(prop_rlist); in pcishpc_slot_get_property()
577 nvlist_t *prop_rlist; in pcishpc_slot_set_property() local
622 if (nvlist_alloc(&prop_rlist, NV_UNIQUE_NAME, 0)) { in pcishpc_slot_set_property()
626 if (nvlist_add_string(prop_rlist, PCIEHPC_PROP_LED_ATTN, in pcishpc_slot_set_property()
632 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_set_property()
[all …]
H A Dpciehpc.c3134 nvlist_t *prop_rlist; /* nvlist for return values */ in pciehpc_slot_get_property() local
3147 if (nvlist_alloc(&prop_rlist, NV_UNIQUE_NAME, 0)) { in pciehpc_slot_get_property()
3180 if (nvlist_add_string(prop_rlist, in pciehpc_slot_get_property()
3225 if (nvlist_add_string(prop_rlist, name, value) != 0) { in pciehpc_slot_get_property()
3232 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_get_property()
3244 nvlist_free(prop_rlist); in pciehpc_slot_get_property()
3258 nvlist_t *prop_rlist; in pciehpc_slot_set_property() local
3279 if (nvlist_alloc(&prop_rlist, NV_UNIQUE_NAME, 0)) { in pciehpc_slot_set_property()
3288 if (nvlist_add_string(prop_rlist, in pciehpc_slot_set_property()
3296 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_set_property()
[all …]