Home
last modified time | relevance | path

Searched refs:bhnd_nvram_bool_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value.c709 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()
H A Dbhnd_nvram_subr.c377 _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()
H A Dbhnd_nvram.h47 typedef uint8_t bhnd_nvram_bool_t; typedef
H A Dbhnd_nvram_value.h235 bhnd_nvram_bool_t b[8]; /**< 8-bit boolean data */
H A Dbhnd_nvram_value_subr.c341 return (sizeof(bhnd_nvram_bool_t)); in bhnd_nvram_value_size()