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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3467 zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp) argument
3522 verify(nvlist_alloc(nverrlistp, 0, KM_SLEEP) == 0);
3525 * Fill in the nverrlistp with nvlist's of dataset and object numbers.
3547 if (nvlist_add_nvlist(*nverrlistp, "ejk", nv) != 0) {

Completed in 64 milliseconds