Lines Matching refs:nvbuf
204 void *nvbuf; in ioctl_with_dstnv() local
208 nvbuf = malloc(nvsz); in ioctl_with_dstnv()
210 zc->zc_nvlist_dst = (uintptr_t)nvbuf; in ioctl_with_dstnv()
215 errno = nvlist_unpack(nvbuf, zc->zc_nvlist_dst_size, &nvl, 0); in ioctl_with_dstnv()
221 free(nvbuf); in ioctl_with_dstnv()
225 free(nvbuf); in ioctl_with_dstnv()
314 char *name, *nvbuf; in py_set_fsacl() local
329 nvbuf = malloc(nvsz); in py_set_fsacl()
330 err = nvlist_pack(nvl, &nvbuf, &nvsz, NV_ENCODE_NATIVE, 0); in py_set_fsacl()
335 zc.zc_nvlist_src = (uintptr_t)nvbuf; in py_set_fsacl()
339 free(nvbuf); in py_set_fsacl()