Searched refs:do_error_report (Results 1 – 3 of 3) sorted by relevance
/trusty/user/app/storage/ |
D | error_reporting.h | 77 void do_error_report(enum trusty_storage_error_type type, 84 do_error_report(TRUSTY_STORAGE_ERROR_SUPERBLOCK_INVALID, fs_name, in error_report_superblock_invalid() 91 do_error_report(TRUSTY_STORAGE_ERROR_BLOCK_MAC_MISMATCH, fs_name, in error_report_block_mac_mismatch() 96 do_error_report(TRUSTY_STORAGE_ERROR_RPMB_COUNTER_MISMATCH, "unknown", in error_report_rpmb_counter_mismatch() 101 do_error_report(TRUSTY_STORAGE_ERROR_RPMB_COUNTER_MISMATCH_RECOVERED, in error_report_rpmb_counter_mismatch_recovered() 106 do_error_report(TRUSTY_STORAGE_ERROR_RPMB_COUNTER_READ_FAILURE, "unknown", in error_report_rpmb_counter_read_failure() 111 do_error_report(TRUSTY_STORAGE_ERROR_RPMB_MAC_MISMATCH, "unknown", in error_report_rpmb_mac_mismatch() 116 do_error_report(TRUSTY_STORAGE_ERROR_RPMB_ADDR_MISMATCH, "unknown", in error_report_rpmb_addr_mismatch()
|
D | error_reporting.c | 63 void do_error_report(enum trusty_storage_error_type type, in do_error_report() function 120 void do_error_report(enum trusty_storage_error_type type, in do_error_report() function
|
/trusty/user/app/storage/test/common/ |
D | error_reporting_mock.c | 55 void do_error_report(enum trusty_storage_error_type type, in do_error_report() function
|