Home
last modified time | relevance | path

Searched refs:nvlist_move_string (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dnv_namespace.h166 #define nvlist_move_string FreeBSD_nvlist_move_string macro
H A Dnv.h171 void nvlist_move_string(nvlist_t *nvl, const char *name, char *value);
/freebsd/lib/libcasper/services/cap_net/
H A Dcap_net.c937 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 Dcap_fileargs.c687 nvlist_move_string(nvlout, "realpath", resolvedpath); in fileargs_command_realpath()
/freebsd/usr.sbin/ctladm/
H A Dctladm.c3361 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 Dnv_tests.cc673 nvlist_move_string(nvl, key, value); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/libnv/
H A Dnvlist.c1670 nvlist_move_string(nvlist_t *nvl, const char *name, char *value) in nvlist_move_string() function
/freebsd/share/man/man9/
H A DMakefile1738 nv.9 nvlist_move_string.9 \