Home
last modified time | relevance | path

Searched refs:outnvl (Results 1 – 16 of 16) sorted by relevance

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDzfs_ioctl.c1710 zfs_ioc_pool_scrub(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_pool_scrub() argument
3124 zfs_ioc_pool_get_props(const char *pool, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_pool_get_props() argument
3144 error = spa_prop_get(spa, outnvl); in zfs_ioc_pool_get_props()
3147 outnvl); in zfs_ioc_pool_get_props()
3151 error = spa_prop_get(spa, outnvl); in zfs_ioc_pool_get_props()
3154 outnvl); in zfs_ioc_pool_get_props()
3175 zfs_ioc_vdev_set_props(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_vdev_set_props() argument
3187 if (outnvl == NULL) in zfs_ioc_vdev_set_props()
3200 error = vdev_prop_set(vd, innvl, outnvl); in zfs_ioc_vdev_set_props()
3221 zfs_ioc_vdev_get_props(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_vdev_get_props() argument
[all …]
HDvdev.c5976 vdev_prop_set(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl) in vdev_prop_set() argument
6105 vdev_prop_add_list(outnvl, propname, strval, intval, 0); in vdev_prop_set()
6115 vdev_prop_get(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl) in vdev_prop_get() argument
6169 vdev_prop_add_list(outnvl, propname, strval, 0, in vdev_prop_get()
6177 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6181 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6185 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6189 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6193 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6197 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
[all …]
HDzcp.c1040 uint64_t instrlimit, uint64_t memlimit, nvpair_t *nvarg, nvlist_t *outnvl) in zcp_eval() argument
1122 fnvlist_add_string(outnvl, ZCP_RET_ERROR, in zcp_eval()
1138 fnvlist_add_string(outnvl, ZCP_RET_ERROR, errmsg); in zcp_eval()
1149 runinfo.zri_outnvl = outnvl; in zcp_eval()
HDdsl_bookmark.c796 dsl_get_bookmarks_impl(dsl_dataset_t *ds, nvlist_t *props, nvlist_t *outnvl) in dsl_get_bookmarks_impl() argument
811 fnvlist_add_nvlist(outnvl, dbn->dbn_name, out_props); in dsl_get_bookmarks_impl()
924 dsl_get_bookmarks(const char *dsname, nvlist_t *props, nvlist_t *outnvl) in dsl_get_bookmarks() argument
939 err = dsl_get_bookmarks_impl(ds, props, outnvl); in dsl_get_bookmarks()
HDspa.c342 spa_prop_add(spa_t *spa, const char *propname, nvlist_t *outnvl) in spa_prop_add() argument
363 spa_prop_add_list(outnvl, prop, NULL, intval, src); in spa_prop_add()
370 nvlist_t *outnvl) in spa_prop_get_nvlist() argument
378 err = spa_prop_add(spa, props[i], outnvl); in spa_prop_get_nvlist()
/freebsd-head/sys/contrib/openzfs/lib/libzfs_core/
HDlibzfs_core.c491 lzc_sync(const char *pool_name, nvlist_t *innvl, nvlist_t **outnvl) in lzc_sync() argument
493 (void) outnvl; in lzc_sync()
1061 nvlist_t *outnvl = NULL; in recv_impl() local
1103 error = lzc_ioctl(ZFS_IOC_RECV_NEW, fsname, innvl, &outnvl); in recv_impl()
1106 error = nvlist_lookup_uint64(outnvl, "read_bytes", in recv_impl()
1110 error = nvlist_lookup_uint64(outnvl, "error_flags", in recv_impl()
1115 error = nvlist_lookup_nvlist(outnvl, "errors", &nvl); in recv_impl()
1121 fnvlist_free(outnvl); in recv_impl()
1507 uint64_t instrlimit, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl) in lzc_channel_program_impl() argument
1518 error = lzc_ioctl(ZFS_IOC_CHANNEL_PROGRAM, pool, args, outnvl); in lzc_channel_program_impl()
[all …]
HDlibzfs_core.abi2855 <parameter type-id='857bb57e' name='outnvl'/>
3060 <parameter type-id='857bb57e' name='outnvl'/>
3082 <parameter type-id='857bb57e' name='outnvl'/>
3088 <parameter type-id='857bb57e' name='outnvl'/>
3094 <parameter type-id='857bb57e' name='outnvl'/>
3169 <parameter type-id='857bb57e' name='outnvl'/>
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDnvlist_to_lua.c90 nvlist_t *outnvl; in test() local
96 10 * 1000 * 1000, 10 * 1024 * 1024, nvl, &outnvl); in test()
99 dump_nvlist(outnvl, 5); in test()
108 nvlist_t *real_outnvl = fnvlist_lookup_nvlist(outnvl, "return"); in test()
/freebsd-head/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
HD_libzfs_core.py939 with nvlist_out(output) as outnvl:
941 poolname, program, instrlimit, memlimit, params_nv, outnvl)
984 with nvlist_out(output) as outnvl:
986 poolname, program, instrlimit, memlimit, params_nv, outnvl)
1648 with nvlist_out({}) as outnvl:
1649 ret = _lib.lzc_sync(poolname, innvl, outnvl)
/freebsd-head/sys/contrib/openzfs/include/sys/
HDvdev.h230 extern int vdev_prop_set(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl);
231 extern int vdev_prop_get(vdev_t *vd, nvlist_t *nvprops, nvlist_t *outnvl);
HDspa.h1220 unsigned int n_props, nvlist_t *outnvl);
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_ioctl_os.c91 zfs_ioc_nextboot(const char *unused, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_nextboot() argument
/freebsd-head/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c8389 nvlist_t *outnvl = NULL; in zfs_do_channel_program() local
8510 instrlimit, memlimit, argnvl, &outnvl); in zfs_do_channel_program()
8513 instrlimit, memlimit, argnvl, &outnvl); in zfs_do_channel_program()
8525 if (outnvl != NULL && nvlist_exists(outnvl, ZCP_RET_ERROR)) { in zfs_do_channel_program()
8527 (void) nvlist_lookup_string(outnvl, in zfs_do_channel_program()
8534 (void) nvlist_lookup_uint64(outnvl, in zfs_do_channel_program()
8569 (void) nvlist_print_json(stdout, outnvl); in zfs_do_channel_program()
8570 } else if (nvlist_empty(outnvl)) { in zfs_do_channel_program()
8576 dump_nvlist(outnvl, 4); in zfs_do_channel_program()
8581 fnvlist_free(outnvl); in zfs_do_channel_program()
/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c5579 nvlist_t **outnvl) in zpool_get_all_vdev_props() argument
5593 ret = lzc_get_vdev_prop(zhp->zpool_name, nvl, outnvl); in zpool_get_all_vdev_props()
5617 nvlist_t *outnvl = NULL; in zpool_set_vdev_prop() local
5658 ret = lzc_set_vdev_prop(zhp->zpool_name, nvl, &outnvl); in zpool_set_vdev_prop()
5662 nvlist_free(outnvl); in zpool_set_vdev_prop()
HDlibzfs_dataset.c2627 nvlist_t *outnvl; in zcp_check() local
2635 10 * 1000 * 1000, 10 * 1024 * 1024, argnvl, &outnvl); in zcp_check()
2638 retnvl = fnvlist_lookup_nvlist(outnvl, "return"); in zcp_check()
2671 nvlist_free(outnvl); in zcp_check()
HDlibzfs.abi6968 <parameter type-id='857bb57e' name='outnvl'/>