Home
last modified time | relevance | path

Searched refs:bhnd_nv_calloc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h76 #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 Dbhnd_nvram_plist.c66 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 Dbhnd_nvram_data.c293 data = bhnd_nv_calloc(1, cls->size); in bhnd_nvram_data_new()
H A Dbhnd_nvram_store_subr.c974 alias = bhnd_nv_calloc(1, sizeof(*alias)); in bhnd_nvstore_register_alias()
H A Dbhnd_nvram_data_sprom_subr.c102 idx = bhnd_nv_calloc(num_idx, sizeof(*idx)); in bhnd_sprom_opcode_init()
H A Dbhnd_nvram_store.c115 sc = bhnd_nv_calloc(1, sizeof(*sc)); in bhnd_nvram_store_new()