Home
last modified time | relevance | path

Searched refs:nvlist_create (Results 1 – 12 of 12) sorted by relevance

/trueos/lib/libnv/tests/
HDdnv_tests.cc41 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
60 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
80 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
99 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
119 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
141 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
165 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
168 value = nvlist_create(0); in ATF_TEST_CASE_BODY()
190 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
191 dummy = nvlist_create(0); in ATF_TEST_CASE_BODY()
[all …]
HDnv_tests.cc49 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
71 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
102 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
137 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
172 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
211 sublist = nvlist_create(0); in ATF_TEST_CASE_BODY()
212 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
251 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
252 parent = nvlist_create(0); in ATF_TEST_CASE_BODY()
277 nvl = nvlist_create(0); in ATF_TEST_CASE_BODY()
[all …]
HDnvlist_move_test.c61 nvl = nvlist_create(0); in main()
HDnvlist_add_test.c56 nvl = nvlist_create(0); in main()
HDnvlist_get_test.c63 nvl = nvlist_create(0); in main()
HDnvlist_free_test.c54 nvl = nvlist_create(0); in main()
HDnvlist_send_recv_test.c62 nvl = nvlist_create(0); in child()
HDnvlist_exists_test.c54 nvl = nvlist_create(0); in main()
/trueos/lib/libnv/
HDMakefile25 MLINKS+=nv.3 nvlist_create.3 \
/trueos/sys/kern/
HDsubr_nvlist.c127 nvlist_create(int flags) in nvlist_create() function
419 newnvl = nvlist_create(nvl->nvl_flags & NV_FLAG_PUBLIC_MASK); in nvlist_clone()
935 nvl = retnvl = nvlist_create(0); in nvlist_xunpack()
HDsubr_nvpair.c620 value = nvlist_create(0); in nvpair_unpack_nvlist()
/trueos/sys/sys/
HDnv.h90 nvlist_t *nvlist_create(int flags);