Searched refs:bhnd_nv_asprintf (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_store.c | 551 bhnd_nv_asprintf(&pathvar, "devpath%lu", *alias_val); in bhnd_nvstore_export_devpath_alias() 576 bhnd_nv_asprintf(&pathvar, "devpath%lu", *alias_val); in bhnd_nvstore_export_devpath_alias() 697 len = bhnd_nv_asprintf(&prefix, "%lu:", alias_val); in bhnd_nvram_store_export_child() 709 len = bhnd_nv_asprintf(&prefix, "%s/", relpath); in bhnd_nvram_store_export_child()
|
H A D | bhnd_nvram_private.h | 81 #define bhnd_nv_asprintf(buf, fmt, ...) asprintf((buf), M_BHND_NVRAM, \ macro 158 #define bhnd_nv_asprintf(buf, fmt, ...) asprintf((buf), fmt, ## __VA_ARGS__) macro
|
H A D | bhnd_nvram_store_subr.c | 360 len = bhnd_nv_asprintf(&namebuf, "%lu:%s", alias->alias, in bhnd_nvstore_path_register_update() 364 len = bhnd_nv_asprintf(&namebuf, "%s/%s", in bhnd_nvstore_path_register_update()
|