Home
last modified time | relevance | path

Searched refs:nvlist_move_binary (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dnv_namespace.h158 #define nvlist_move_binary FreeBSD_nvlist_move_binary macro
H A Dnv.h173 void nvlist_move_binary(nvlist_t *nvl, const char *name, void *value, size_t size);
/freebsd/lib/libnv/tests/
H A Dnv_tests.cc565 nvlist_move_binary(nvl, binkey, binvalue, binsize); in ATF_TEST_CASE_BODY()
744 nvlist_move_binary(nvl, key, value, size); in ATF_TEST_CASE_BODY()
980 nvlist_move_binary(nvl, testkey, testval, testsize); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c1733 nvlist_move_binary(nvlist_t *nvl, const char *name, void *value, size_t size) in nvlist_move_binary() function
/freebsd/share/man/man9/
H A DMakefile1733 nv.9 nvlist_move_binary.9 \