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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4193 zpool_get_errlog(zpool_handle_t *zhp, nvlist_t **nverrlistp) argument
4248 verify(nvlist_alloc(nverrlistp, 0, KM_SLEEP) == 0);
4251 * Fill in the nverrlistp with nvlist's of dataset and object numbers.
4273 if (nvlist_add_nvlist(*nverrlistp, "ejk", nv) != 0) {

Completed in 59 milliseconds