Searched refs:bhnd_nvram_is_array_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram.h131 bool bhnd_nvram_is_array_type(bhnd_nvram_type type);
H A Dbhnd_nvram_value_subr.c95 if (!bhnd_nvram_is_array_type(itype) && ilen != width)
252 if (!bhnd_nvram_is_array_type(itype) && nelem != 1)
H A Dbhnd_nvram_value.c862 if (!bhnd_nvram_is_array_type(otype)) {
1556 if (!bhnd_nvram_is_array_type(itype) &&
1557 !bhnd_nvram_is_array_type(otype))
1579 if (nelem > 1 && !bhnd_nvram_is_array_type(otype)) {
H A Dbhnd_nvram_data_sprom_subr.c711 if (!bhnd_nvram_is_array_type(var->type) && nelem != 1) {
H A Dbhnd_nvram_subr.c285 bhnd_nvram_is_array_type(bhnd_nvram_type type) function
H A Dbhnd_nvram_value_fmts.c581 if (!bhnd_nvram_is_array_type(otype) ||

Completed in 168 milliseconds