Searched defs:ret_nvl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c66 static int rio_store_encode(nvf_handle_t nvfh, nvlist_t **ret_nvl);
246 rio_store_encode(nvf_handle_t nvfh, nvlist_t **ret_nvl) argument
257 *ret_nvl = NULL;
306 *ret_nvl = nvl;
H A Ddevid_cache.c292 devid_cache_pack_list(nvf_handle_t fd, nvlist_t **ret_nvl) argument
342 *ret_nvl = nvl;
348 *ret_nvl = NULL;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c285 sdev_ncache_pack_list(nvf_handle_t fd, nvlist_t **ret_nvl) argument
340 *ret_nvl = nvl;
346 *ret_nvl = NULL;
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c329 pci_cache_pack_nvlist(nvf_handle_t hdl, nvlist_t **ret_nvl) argument
365 *ret_nvl = nvl;
372 *ret_nvl = NULL;

Completed in 79 milliseconds