Searched refs:nvlist_move_binary (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | nv_namespace.h | 158 #define nvlist_move_binary FreeBSD_nvlist_move_binary macro
|
| H A D | nv.h | 173 void nvlist_move_binary(nvlist_t *nvl, const char *name, void *value, size_t size);
|
| /freebsd/lib/libnv/tests/ |
| H A D | nv_tests.cc | 565 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 D | nvlist.c | 1733 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 D | Makefile | 1733 nv.9 nvlist_move_binary.9 \
|