Home
last modified time | relevance | path

Searched refs:bhnd_nv_malloc (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/nvram/
Dbhnd_nvram_iobuf.c107 iobuf = bhnd_nv_malloc(iosz); in BHND_NVRAM_IOPS_DEFN()
121 iobuf->buf = bhnd_nv_malloc(iobuf->capacity); in BHND_NVRAM_IOPS_DEFN()
Dbhnd_nvram_private.h76 #define bhnd_nv_malloc(size) malloc((size), M_BHND_NVRAM, M_NOWAIT) macro
153 #define bhnd_nv_malloc(size) malloc((size)) macro
Dbhnd_nvram_store_subr.c83 path = bhnd_nv_malloc(sizeof(*path)); in bhnd_nvstore_path_new()
146 index = bhnd_nv_malloc(bytes); in bhnd_nvstore_index_new()
927 if ((path_str = bhnd_nv_malloc(path_len)) == NULL) in bhnd_nvstore_register_alias()
Dbhnd_nvram_ioptr.c95 ioptr = bhnd_nv_malloc(sizeof(*ioptr)); in BHND_NVRAM_IOPS_DEFN()
Dbhnd_nvram_value.c401 if ((*value = bhnd_nv_malloc(sizeof(**value))) == NULL) in bhnd_nvram_val_new()
540 if ((*value = bhnd_nv_malloc(sizeof(**value))) == NULL) in bhnd_nvram_val_convert_new()
1928 if ((ptr = bhnd_nv_malloc(ilen)) == NULL) in bhnd_nvram_val_alloc_bytes()
Dbhnd_nvram_data_bcmraw.c264 if ((bcm->data = bhnd_nv_malloc(capacity)) == NULL) in bhnd_nvram_bcmraw_init()
Dbhnd_nvram_plist.c429 entry = bhnd_nv_malloc(sizeof(*entry)); in bhnd_nvram_plist_append()
Dbhnd_nvram_store.c743 namebuf = bhnd_nv_malloc(namebuf_size); in bhnd_nvram_store_export_child()