Home
last modified time | relevance | path

Searched refs:BHND_NV_PANIC (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c167 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()
946 BHND_NV_PANIC("unhandled type %d\n", otype); in bhnd_nvram_parse_int()
H A Dbhnd_nvram_data_tlv.c478 BHND_NV_PANIC("invalid cookiep; record missing"); in bhnd_nvram_tlv_next()
538 BHND_NV_PANIC("invalid cookiep: %p", cookiep); in bhnd_nvram_tlv_getvar_ptr()
544 BHND_NV_PANIC("unexpected error parsing '%s'", env->envp); in bhnd_nvram_tlv_getvar_ptr()
562 BHND_NV_PANIC("invalid cookiep: %p", cookiep); in bhnd_nvram_tlv_getvar_name()
853 BHND_NV_PANIC("error mapping offset %zu: %d", io_offset, error); in bhnd_nvram_tlv_to_cookie()
874 BHND_NV_PANIC("error mapping offset %zu: %d", io_size, error); in bhnd_nvram_tlv_to_offset()
H A Dbhnd_nvram_value.c206 BHND_NV_PANIC("bhnd nvram type %u unknown", type); in bhnd_nvram_val_default_fmt()
606 BHND_NV_PANIC("invalid storage type: %d", value->data_storage); in bhnd_nvram_val_copy()
1040 BHND_NV_PANIC("unknown type %s", bhnd_nvram_type_name(otype)); in bhnd_nvram_val_encode_string()
1140 BHND_NV_PANIC("invalid type %d\n", itype); in bhnd_nvram_val_encode_int()
1404 BHND_NV_PANIC("uninitialized value"); in bhnd_nvram_val_bytes()
1407 BHND_NV_PANIC("unknown storage type: %d", value->data_storage); in bhnd_nvram_val_bytes()
1496 BHND_NV_PANIC("error calculating element count for type '%s' " in bhnd_nvram_val_nelem()
1660 BHND_NV_PANIC("missing encode_elem() implementation"); in bhnd_nvram_val_generic_encode_elem()
1877 BHND_NV_PANIC("unknown data type %d", itype); in bhnd_nvram_val_set_inline()
H A Dbhnd_nvram_private.h126 #define BHND_NV_PANIC(...) panic(__VA_ARGS__) macro
171 BHND_NV_PANIC msg; \
182 #define BHND_NV_PANIC(fmt, ...) do { \ macro
H A Dbhnd_nvram_value_subr.c217 BHND_NV_PANIC("bhnd nvram type %u unknown", itype); in bhnd_nvram_value_nelem()
362 BHND_NV_PANIC("bhnd nvram type %u unknown", itype); in bhnd_nvram_value_size()
H A Dbhnd_nvram_data_btxt.c733 BHND_NV_PANIC("invalid cookiep: %p", cookiep); in bhnd_nvram_btxt_getvar_name()
739 BHND_NV_PANIC("unexpected error in read_ptr(): %d\n", error); in bhnd_nvram_btxt_getvar_name()
761 BHND_NV_PANIC("error mapping offset %zu: %d", io_offset, error); in bhnd_nvram_btxt_offset_to_cookiep()
781 BHND_NV_PANIC("error mapping offset %zu: %d", io_size, error); in bhnd_nvram_btxt_cookiep_to_offset()
H A Dbhnd_nvram_store_subr.c735 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_register_path()
743 BHND_NV_PANIC("unsupported var type %d", info->type); in bhnd_nvstore_var_register_path()
769 BHND_NV_PANIC("unsupported path type %d", info->path_type); in bhnd_nvstore_var_get_path()
H A Dbhnd_nvram_storevar.h297 BHND_NV_PANIC("pthread_mutex_init() failed: %d", \
H A Dbhnd_nvram_value_fmts.c503 BHND_NV_PANIC("unsupported backing data type: %s", in bhnd_nvram_val_bcm_leddc_encode_elem()
684 BHND_NV_PANIC("unsupported type: %d", itype); in bhnd_nvram_val_bcmstr_csv_next()
H A Dbhnd_nvram_data.c414 BHND_NV_PANIC("%s: returned out-of-order entry", __FUNCTION__); in bhnd_nvram_data_next()
H A Dbhnd_nvram_store.c763 BHND_NV_PANIC("invalid max_name_len"); in bhnd_nvram_store_export_child()
H A Dbhnd_nvram_data_sprom.c206 BHND_NV_PANIC("SPROM layout defined out-of-order"); in bhnd_nvram_sprom_ident()