Home
last modified time | relevance | path

Searched refs:bhnd_nvram_value_check_aligned (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/nvram/
Dbhnd_nvram_value_subr.c64 bhnd_nvram_value_check_aligned(const void *inp, size_t ilen, in bhnd_nvram_value_check_aligned() function
127 if ((error = bhnd_nvram_value_check_aligned(inp, ilen, itype))) in bhnd_nvram_value_nelem()
Dbhnd_nvram_private.h221 int bhnd_nvram_value_check_aligned(const void *inp,
Dbhnd_nvram_value.c242 if ((error = bhnd_nvram_value_check_aligned(inp, ilen, itype))) in bhnd_nvram_val_fmt_filter()
1714 if ((error = bhnd_nvram_value_check_aligned(inp, ilen, itype))) in bhnd_nvram_val_set()
Dbhnd_nvram_data_bcm.c999 BHND_NV_ASSERT(bhnd_nvram_value_check_aligned(&hvar->value, in bhnd_nvram_bcm_getvar_ptr()