Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c185 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()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_hp.h111 char *nvlist_buf; member
117 caddr32_t nvlist_buf; member
/titanic_44/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c1526 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pciehpc_slot_get_property()
1528 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf; in pciehpc_slot_get_property()
1533 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pciehpc_slot_get_property()
1669 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_get_property()
1731 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pciehpc_slot_set_property()
1734 result.nvlist_buf = in pciehpc_slot_set_property()
1735 (char *)(uintptr_t)result32.nvlist_buf; in pciehpc_slot_set_property()
1741 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pciehpc_slot_set_property()
1764 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pciehpc_slot_set_property()
H A Dpcishpc.c390 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pcishpc_slot_get_property()
392 result.nvlist_buf = (char *)(uintptr_t)result32.nvlist_buf; in pcishpc_slot_get_property()
397 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pcishpc_slot_get_property()
533 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_get_property()
597 request.nvlist_buf = (char *)(uintptr_t)request32.nvlist_buf; in pcishpc_slot_set_property()
600 result.nvlist_buf = in pcishpc_slot_set_property()
601 (char *)(uintptr_t)result32.nvlist_buf; in pcishpc_slot_set_property()
607 if ((ret = pcie_copyin_nvlist(request.nvlist_buf, request.buf_size, in pcishpc_slot_set_property()
630 if ((ret = pcie_copyout_nvlist(prop_rlist, result.nvlist_buf, in pcishpc_slot_set_property()