Home
last modified time | relevance | path

Searched refs:nvlist (Results 1 – 21 of 21) sorted by relevance

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_nvlist.py75 nvlist = _ffi.gc(nvlistp[0], _lib.nvlist_free)
76 _dict_to_nvlist(props, nvlist)
77 return nvlist
170 def _nvlist_add_array(nvlist, key, array): argument
220 ret = cfunc(nvlist, key, array, len(array))
225 ret = cfunc(nvlist, key, array, len(array))
232 def _nvlist_to_dict(nvlist, props): argument
266 def _dict_to_nvlist(props, nvlist): argument
274 _nvlist_add_array(nvlist, k, v)
284 ret = cfunc(nvlist, k, v)
[all …]
H A D_libzfs_core.py125 nvlist = nvlist_in(props)
160 nvlist = nvlist_in(props)
334 nvlist = nvlist_in(bookmarks)
371 nvlist = nvlist_in(props_dict)
484 nvlist = nvlist_in(holds)
803 nvlist = nvlist_in(props)
865 nvlist = nvlist_in(props)
1059 nvlist = nvlist_in(props)
1146 nvlist = nvlist_in(props)
1296 nvlist = nvlist_in(props)
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_destroy.h34 struct nvlist;
39 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t,
40 struct nvlist *);
H A Ddmu.h72 struct nvlist;
337 int dsl_destroy_snapshots_nvl(struct nvlist *snaps, boolean_t defer,
338 struct nvlist *errlist);
954 void dmu_objset_stats(objset_t *os, struct nvlist *nv);
H A Dnvpair.h85 typedef struct nvlist { struct
/f-stack/freebsd/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c207 const char *passphrase, nvlist_t *nvlist) in prepare_passphrase() argument
215 if (nvlist != NULL) { in prepare_passphrase()
236 if (nvlist_add_uint64(nvlist, in prepare_passphrase()
290 nvlist_t *nvlist = fnvlist_alloc(); in change_key() local
293 nvlist_free(nvlist); in change_key()
297 if (nvlist_add_string(nvlist, in change_key()
302 nvlist_free(nvlist); in change_key()
306 if (nvlist_add_uint64(nvlist, in change_key()
311 nvlist_free(nvlist); in change_key()
320 nvlist_free(nvlist); in change_key()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_util.c24 lzbe_bootenv_print(const char *pool, const char *nvlist, FILE *of) in lzbe_bootenv_print() argument
32 rv = lzbe_nvlist_get(pool, nvlist, (void **)&nv); in lzbe_bootenv_print()
H A Dlibzfsbootenv.abi207 …<parameter type-id='type-id-9' name='nvlist' filepath='/home/fedora/zfs/lib/libzfsbootenv/lzbe_uti…
/f-stack/freebsd/sys/
H A Ddnv.h48 struct nvlist;
50 typedef struct nvlist nvlist_t;
H A Dcnv.h45 struct nvlist;
47 typedef struct nvlist nvlist_t;
H A Dnv.h49 struct nvlist;
51 typedef struct nvlist nvlist_t;
/f-stack/freebsd/contrib/libnv/
H A Ddnvlist.c71 DNVLIST_GET(const nvlist_t *, nvlist) in DNVLIST_GET()
108 DNVLIST_TAKE(nvlist_t *, nvlist) in DNVLIST_TAKE()
H A Dcnvlist.c87 CNVLIST_GET(const nvlist_t *, nvlist, NVLIST) in CNVLIST_GET()
146 CNVLIST_TAKE(nvlist_t *, nvlist, NVLIST)
208 CNVLIST_FREE(nvlist)
H A Dnvlist.c98 struct nvlist { struct
1446 NVLIST_EXISTS(nvlist, NVLIST) in NVLIST_EXISTS()
1581 NVLIST_ADD(const nvlist_t *, nvlist)
1612 NVLIST_ADD_ARRAY(const nvlist_t * const *, nvlist) in NVLIST_ADD_ARRAY()
1643 NVLIST_APPEND_ARRAY(const nvlist_t *, nvlist, NVLIST)
1905 NVLIST_GET(const nvlist_t *, nvlist, NVLIST) in NVLIST_GET()
1940 NVLIST_GET_ARRAY(const nvlist_t * const *, nvlist, NVLIST) in NVLIST_GET_ARRAY()
1966 NVLIST_TAKE(nvlist_t *, nvlist, NVLIST)
2009 NVLIST_TAKE_ARRAY(nvlist_t **, nvlist, NVLIST) in NVLIST_TAKE_ARRAY()
2044 NVLIST_FREE(nvlist, NVLIST) in NVLIST_FREE()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c81 nvlist_t *nvlist, *child; in spa_config_load() local
127 if (nvlist_unpack(buf, fsize, &nvlist, KM_SLEEP) != 0) in spa_config_load()
136 while ((nvpair = nvlist_next_nvpair(nvlist, nvpair)) != NULL) { in spa_config_load()
148 nvlist_free(nvlist); in spa_config_load()
/f-stack/freebsd/contrib/openzfs/include/
H A Dzfs_deleg.h90 int zfs_deleg_verify_nvlist(nvlist_t *nvlist);
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c444 NVLIST_PRINTCTL_REPLACE(nvlist, nvlist_t *)
739 RENDER(pctl, nvlist, nvl, name, val); in nvlist_print_with_indent()
H A Dlibnvpair.abi328 …<class-decl name='nvlist' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../…
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c4743 nvlist_t *nvlist = NULL; in zfs_smb_acl_mgmt() local
4751 if (nvlist_alloc(&nvlist, NV_UNIQUE_NAME, 0) != 0) { in zfs_smb_acl_mgmt()
4763 if (nvlist_add_string(nvlist, ZFS_SMB_ACL_SRC, in zfs_smb_acl_mgmt()
4768 if (nvlist_add_string(nvlist, ZFS_SMB_ACL_TARGET, in zfs_smb_acl_mgmt()
4773 if (zcmd_write_src_nvlist(hdl, &zc, nvlist) != 0) { in zfs_smb_acl_mgmt()
4774 nvlist_free(nvlist); in zfs_smb_acl_mgmt()
4784 nvlist_free(nvlist); in zfs_smb_acl_mgmt()
H A Dlibzfs.abi849 …<class-decl name='nvlist' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../…
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi349 …<class-decl name='nvlist' size-in-bits='192' is-struct='yes' visibility='default' filepath='../../…