Searched refs:nvlist_move_nvlist (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/lib/libnv/
H A DMakefile69 nv.3 nvlist_move_nvlist.3 \
/freebsd-10-stable/lib/libnv/tests/
H A Ddnv_tests.cc168 nvlist_move_nvlist(nvl, key, value);
190 nvlist_move_nvlist(nvl, key, nvlist_create(0));
424 nvlist_move_nvlist(nvl, key, value);
456 nvlist_move_nvlist(nvl, "key", nvlist_create(0));
H A Dnv_tests.cc364 nvlist_move_nvlist(nvl, test_subnvlist_key, sublist);
526 nvlist_move_nvlist(nvl, nvkey, nvvalue);
653 nvlist_move_nvlist(parent, "test", NULL);
669 nvlist_move_nvlist(parent, "test", nvl);
689 nvlist_move_nvlist(nvl, key, value);
759 nvlist_move_nvlist(nvl, otherkey2, otherval2);
892 nvlist_move_nvlist(nvl, testkey, testval);
912 nvlist_move_nvlist(nvl, testkey, testval);
916 nvlist_move_nvlist(nvl, otherkey1, otherval1);
H A Dnvlist_move_test.c132 nvlist_move_nvlist(nvl, "nvlist/nvlist", ptr);
H A Dnvlist_send_recv_test.c80 nvlist_move_nvlist(nvl, "nvlist/nvlist/empty", empty);
/freebsd-10-stable/sys/sys/
H A Dnv.h144 void nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value);
/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dnvpair.h153 #define nvlist_move_nvlist illumos_nvlist_move_nvlist macro
/freebsd-10-stable/sys/kern/
H A Dsubr_nvlist.c1285 nvlist_move_nvlist(nvlist_t *nvl, const char *name, nvlist_t *value) function

Completed in 140 milliseconds