Searched refs:ZCP_RET_ERROR (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 452 zcp_lua_to_nvlist(state, 1, nvl, ZCP_RET_ERROR); in zcp_convert_return_values() 896 ZCP_RET_ERROR, &ri->zri_result); in zcp_eval_impl() 919 ZCP_RET_ERROR, &ri->zri_result); in zcp_eval_impl() 944 ZCP_RET_ERROR, &ri->zri_result); in zcp_eval_impl() 967 ZCP_RET_ERROR, &ri->zri_result); in zcp_pool_error() 1121 fnvlist_add_string(outnvl, ZCP_RET_ERROR, in zcp_eval() 1137 fnvlist_add_string(outnvl, ZCP_RET_ERROR, errmsg); in zcp_eval()
|
| H A D | dsl_destroy.c | 660 (void) nvlist_lookup_string(result, ZCP_RET_ERROR, &errorstr); in dsl_destroy_snapshots_nvl()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 1526 #define ZCP_RET_ERROR "error" macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 7999 if (outnvl != NULL && nvlist_exists(outnvl, ZCP_RET_ERROR)) { in zfs_do_channel_program() 8001 ZCP_RET_ERROR, &errstring); in zfs_do_channel_program()
|