Searched refs:bhnd_nv_asprintf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/bhnd/nvram/ |
| D | bhnd_nvram_store.c | 557 bhnd_nv_asprintf(&pathvar, "devpath%lu", *alias_val); in bhnd_nvstore_export_devpath_alias() 582 bhnd_nv_asprintf(&pathvar, "devpath%lu", *alias_val); in bhnd_nvstore_export_devpath_alias() 704 len = bhnd_nv_asprintf(&prefix, "%lu:", alias_val); in bhnd_nvram_store_export_child() 716 len = bhnd_nv_asprintf(&prefix, "%s/", relpath); in bhnd_nvram_store_export_child()
|
| D | bhnd_nvram_private.h | 82 #define bhnd_nv_asprintf(buf, fmt, ...) asprintf((buf), M_BHND_NVRAM, \ macro 159 #define bhnd_nv_asprintf(buf, fmt, ...) asprintf((buf), fmt, ## __VA_ARGS__) macro
|
| D | bhnd_nvram_store_subr.c | 364 len = bhnd_nv_asprintf(&namebuf, "%lu:%s", alias->alias, in bhnd_nvstore_path_register_update() 368 len = bhnd_nv_asprintf(&namebuf, "%s/%s", in bhnd_nvstore_path_register_update()
|