Home
last modified time | relevance | path

Searched defs:nvl (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/
Dopensolaris_fnvpair.c56 nvlist_t *nvl; in fnvlist_alloc() local
62 fnvlist_free(nvlist_t *nvl) in fnvlist_free()
68 fnvlist_size(nvlist_t *nvl) in fnvlist_size()
80 fnvlist_pack(nvlist_t *nvl, size_t *sizep) in fnvlist_pack()
108 fnvlist_dup(nvlist_t *nvl) in fnvlist_dup()
122 fnvlist_num_pairs(nvlist_t *nvl) in fnvlist_num_pairs()
134 fnvlist_add_boolean(nvlist_t *nvl, const char *name) in fnvlist_add_boolean()
140 fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val) in fnvlist_add_boolean_value()
146 fnvlist_add_byte(nvlist_t *nvl, const char *name, uchar_t val) in fnvlist_add_byte()
152 fnvlist_add_int8(nvlist_t *nvl, const char *name, int8_t val) in fnvlist_add_int8()
[all …]
Dopensolaris_nvpair.c178 nvlist_lookup_nv_alloc(nvlist_t *nvl) in nvlist_lookup_nv_alloc()
254 nvlist_init(nvlist_t *nvl, uint32_t nvflag, nvpriv_t *priv) in nvlist_init()
264 nvlist_nvflag(nvlist_t *nvl) in nvlist_nvflag()
310 nvp_buf_alloc(nvlist_t *nvl, size_t len) in nvp_buf_alloc()
335 nvp_buf_free(nvlist_t *nvl, nvpair_t *nvp) in nvp_buf_free()
347 nvp_buf_link(nvlist_t *nvl, nvpair_t *nvp) in nvp_buf_link()
366 nvp_buf_unlink(nvlist_t *nvl, nvpair_t *nvp) in nvp_buf_unlink()
559 nvlist_free(nvlist_t *nvl) in nvlist_free()
589 nvlist_contains_nvp(nvlist_t *nvl, nvpair_t *nvp) in nvlist_contains_nvp()
609 nvlist_dup(nvlist_t *nvl, nvlist_t **nvlp, int kmflag) in nvlist_dup()
[all …]
/freebsd-10-stable/lib/libnv/tests/
Dnv_tests.cc45 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
65 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
95 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
127 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
160 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
197 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
240 nvlist_t *nvl, *parent; in ATF_TEST_CASE_BODY() local
256 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
301 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
318 nvlist_t *nvl, *clone; in ATF_TEST_CASE_BODY() local
[all …]
Ddnv_tests.cc37 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
56 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
76 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
95 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
114 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
135 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
159 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
180 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
208 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
229 nvlist_t *nvl; in ATF_TEST_CASE_BODY() local
[all …]
Dnvlist_send_recv_test.c60 nvlist_t *nvl; in child() local
91 nvlist_t *nvl; in parent() local
Dnvlist_free_test.c50 nvlist_t *nvl; in main() local
Dnvlist_exists_test.c50 nvlist_t *nvl; in main() local
Dnvlist_add_test.c52 nvlist_t *nvl; in main() local
Dnvlist_get_test.c56 nvlist_t *nvl; in main() local
Dnvlist_move_test.c54 nvlist_t *nvl; in main() local
/freebsd-10-stable/sys/kern/
Dsubr_nvlist.c103 #define NVLIST_ASSERT(nvl) do { \ argument
127 nvlist_t *nvl; in nvlist_create() local
142 nvlist_destroy(nvlist_t *nvl) in nvlist_destroy()
165 nvlist_set_error(nvlist_t *nvl, int error) in nvlist_set_error()
179 nvlist_error(const nvlist_t *nvl) in nvlist_error()
191 nvlist_get_nvpair_parent(const nvlist_t *nvl) in nvlist_get_nvpair_parent()
200 nvlist_get_parent(const nvlist_t *nvl, void **cookiep) in nvlist_get_parent()
216 nvlist_set_parent(nvlist_t *nvl, nvpair_t *parent) in nvlist_set_parent()
225 nvlist_empty(const nvlist_t *nvl) in nvlist_empty()
235 nvlist_flags(const nvlist_t *nvl) in nvlist_flags()
[all …]
Dsubr_nvpair.c141 nvpair_insert(struct nvl_head *head, nvpair_t *nvp, nvlist_t *nvl) in nvpair_insert()
155 nvlist_t *nvl; in nvpair_remove_nvlist() local
164 nvpair_remove(struct nvl_head *head, nvpair_t *nvp, const nvlist_t *nvl) in nvpair_remove()
825 nvlist_t *nvl; in nvpair_create_nvlist() local
/freebsd-10-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
Dioctl.c75 nvl2py(nvlist_t *nvl) in nvl2py()
132 nvlist_t *nvl; in dict2nvl() local
188 add_ds_props(zfs_cmd_t *zc, PyObject *nvl) in add_ds_props()
213 nvlist_t *nvl; in ioctl_with_dstnv() local
237 PyObject *nvl; in py_next_dataset() local
273 PyObject *nvl; in py_dataset_props() local
294 PyObject *nvl; in py_get_fsacl() local
316 nvlist_t *nvl; in py_set_fsacl() local
353 PyObject *nvl; in py_get_holds() local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_history.c200 nvlist_t *nvl = arg; in spa_history_log_sync() local
291 nvlist_t *nvl = fnvlist_alloc(); in spa_history_log() local
300 spa_history_log_nvl(spa_t *spa, nvlist_t *nvl) in spa_history_log_nvl()
437 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, in log_internal()
505 nvlist_t *nvl = fnvlist_alloc(); in spa_history_log_internal_ds() local
524 nvlist_t *nvl = fnvlist_alloc(); in spa_history_log_internal_dd() local
Dspa_config.c144 spa_config_clean(nvlist_t *nvl) in spa_config_clean()
164 spa_config_write(spa_config_dirent_t *dp, nvlist_t *nvl) in spa_config_write()
230 nvlist_t *nvl; in spa_config_sync() local
Ddsl_prop.c771 nvlist_t *nvl = fnvlist_alloc(); in dsl_prop_set_int() local
784 nvlist_t *nvl = fnvlist_alloc(); in dsl_prop_set_string() local
797 nvlist_t *nvl = fnvlist_alloc(); in dsl_prop_inherit() local
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
Dlibzfs_core_compat.c35 nvlist_t *nvl = NULL; in lzc_compat_pre() local
173 nvlist_t *nvl; in lzc_compat_outnvl() local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/zfs/
Dzfs_ioctl_compat.c887 zfs_ioctl_compat_get_nvlist(uint64_t nvl, size_t size, int iflag, in zfs_ioctl_compat_get_nvlist()
925 zfs_ioctl_compat_put_nvlist(zfs_cmd_t *zc, nvlist_t *nvl) in zfs_ioctl_compat_put_nvlist()
953 zfs_ioctl_compat_fix_stats_nvlist(nvlist_t *nvl) in zfs_ioctl_compat_fix_stats_nvlist()
1192 nvlist_t *nvl, *tmpnvl, *hnvl; in zfs_ioctl_compat_innvl() local
Dzfs_comutil.c69 zpool_get_rewind_policy(nvlist_t *nvl, zpool_rewind_policy_t *zrpp) in zpool_get_rewind_policy()
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libnvpair/
Dlibnvpair.c115 #define RENDER(pctl, type, nvl, name, val) \ argument
129 #define ARENDER(pctl, type, nvl, name, arrp, count) \ argument
259 nvlist_t *nvl, const char *name, nvlist_t *value) in nvprint_nvlist()
279 nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) in nvaprint_nvlist_array()
564 nvlist_print_with_indent(nvlist_t *nvl, nvlist_prtctl_t pctl) in nvlist_print_with_indent()
755 nvlist_print(FILE *fp, nvlist_t *nvl) in nvlist_print()
764 nvlist_prt(nvlist_t *nvl, nvlist_prtctl_t pctl) in nvlist_prt()
Dnvpair_json.c117 nvlist_print_json(FILE *fp, nvlist_t *nvl) in nvlist_print_json()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dnvpair.h121 #define NVL_VERSION(nvl) ((nvl)->nvl_version) argument
122 #define NVL_SIZE(nvl) ((nvl)->nvl_size) argument
123 #define NVL_FLAG(nvl) ((nvl)->nvl_flag) argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
Dfm.c120 nvlist_t *nvl = errorq_elem_nvl(ereport_errorq, eep); in fm_drain() local
218 fm_nvprintr(nvlist_t *nvl, int d, int c, int cols) in fm_nvprintr()
353 fm_nvprint(nvlist_t *nvl) in fm_nvprint()
622 nvlist_t *nvl; in fm_nvlist_create() local
655 fm_nvlist_destroy(nvlist_t *nvl, int flag) in fm_nvlist_destroy()
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_dataset.c207 nvlist_t *nvl; in process_user_props() local
863 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, in zfs_valid_proplist()
1386 zfs_add_synthetic_resv(zfs_handle_t *zhp, nvlist_t *nvl) in zfs_add_synthetic_resv()
1531 nvlist_t *nvl = NULL; in zfs_prop_set() local
1565 nvlist_t *nvl; in zfs_prop_set_list() local
3404 nvlist_t *nvl; member
4417 nvlist_t *nvl; member
4653 zfs_get_fsacl(zfs_handle_t *zhp, nvlist_t **nvl) in zfs_get_fsacl()
4720 zfs_set_fsacl(zfs_handle_t *zhp, boolean_t un, nvlist_t *nvl) in zfs_set_fsacl()
4774 zfs_get_holds(zfs_handle_t *zhp, nvlist_t **nvl) in zfs_get_holds()
Dlibzfs_util.c793 nvlist_t *nvl) in zcmd_write_nvlist_com()
812 zcmd_write_conf_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t *nvl) in zcmd_write_conf_nvlist()
819 zcmd_write_src_nvlist(libzfs_handle_t *hdl, zfs_cmd_t *zc, nvlist_t *nvl) in zcmd_write_src_nvlist()

12