Home | History | Annotate | Download | only in common

Lines Matching defs:nvbuf

4663 	void *nvbuf;
4672 nvbuf = malloc(nvsz);
4673 if (nvbuf == NULL) {
4679 zc.zc_nvlist_dst = (uintptr_t)nvbuf;
4689 free(nvbuf);
4710 int rc = nvlist_unpack(nvbuf, zc.zc_nvlist_dst_size, nvl, 0);
4719 free(nvbuf);
4729 char *nvbuf;
4740 nvbuf = malloc(nvsz);
4742 err = nvlist_pack(nvl, &nvbuf, &nvsz, NV_ENCODE_NATIVE, 0);
4746 zc.zc_nvlist_src = (uintptr_t)nvbuf;
4773 free(nvbuf);