Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c1700 zfs_ioc_pool_scrub(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_pool_scrub() argument
3088 zfs_ioc_pool_get_props(const char *pool, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_pool_get_props() argument
3108 error = spa_prop_get(spa, outnvl); in zfs_ioc_pool_get_props()
3111 outnvl); in zfs_ioc_pool_get_props()
3115 error = spa_prop_get(spa, outnvl); in zfs_ioc_pool_get_props()
3118 outnvl); in zfs_ioc_pool_get_props()
3139 zfs_ioc_vdev_set_props(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_vdev_set_props() argument
3151 if (outnvl == NULL) in zfs_ioc_vdev_set_props()
3164 error = vdev_prop_set(vd, innvl, outnvl); in zfs_ioc_vdev_set_props()
3185 zfs_ioc_vdev_get_props(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_vdev_get_props() argument
[all …]
H A Dvdev.c5937 vdev_prop_set(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl) in vdev_prop_set() argument
6066 vdev_prop_add_list(outnvl, propname, strval, intval, 0); in vdev_prop_set()
6076 vdev_prop_get(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl) in vdev_prop_get() argument
6130 vdev_prop_add_list(outnvl, propname, strval, 0, in vdev_prop_get()
6138 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6142 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6146 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6150 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6154 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
6158 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get()
[all …]
H A Dzcp.c1039 uint64_t instrlimit, uint64_t memlimit, nvpair_t *nvarg, nvlist_t *outnvl) in zcp_eval() argument
1121 fnvlist_add_string(outnvl, ZCP_RET_ERROR, in zcp_eval()
1137 fnvlist_add_string(outnvl, ZCP_RET_ERROR, errmsg); in zcp_eval()
1145 runinfo.zri_outnvl = outnvl; in zcp_eval()
H A Ddsl_bookmark.c795 dsl_get_bookmarks_impl(dsl_dataset_t *ds, nvlist_t *props, nvlist_t *outnvl) in dsl_get_bookmarks_impl() argument
810 fnvlist_add_nvlist(outnvl, dbn->dbn_name, out_props); in dsl_get_bookmarks_impl()
923 dsl_get_bookmarks(const char *dsname, nvlist_t *props, nvlist_t *outnvl) in dsl_get_bookmarks() argument
938 err = dsl_get_bookmarks_impl(ds, props, outnvl); in dsl_get_bookmarks()
H A Dspa.c341 spa_prop_add(spa_t *spa, const char *propname, nvlist_t *outnvl) in spa_prop_add() argument
362 spa_prop_add_list(outnvl, prop, NULL, intval, src); in spa_prop_add()
369 nvlist_t *outnvl) in spa_prop_get_nvlist() argument
377 err = spa_prop_add(spa, props[i], outnvl); in spa_prop_get_nvlist()
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.c490 lzc_sync(const char *pool_name, nvlist_t *innvl, nvlist_t **outnvl) in lzc_sync() argument
492 (void) outnvl; in lzc_sync()
1060 nvlist_t *outnvl = NULL; in recv_impl() local
1102 error = lzc_ioctl(ZFS_IOC_RECV_NEW, fsname, innvl, &outnvl); in recv_impl()
1105 error = nvlist_lookup_uint64(outnvl, "read_bytes", in recv_impl()
1109 error = nvlist_lookup_uint64(outnvl, "error_flags", in recv_impl()
1114 error = nvlist_lookup_nvlist(outnvl, "errors", &nvl); in recv_impl()
1120 fnvlist_free(outnvl); in recv_impl()
1506 uint64_t instrlimit, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl) in lzc_channel_program_impl() argument
1517 error = lzc_ioctl(ZFS_IOC_CHANNEL_PROGRAM, pool, args, outnvl); in lzc_channel_program_impl()
[all …]
H A Dlibzfs_core.abi2882 <parameter type-id='857bb57e' name='outnvl'/>
3087 <parameter type-id='857bb57e' name='outnvl'/>
3109 <parameter type-id='857bb57e' name='outnvl'/>
3115 <parameter type-id='857bb57e' name='outnvl'/>
3121 <parameter type-id='857bb57e' name='outnvl'/>
3196 <parameter type-id='857bb57e' name='outnvl'/>
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dnvlist_to_lua.c89 nvlist_t *outnvl; in test() local
95 10 * 1000 * 1000, 10 * 1024 * 1024, nvl, &outnvl); in test()
98 dump_nvlist(outnvl, 5); in test()
107 nvlist_t *real_outnvl = fnvlist_lookup_nvlist(outnvl, "return"); in test()
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py938 with nvlist_out(output) as outnvl:
940 poolname, program, instrlimit, memlimit, params_nv, outnvl)
983 with nvlist_out(output) as outnvl:
985 poolname, program, instrlimit, memlimit, params_nv, outnvl)
1647 with nvlist_out({}) as outnvl:
1648 ret = _lib.lzc_sync(poolname, innvl, outnvl)
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev.h225 extern int vdev_prop_set(vdev_t *vd, nvlist_t *innvl, nvlist_t *outnvl);
226 extern int vdev_prop_get(vdev_t *vd, nvlist_t *nvprops, nvlist_t *outnvl);
H A Dspa.h1223 unsigned int n_props, nvlist_t *outnvl);
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ioctl_os.c90 zfs_ioc_nextboot(const char *unused, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_nextboot() argument
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c8384 nvlist_t *outnvl = NULL; in zfs_do_channel_program() local
8505 instrlimit, memlimit, argnvl, &outnvl); in zfs_do_channel_program()
8508 instrlimit, memlimit, argnvl, &outnvl); in zfs_do_channel_program()
8520 if (outnvl != NULL && nvlist_exists(outnvl, ZCP_RET_ERROR)) { in zfs_do_channel_program()
8522 (void) nvlist_lookup_string(outnvl, in zfs_do_channel_program()
8529 (void) nvlist_lookup_uint64(outnvl, in zfs_do_channel_program()
8564 (void) nvlist_print_json(stdout, outnvl); in zfs_do_channel_program()
8565 } else if (nvlist_empty(outnvl)) { in zfs_do_channel_program()
8571 dump_nvlist(outnvl, 4); in zfs_do_channel_program()
8576 fnvlist_free(outnvl); in zfs_do_channel_program()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c5565 nvlist_t **outnvl) in zpool_get_all_vdev_props() argument
5579 ret = lzc_get_vdev_prop(zhp->zpool_name, nvl, outnvl); in zpool_get_all_vdev_props()
5603 nvlist_t *outnvl = NULL; in zpool_set_vdev_prop() local
5644 ret = lzc_set_vdev_prop(zhp->zpool_name, nvl, &outnvl); in zpool_set_vdev_prop()
5648 nvlist_free(outnvl); in zpool_set_vdev_prop()
H A Dlibzfs_dataset.c2620 nvlist_t *outnvl; in zcp_check() local
2628 10 * 1000 * 1000, 10 * 1024 * 1024, argnvl, &outnvl); in zcp_check()
2631 retnvl = fnvlist_lookup_nvlist(outnvl, "return"); in zcp_check()
2664 nvlist_free(outnvl); in zcp_check()
H A Dlibzfs.abi6986 <parameter type-id='857bb57e' name='outnvl'/>