Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iobuf.c105 iobuf = bhnd_nv_malloc(iosz); in BHND_NVRAM_IOPS_DEFN()
119 iobuf->buf = bhnd_nv_malloc(iobuf->capacity); in BHND_NVRAM_IOPS_DEFN()
H A Dbhnd_nvram_private.h75 #define bhnd_nv_malloc(size) malloc((size), M_BHND_NVRAM, M_NOWAIT) macro
152 #define bhnd_nv_malloc(size) malloc((size)) macro
H A Dbhnd_nvram_store_subr.c79 path = bhnd_nv_malloc(sizeof(*path)); in bhnd_nvstore_path_new()
142 index = bhnd_nv_malloc(bytes); in bhnd_nvstore_index_new()
923 if ((path_str = bhnd_nv_malloc(path_len)) == NULL) in bhnd_nvstore_register_alias()
H A Dbhnd_nvram_ioptr.c93 ioptr = bhnd_nv_malloc(sizeof(*ioptr)); in BHND_NVRAM_IOPS_DEFN()
H A Dbhnd_nvram_data_bcmraw.c262 if ((bcm->data = bhnd_nv_malloc(capacity)) == NULL) in bhnd_nvram_bcmraw_init()
H A Dbhnd_nvram_value.c397 if ((*value = bhnd_nv_malloc(sizeof(**value))) == NULL) in bhnd_nvram_val_new()
535 if ((*value = bhnd_nv_malloc(sizeof(**value))) == NULL) in bhnd_nvram_val_convert_new()
1921 if ((ptr = bhnd_nv_malloc(ilen)) == NULL) in bhnd_nvram_val_alloc_bytes()
H A Dbhnd_nvram_plist.c426 entry = bhnd_nv_malloc(sizeof(*entry)); in bhnd_nvram_plist_append()
H A Dbhnd_nvram_store.c736 namebuf = bhnd_nv_malloc(namebuf_size); in bhnd_nvram_store_export_child()