| /freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 527 lzc_sync(const char *pool_name, nvlist_t *innvl, nvlist_t **outnvl) in lzc_sync() argument 529 (void) outnvl; in lzc_sync() 1146 nvlist_t *outnvl = NULL; in recv_impl() local 1188 error = lzc_ioctl(ZFS_IOC_RECV_NEW, fsname, innvl, &outnvl); in recv_impl() 1191 error = nvlist_lookup_uint64(outnvl, "read_bytes", in recv_impl() 1195 error = nvlist_lookup_uint64(outnvl, "error_flags", in recv_impl() 1207 if (errors != NULL && outnvl != NULL) { in recv_impl() 1210 if (nvlist_lookup_nvlist(outnvl, "errors", &nvl) == 0) in recv_impl() 1217 fnvlist_free(outnvl); in recv_impl() 1620 uint64_t instrlimit, uint64_t memlimit, nvlist_t *argnvl, nvlist_t **outnvl) in lzc_channel_program_impl() argument [all …]
|
| H A D | libzfs_core.abi | 4003 <parameter type-id='857bb57e' name='outnvl'/> 4221 <parameter type-id='857bb57e' name='outnvl'/> 4243 <parameter type-id='857bb57e' name='outnvl'/> 4249 <parameter type-id='857bb57e' name='outnvl'/> 4255 <parameter type-id='857bb57e' name='outnvl'/> 4332 <parameter type-id='857bb57e' name='outnvl'/>
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 2093 zfs_ioc_pool_scrub(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_pool_scrub() argument 3559 zfs_ioc_pool_get_props(const char *pool, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_pool_get_props() argument 3579 error = spa_prop_get(spa, outnvl); in zfs_ioc_pool_get_props() 3582 outnvl); in zfs_ioc_pool_get_props() 3586 error = spa_prop_get(spa, outnvl); in zfs_ioc_pool_get_props() 3589 outnvl); in zfs_ioc_pool_get_props() 3610 zfs_ioc_vdev_set_props(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_vdev_set_props() argument 3615 if (outnvl == NULL) in zfs_ioc_vdev_set_props() 3623 error = vdev_prop_set(spa, innvl, outnvl); in zfs_ioc_vdev_set_props() 3644 zfs_ioc_vdev_get_props(const char *poolname, nvlist_t *innvl, nvlist_t *outnvl) in zfs_ioc_vdev_get_props() argument [all …]
|
| H A D | vdev.c | 6366 vdev_prop_set(spa_t *spa, nvlist_t *innvl, nvlist_t *outnvl) in vdev_prop_set() argument 6643 vdev_prop_add_list(outnvl, propname, strval, intval, 0); in vdev_prop_set() 6667 vdev_prop_get(spa_t *spa, nvlist_t *innvl, nvlist_t *outnvl) in vdev_prop_get() argument 6732 vdev_prop_add_list(outnvl, propname, strval, 0, in vdev_prop_get() 6740 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get() 6744 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get() 6748 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get() 6752 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get() 6756 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get() 6760 vdev_prop_add_list(outnvl, propname, NULL, in vdev_prop_get() [all …]
|
| H A D | zcp.c | 1036 uint64_t instrlimit, uint64_t memlimit, nvpair_t *nvarg, nvlist_t *outnvl) in zcp_eval() argument 1118 fnvlist_add_string(outnvl, ZCP_RET_ERROR, in zcp_eval() 1134 fnvlist_add_string(outnvl, ZCP_RET_ERROR, errmsg); in zcp_eval() 1145 runinfo.zri_outnvl = outnvl; in zcp_eval()
|
| H A D | dsl_bookmark.c | 792 dsl_get_bookmarks_impl(dsl_dataset_t *ds, nvlist_t *props, nvlist_t *outnvl) in dsl_get_bookmarks_impl() argument 807 fnvlist_add_nvlist(outnvl, dbn->dbn_name, out_props); in dsl_get_bookmarks_impl() 919 dsl_get_bookmarks(const char *dsname, nvlist_t *props, nvlist_t *outnvl) in dsl_get_bookmarks() argument 934 err = dsl_get_bookmarks_impl(ds, props, outnvl); in dsl_get_bookmarks()
|
| H A D | spa.c | 370 spa_prop_add(spa_t *spa, const char *propname, nvlist_t *outnvl) in spa_prop_add() argument 391 spa_prop_add_list(outnvl, prop, NULL, intval, src); in spa_prop_add() 398 nvlist_t *outnvl) in spa_prop_get_nvlist() argument 406 err = spa_prop_add(spa, props[i], outnvl); in spa_prop_get_nvlist()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
| H A D | nvlist_to_lua.c | 86 nvlist_t *outnvl; in test() local 92 10 * 1000 * 1000, 10 * 1024 * 1024, nvl, &outnvl); in test() 95 dump_nvlist(outnvl, 5); in test() 104 nvlist_t *real_outnvl = fnvlist_lookup_nvlist(outnvl, "return"); in test()
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 897 with nvlist_out(output) as outnvl: 899 poolname, program, instrlimit, memlimit, params_nv, outnvl) 942 with nvlist_out(output) as outnvl: 944 poolname, program, instrlimit, memlimit, params_nv, outnvl) 1601 with nvlist_out({}) as outnvl: 1602 ret = _lib.lzc_sync(poolname, innvl, outnvl)
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | vdev.h | 241 extern int vdev_prop_set(spa_t *spa, nvlist_t *innvl, nvlist_t *outnvl); 242 extern int vdev_prop_get(spa_t *spa, nvlist_t *nvprops, nvlist_t *outnvl);
|
| H A D | spa.h | 1254 unsigned int n_props, nvlist_t *outnvl);
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ioctl_os.c | 91 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 D | zfs_main.c | 8462 nvlist_t *outnvl = NULL; in zfs_do_channel_program() local 8583 instrlimit, memlimit, argnvl, &outnvl); in zfs_do_channel_program() 8586 instrlimit, memlimit, argnvl, &outnvl); in zfs_do_channel_program() 8598 if (outnvl != NULL && nvlist_exists(outnvl, ZCP_RET_ERROR)) { in zfs_do_channel_program() 8600 (void) nvlist_lookup_string(outnvl, in zfs_do_channel_program() 8607 (void) nvlist_lookup_uint64(outnvl, in zfs_do_channel_program() 8642 (void) nvlist_print_json(stdout, outnvl); in zfs_do_channel_program() 8643 } else if (nvlist_empty(outnvl)) { in zfs_do_channel_program() 8649 dump_nvlist(outnvl, 4); in zfs_do_channel_program() 8654 fnvlist_free(outnvl); in zfs_do_channel_program()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 5944 nvlist_t **outnvl) in zpool_get_all_vdev_props() argument 5958 ret = lzc_get_vdev_prop(zhp->zpool_name, nvl, outnvl); in zpool_get_all_vdev_props() 5982 nvlist_t *outnvl = NULL; in zpool_set_vdev_prop() local 6023 ret = lzc_set_vdev_prop(zhp->zpool_name, nvl, &outnvl); in zpool_set_vdev_prop() 6027 nvlist_free(outnvl); in zpool_set_vdev_prop()
|
| H A D | libzfs_dataset.c | 2387 nvlist_t *outnvl; in zcp_check() local 2395 10 * 1000 * 1000, 10 * 1024 * 1024, argnvl, &outnvl); in zcp_check() 2398 retnvl = fnvlist_lookup_nvlist(outnvl, "return"); in zcp_check() 2431 nvlist_free(outnvl); in zcp_check()
|
| H A D | libzfs.abi | 7554 <parameter type-id='857bb57e' name='outnvl'/>
|