Searched refs:bhnd_nvram_bool_t (Results 1 – 5 of 5) sorted by relevance
709 bhnd_nvram_bool_t bval; in bhnd_nvram_val_encode_bool()730 bval = (*(const bhnd_nvram_bool_t *)inp != 0) ? true : false; in bhnd_nvram_val_encode_bool()882 bhnd_nvram_bool_t bval; in bhnd_nvram_val_encode_string()905 nbytes = sizeof(bhnd_nvram_bool_t); in bhnd_nvram_val_encode_string()907 *((bhnd_nvram_bool_t *)outp) = bval; in bhnd_nvram_val_encode_string()1176 bhnd_nvram_bool_t bval; in bhnd_nvram_val_encode_int()1185 nbytes = sizeof(bhnd_nvram_bool_t); in bhnd_nvram_val_encode_int()1187 *((bhnd_nvram_bool_t *)outp) = bval; in bhnd_nvram_val_encode_int()1808 NV_STORE_INLINE(bhnd_nvram_bool_t, b); in bhnd_nvram_val_set_inline()1857 NV_COPY_ARRRAY_INLINE(bhnd_nvram_bool_t, b); in bhnd_nvram_val_set_inline()
377 _Static_assert(sizeof(bhnd_nvram_bool_t) == sizeof(uint8_t), in bhnd_nvram_raw_type()436 return (sizeof(bhnd_nvram_bool_t)); in bhnd_nvram_type_width()486 _Static_assert(sizeof(bhnd_nvram_bool_t) == sizeof(uint8_t), in bhnd_nvram_type_host_align()
47 typedef uint8_t bhnd_nvram_bool_t; typedef
235 bhnd_nvram_bool_t b[8]; /**< 8-bit boolean data */
341 return (sizeof(bhnd_nvram_bool_t)); in bhnd_nvram_value_size()