Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_subr.c116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_nelem() function
H A Dbhnd_nvram_private.h223 int bhnd_nvram_value_nelem(const void *inp,
H A Dbhnd_nvram_value.c723 if ((error = bhnd_nvram_value_nelem(inp, ilen, itype, &nelem))) in bhnd_nvram_val_encode_bool()
1494 if ((error = bhnd_nvram_value_nelem(bytes, len, type, &nelem))) { in bhnd_nvram_val_nelem()
H A Dbhnd_nvram_data_sprom.c504 error = bhnd_nvram_value_nelem(u32, ilen, itype, &enc_nelem); in bhnd_nvram_sprom_write_var()