Searched refs:nvlist_buf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_impl.c | 185 results.nvlist_buf = (char *)calloc(1, HP_PRIVATE_BUF_SZ); in private_options() 186 if (results.nvlist_buf == NULL) { in private_options() 325 prop->nvlist_buf = buf; in pack_properties() 354 if ((prop->nvlist_buf == NULL) || (prop->buf_size == 0)) { in unpack_properties() 360 if (nvlist_unpack(prop->nvlist_buf, prop->buf_size, &nvl, 0) != 0) { in unpack_properties() 431 if (prop->nvlist_buf) in free_properties() 432 free(prop->nvlist_buf); in free_properties()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ddi_hp.h | 117 char *nvlist_buf; member 123 caddr32_t nvlist_buf; member
|
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 391 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pcishpc_slot_get_property() 393 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf; in pcishpc_slot_get_property() 398 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pcishpc_slot_get_property() 535 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_get_property() 599 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pcishpc_slot_set_property() 602 result.nvlist_buf = in pcishpc_slot_set_property() 603 (char *)(uintptr_t)result32.nvlist_buf; in pcishpc_slot_set_property() 609 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pcishpc_slot_set_property() 632 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_set_property()
|
H A D | pciehpc.c | 3076 prop->nvlist_buf = (void *)(uintptr_t)prop32.nvlist_buf; in pciehpc_slot_prop_copyin() 3101 if ((uintptr_t)prop->nvlist_buf > UINT32_MAX || in pciehpc_slot_prop_copyout() 3106 prop32.nvlist_buf = (caddr32_t)(uintptr_t)prop->nvlist_buf; in pciehpc_slot_prop_copyout() 3143 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pciehpc_slot_get_property() 3232 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_get_property() 3266 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pciehpc_slot_set_property() 3296 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_set_property()
|