Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c284 nvlist_t *unpack_nvl; in mc_completion_handler() local
287 nvlist_unpack(earg, size, &unpack_nvl, 0) == 0) { in mc_completion_handler()
289 (void) nvlist_lookup_uint64(unpack_nvl, in mc_completion_handler()
298 nvlist_free(unpack_nvl); in mc_completion_handler()