Lines Matching full:nvram
63 * Common NVRAM/SPROM support, including NVRAM variable map
68 MALLOC_DEFINE(M_BHND_NVRAM, "bhnd_nvram", "bhnd nvram data");
72 * CRC-8 lookup table used to checksum SPROM and NVRAM data via
167 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_type_name()
212 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_is_signed_type()
273 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_is_int_type()
315 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_is_array_type()
357 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_base_type()
413 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_raw_type()
466 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_type_width()
519 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_type_host_align()
611 * Validate an NVRAM variable name.
615 * as a relative NVRAM key.
617 * @param name A relative NVRAM variable name to validate.
619 * @retval true If @p name is a valid relative NVRAM key.
620 * @retval false If @p name should not be used as a relative NVRAM key.