Home
last modified time | relevance | path

Searched refs:bhnd_nv_reallocf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_private.h78 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size), M_BHND_NVRAM, \ macro
154 #define bhnd_nv_reallocf(buf, size) reallocf((buf), (size)) macro
H A Dbhnd_nvram_data_bcmraw.c321 bcm->data = bhnd_nv_reallocf(bcm->data, bcm->size); in bhnd_nvram_bcmraw_init()