Searched refs:nvlist_move_string (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | nv_namespace.h | 166 #define nvlist_move_string FreeBSD_nvlist_move_string macro
|
| H A D | nv.h | 171 void nvlist_move_string(nvlist_t *nvl, const char *name, char *value);
|
| /freebsd/lib/libcasper/services/cap_net/ |
| H A D | cap_net.c | 937 nvlist_move_string(nvlout, "host", host); in net_getnameinfo() 939 nvlist_move_string(nvlout, "serv", serv); in net_getnameinfo()
|
| /freebsd/lib/libcasper/services/cap_fileargs/ |
| H A D | cap_fileargs.c | 687 nvlist_move_string(nvlout, "realpath", resolvedpath); in fileargs_command_realpath()
|
| /freebsd/usr.sbin/ctladm/ |
| H A D | ctladm.c | 3361 nvlist_move_string(cur_lun->attr_list, name, str); in cctl_end_element() 3630 nvlist_move_string(cur_port->host_list, idname, str); in cctl_end_pelement() 3638 nvlist_move_string(cur_port->init_list, idname, str); in cctl_end_pelement() 3646 nvlist_move_string(cur_port->lun_list, idname, str); in cctl_end_pelement() 3652 nvlist_move_string(cur_port->attr_list, name, str); in cctl_end_pelement()
|
| /freebsd/lib/libnv/tests/ |
| H A D | nv_tests.cc | 673 nvlist_move_string(nvl, key, value); in ATF_TEST_CASE_BODY()
|
| /freebsd/sys/contrib/libnv/ |
| H A D | nvlist.c | 1670 nvlist_move_string(nvlist_t *nvl, const char *name, char *value) in nvlist_move_string() function
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 1738 nv.9 nvlist_move_string.9 \
|