Searched refs:bhnd_nvram_value_nelem (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_subr.c | 116 bhnd_nvram_value_nelem(const void *inp, size_t ilen, bhnd_nvram_type itype, in bhnd_nvram_value_nelem() function
|
H A D | bhnd_nvram_private.h | 223 int bhnd_nvram_value_nelem(const void *inp,
|
H A D | bhnd_nvram_value.c | 723 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 D | bhnd_nvram_data_sprom.c | 504 error = bhnd_nvram_value_nelem(u32, ilen, itype, &enc_nelem); in bhnd_nvram_sprom_write_var()
|