Searched refs:nvlist_add_stringf (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/lib/libnv/tests/ |
| H A D | nvlist_add_test.c | 119 nvlist_add_stringf(nvl, "nvlist/stringf/", "%s", ""); in main() 124 nvlist_add_stringf(nvl, "nvlist/stringf/x", "%s", "x"); in main() 129 nvlist_add_stringf(nvl, "nvlist/stringf/666Xabc", "%d%c%s", 666, 'X', "abc"); in main()
|
| /freebsd-12.1/usr.sbin/ctld/ |
| H A D | kernel.c | 993 nvlist_add_stringf(req.args_nvl, in kernel_port_add() 1009 nvlist_add_stringf(req.args_nvl, "pp", "%d", in kernel_port_add() 1011 nvlist_add_stringf(req.args_nvl, "vp", "%d", in kernel_port_add() 1156 nvlist_add_stringf(req.args_nvl, "port_id", "%d", in kernel_port_remove() 1161 nvlist_add_stringf(req.args_nvl, in kernel_port_remove()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | nvpair.h | 56 #define nvlist_add_stringf illumos_nvlist_add_stringf macro
|
| /freebsd-12.1/sys/sys/ |
| H A D | nv.h | 150 void nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...) __printflike(3,…
|
| /freebsd-12.1/sys/contrib/libnv/ |
| H A D | nvlist.c | 1480 nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...) in nvlist_add_stringf() function
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 1479 nv.9 nvlist_add_stringf.9 \
|
| /freebsd-12.1/usr.sbin/ctladm/ |
| H A D | ctladm.c | 586 nvlist_add_stringf(option_list, "port_id", "%d", in cctl_port()
|
| /freebsd-12.1/ |
| H A D | ObsoleteFiles.inc | 3814 OLD_FILES+=usr/share/man/man3/nvlist_add_stringf.3.gz
|