Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fnvlist_add_string
Function
fnvlist_add_string
freebsd/contrib/openzfs/module/nvpair/fnvpair.c:196–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
}
195
196
void
197
fnvlist_add_string(nvlist_t *nvl, const char *name, const char *val)
198
{
199
VERIFY0(nvlist_add_string(nvl, name, val));
200
}
201
202
void
203
fnvlist_add_nvlist(nvlist_t *nvl, const char *name, nvlist_t *val)
Callers
15
vdev_rebuild_log_notify
Function · 0.85
zcp_lua_to_nvlist_impl
Function · 0.85
zcp_eval
Function · 0.85
zfsdev_ioctl_common
Function · 0.85
zcp_synctask_bookmark
Function · 0.85
spa_config_generate
Function · 0.85
get_receive_resume_stats_impl
Function · 0.85
dsl_dataset_rollback_sync
Function · 0.85
zcp_set_user_prop
Function · 0.85
zcp_set_prop_check
Function · 0.85
spa_activity_check
Function · 0.85
spa_create
Function · 0.85
Calls
1
nvlist_add_string
Function · 0.85
Tested by
15
ztest_dataset_create
Function · 0.68
ztest_dmu_snapshot_hold
Function · 0.68
run_tests
Function · 0.68
lzc_ioctl_test
Function · 0.68
test_log_history
Function · 0.68
test_snapshot
Function · 0.68
test_space_snaps
Function · 0.68
test_bookmark
Function · 0.68
test_clone
Function · 0.68
test_rollback
Function · 0.68
test_hold
Function · 0.68
test_send_new
Function · 0.68