Searched refs:nvlist_add_stringf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/lib/libnv/tests/ |
| H A D | nvlist_add_test.c | 116 nvlist_add_stringf(nvl, "nvlist/stringf/", "%s", ""); in main() 121 nvlist_add_stringf(nvl, "nvlist/stringf/x", "%s", "x"); in main() 126 nvlist_add_stringf(nvl, "nvlist/stringf/666Xabc", "%d%c%s", 666, 'X', "abc"); in main()
|
| /freebsd-14.2/usr.sbin/ctld/ |
| H A D | kernel.c | 1064 nvlist_add_stringf(req.args_nvl, in kernel_port_add() 1080 nvlist_add_stringf(req.args_nvl, "pp", "%d", in kernel_port_add() 1082 nvlist_add_stringf(req.args_nvl, "vp", "%d", in kernel_port_add() 1229 nvlist_add_stringf(req.args_nvl, "port_id", "%d", in kernel_port_remove() 1234 nvlist_add_stringf(req.args_nvl, in kernel_port_remove()
|
| /freebsd-14.2/sys/sys/ |
| H A D | nv_namespace.h | 93 #define nvlist_add_stringf FreeBSD_nvlist_add_stringf macro
|
| H A D | nv.h | 149 void nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...) __printflike(3,…
|
| /freebsd-14.2/sys/dev/sound/pcm/ |
| H A D | sndstat.c | 402 nvlist_add_stringf(di, SNDST_DSPS_NAMEUNIT, "%s", in sndstat_build_sound4_nvlist() 404 nvlist_add_stringf(di, SNDST_DSPS_DEVNODE, "dsp%d", in sndstat_build_sound4_nvlist()
|
| /freebsd-14.2/sys/contrib/libnv/ |
| H A D | nvlist.c | 1482 nvlist_add_stringf(nvlist_t *nvl, const char *name, const char *valuefmt, ...) in nvlist_add_stringf() function
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 1634 nv.9 nvlist_add_stringf.9 \
|
| /freebsd-14.2/usr.sbin/ctladm/ |
| H A D | ctladm.c | 599 nvlist_add_stringf(option_list, "port_id", "%d", in cctl_port()
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 13838 OLD_FILES+=usr/share/man/man3/nvlist_add_stringf.3.gz
|