MCPcopy Create free account
hub / github.com/F-Stack/f-stack / fnvlist_add_boolean

Function fnvlist_add_boolean

freebsd/contrib/openzfs/module/nvpair/fnvpair.c:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void
131fnvlist_add_boolean(nvlist_t *nvl, const char *name)
132{
133 VERIFY0(nvlist_add_boolean(nvl, name));
134}
135
136void
137fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val)

Callers 15

zcp_lua_to_nvlist_implFunction · 0.85
spa_activate_mos_featureFunction · 0.85
zfs_ioc_recv_implFunction · 0.85
zcp_synctask_snapshotFunction · 0.85
spa_config_generateFunction · 0.85
get_clones_stat_implFunction · 0.85
spa_ld_check_featuresFunction · 0.85

Calls 1

nvlist_add_booleanFunction · 0.85

Tested by 13

user_release_oneFunction · 0.68
run_testsFunction · 0.68
test_snapshotFunction · 0.68
test_destroy_snapsFunction · 0.68
test_get_bookmarksFunction · 0.68
test_destroy_bookmarksFunction · 0.68
test_releaseFunction · 0.68
test_send_newFunction · 0.68
test_recv_newFunction · 0.68
test_send_spaceFunction · 0.68
test_load_keyFunction · 0.68
test_redactFunction · 0.68