Home
last modified time | relevance | path

Searched refs:test_file_int_3 (Results 1 – 6 of 6) sorted by relevance

/external/coreboot/payloads/libpayload/tests/libcbfs/
Dcbfs-lookup-test.c328 &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/
Dcbfs_util.h110 extern const struct cbfs_test_file test_file_int_3;
/external/coreboot/payloads/libpayload/tests/include/mocks/
Dcbfs_util.h112 extern const struct cbfs_test_file test_file_int_3;
/external/coreboot/tests/mock/
Dcbfs_file_mock.c86 const struct cbfs_test_file test_file_int_3 = { variable
/external/coreboot/payloads/libpayload/tests/mocks/
Dcbfs_file_mock.c84 const struct cbfs_test_file test_file_int_3 = { variable
/external/coreboot/tests/lib/
Dcbfs-lookup-test.c219 &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()