Lines Matching defs:nvbuf
4670 void *nvbuf;
4679 nvbuf = malloc(nvsz);
4680 if (nvbuf == NULL) {
4686 zc.zc_nvlist_dst = (uintptr_t)nvbuf;
4696 free(nvbuf);
4717 int rc = nvlist_unpack(nvbuf, zc.zc_nvlist_dst_size, nvl, 0);
4726 free(nvbuf);
4736 char *nvbuf;
4747 nvbuf = malloc(nvsz);
4749 err = nvlist_pack(nvl, &nvbuf, &nvsz, NV_ENCODE_NATIVE, 0);
4753 zc.zc_nvlist_src = (uintptr_t)nvbuf;
4780 free(nvbuf);