Searched refs:test_file_int_3 (Results 1 – 6 of 6) sorted by relevance
/external/coreboot/payloads/libpayload/tests/libcbfs/ |
D | cbfs-lookup-test.c | 328 &test_file_int_1, &test_file_2, NULL, &test_file_int_3, in test_cbfs_map() 368 foffset + be32toh(test_file_int_3.header.offset)); in test_cbfs_map() 369 will_return(cbfs_find_attr, &test_file_int_3.attrs_and_data); in test_cbfs_map() 454 &test_file_int_1, &test_file_int_2, &test_file_int_3, in test_cbfs_successful_fallback_to_ro() 491 foffset + be32toh(test_file_int_3.header.offset)); in test_cbfs_successful_fallback_to_ro() 492 will_return(cbfs_find_attr, &test_file_int_3.attrs_and_data); in test_cbfs_successful_fallback_to_ro() 507 &test_file_int_1, &test_file_2, NULL, &test_file_int_3, in test_cbfs_load() 547 &test_file_int_3, &test_file_int_1, &test_file_2, in test_cbfs_map_with_mcache() 580 &test_file_int_3, &test_file_1, NULL, in test_cbfs_boot_device_read_failure() 581 &test_file_int_3, &test_file_int_1, &test_file_2, in test_cbfs_boot_device_read_failure() [all …]
|
/external/coreboot/tests/include/tests/lib/ |
D | cbfs_util.h | 110 extern const struct cbfs_test_file test_file_int_3;
|
/external/coreboot/payloads/libpayload/tests/include/mocks/ |
D | cbfs_util.h | 112 extern const struct cbfs_test_file test_file_int_3;
|
/external/coreboot/tests/mock/ |
D | cbfs_file_mock.c | 86 const struct cbfs_test_file test_file_int_3 = { variable
|
/external/coreboot/payloads/libpayload/tests/mocks/ |
D | cbfs_file_mock.c | 84 const struct cbfs_test_file test_file_int_3 = { variable
|
/external/coreboot/tests/lib/ |
D | cbfs-lookup-test.c | 219 &test_file_1, NULL, NULL, &test_file_int_3, in test_cbfs_map() 302 NULL, &test_file_int_2, &test_file_int_3, NULL, in test_cbfs_cbmem_alloc()
|