Searched refs:bhnd_nv_calloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_private.h | 76 #define bhnd_nv_calloc(n, size) mallocarray((n), (size), M_BHND_NVRAM, \ macro 153 #define bhnd_nv_calloc(n, size) calloc((n), (size)) macro
|
H A D | bhnd_nvram_plist.c | 66 plist = bhnd_nv_calloc(1, sizeof(*plist)); in bhnd_nvram_plist_new() 780 prop = bhnd_nv_calloc(1, sizeof(*prop)); in bhnd_nvram_prop_new()
|
H A D | bhnd_nvram_data.c | 293 data = bhnd_nv_calloc(1, cls->size); in bhnd_nvram_data_new()
|
H A D | bhnd_nvram_store_subr.c | 974 alias = bhnd_nv_calloc(1, sizeof(*alias)); in bhnd_nvstore_register_alias()
|
H A D | bhnd_nvram_data_sprom_subr.c | 102 idx = bhnd_nv_calloc(num_idx, sizeof(*idx)); in bhnd_sprom_opcode_init()
|
H A D | bhnd_nvram_store.c | 115 sc = bhnd_nv_calloc(1, sizeof(*sc)); in bhnd_nvram_store_new()
|