Searched refs:nvbuf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/nvpair/ |
| H A D | nvpair_alloc_fixed.c | 42 typedef struct nvbuf { struct
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 1316 char *nvbuf; in vdev_label_write_bootenv() local 1350 nvbuf = bootenv->vbe_bootenv; in vdev_label_write_bootenv() 1356 if (nvlist_lookup_string(env, GRUB_ENVMAP, &nvbuf) == 0) { in vdev_label_write_bootenv() 1357 (void) strlcpy(bootenv->vbe_bootenv, nvbuf, nvsize); in vdev_label_write_bootenv() 1363 error = nvlist_pack(env, &nvbuf, &nvsize, NV_ENCODE_XDR, in vdev_label_write_bootenv()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 5117 void *nvbuf; in zfs_get_fsacl() local 5126 nvbuf = malloc(nvsz); in zfs_get_fsacl() 5127 if (nvbuf == NULL) { in zfs_get_fsacl() 5133 zc.zc_nvlist_dst = (uintptr_t)nvbuf; in zfs_get_fsacl() 5143 free(nvbuf); in zfs_get_fsacl() 5173 free(nvbuf); in zfs_get_fsacl() 5183 char *nvbuf; in zfs_set_fsacl() local 5194 nvbuf = malloc(nvsz); in zfs_set_fsacl() 5196 err = nvlist_pack(nvl, &nvbuf, &nvsz, NV_ENCODE_NATIVE, 0); in zfs_set_fsacl() 5200 zc.zc_nvlist_src = (uintptr_t)nvbuf; in zfs_set_fsacl() [all …]
|