Lines Matching defs:onvl
237 nvlist_t *invl = NULL, *onvl = NULL;
299 err = subr->func(cmd, invl, &onvl);
304 nvlist_free(onvl);
311 if (onvl != NULL) {
314 if ((err = nvlist_size(onvl, &sz, NV_ENCODE_NATIVE)) != 0) {
315 nvlist_free(onvl);
319 nvlist_free(onvl);
324 if ((err = nvlist_pack(onvl, &buf, &sz, NV_ENCODE_NATIVE,
327 nvlist_free(onvl);
330 nvlist_free(onvl);