Lines Matching refs:image_fixture
38 struct image_fixture;
70 struct image_fixture *ifix;
95 struct image_fixture { struct
121 struct ptunit_result (*init)(struct image_fixture *); argument
122 struct ptunit_result (*fini)(struct image_fixture *); argument
128 struct image_fixture *ifix) in ifix_init_section()
148 static int ifix_add_section(struct image_fixture *ifix, char *filename) in ifix_add_section()
166 static int ifix_cache_section(struct image_fixture *ifix, in ifix_cache_section()
435 static struct ptunit_result init_name(struct image_fixture *ifix) in init_name()
497 static struct ptunit_result name(struct image_fixture *ifix) in name()
532 static struct ptunit_result read_empty(struct image_fixture *ifix) in read_empty()
551 static struct ptunit_result overlap_front(struct image_fixture *ifix) in overlap_front()
585 static struct ptunit_result overlap_back(struct image_fixture *ifix) in overlap_back()
625 static struct ptunit_result overlap_multiple(struct image_fixture *ifix) in overlap_multiple()
676 static struct ptunit_result overlap_mid(struct image_fixture *ifix) in overlap_mid()
726 static struct ptunit_result contained(struct image_fixture *ifix) in contained()
752 static struct ptunit_result contained_multiple(struct image_fixture *ifix) in contained_multiple()
790 static struct ptunit_result contained_back(struct image_fixture *ifix) in contained_back()
844 static struct ptunit_result same(struct image_fixture *ifix) in same()
868 static struct ptunit_result same_different_isid(struct image_fixture *ifix) in same_different_isid()
892 static struct ptunit_result same_different_offset(struct image_fixture *ifix) in same_different_offset()
938 static struct ptunit_result adjacent(struct image_fixture *ifix) in adjacent()
983 static struct ptunit_result read_null(struct image_fixture *ifix) in read_null()
1007 static struct ptunit_result read(struct image_fixture *ifix) in read()
1024 static struct ptunit_result read_asid(struct image_fixture *ifix) in read_asid()
1056 static struct ptunit_result read_bad_asid(struct image_fixture *ifix) in read_bad_asid()
1072 static struct ptunit_result read_null_asid(struct image_fixture *ifix) in read_null_asid()
1087 static struct ptunit_result read_callback(struct image_fixture *ifix) in read_callback()
1109 static struct ptunit_result read_nomem(struct image_fixture *ifix) in read_nomem()
1125 static struct ptunit_result read_truncated(struct image_fixture *ifix) in read_truncated()
1141 static struct ptunit_result read_error(struct image_fixture *ifix) in read_error()
1158 static struct ptunit_result read_spurious_error(struct image_fixture *ifix) in read_spurious_error()
1183 static struct ptunit_result remove_section(struct image_fixture *ifix) in remove_section()
1225 static struct ptunit_result remove_bad_vaddr(struct image_fixture *ifix) in remove_bad_vaddr()
1267 static struct ptunit_result remove_bad_asid(struct image_fixture *ifix) in remove_bad_asid()
1309 static struct ptunit_result remove_by_filename(struct image_fixture *ifix) in remove_by_filename()
1353 remove_by_filename_bad_asid(struct image_fixture *ifix) in remove_by_filename_bad_asid()
1396 static struct ptunit_result remove_none_by_filename(struct image_fixture *ifix) in remove_none_by_filename()
1429 static struct ptunit_result remove_all_by_filename(struct image_fixture *ifix) in remove_all_by_filename()
1482 static struct ptunit_result remove_by_asid(struct image_fixture *ifix) in remove_by_asid()
1523 static struct ptunit_result copy_empty(struct image_fixture *ifix) in copy_empty()
1545 static struct ptunit_result copy(struct image_fixture *ifix) in copy()
1565 static struct ptunit_result copy_self(struct image_fixture *ifix) in copy_self()
1585 static struct ptunit_result copy_shrink(struct image_fixture *ifix) in copy_shrink()
1609 static struct ptunit_result copy_split(struct image_fixture *ifix) in copy_split()
1662 static struct ptunit_result copy_merge(struct image_fixture *ifix) in copy_merge()
1707 static struct ptunit_result copy_overlap(struct image_fixture *ifix) in copy_overlap()
1762 static struct ptunit_result copy_replace(struct image_fixture *ifix) in copy_replace()
1808 static struct ptunit_result add_cached(struct image_fixture *ifix) in add_cached()
1832 static struct ptunit_result add_cached_null_asid(struct image_fixture *ifix) in add_cached_null_asid()
1855 static struct ptunit_result add_cached_twice(struct image_fixture *ifix) in add_cached_twice()
1883 static struct ptunit_result add_cached_bad_isid(struct image_fixture *ifix) in add_cached_bad_isid()
1901 static struct ptunit_result find_null(struct image_fixture *ifix) in find_null()
1920 static struct ptunit_result find(struct image_fixture *ifix) in find()
1936 static struct ptunit_result find_asid(struct image_fixture *ifix) in find_asid()
1968 static struct ptunit_result find_bad_asid(struct image_fixture *ifix) in find_bad_asid()
1979 static struct ptunit_result find_nomem(struct image_fixture *ifix) in find_nomem()
1990 static struct ptunit_result validate_null(struct image_fixture *ifix) in validate_null()
2004 static struct ptunit_result validate(struct image_fixture *ifix) in validate()
2021 static struct ptunit_result validate_bad_asid(struct image_fixture *ifix) in validate_bad_asid()
2040 static struct ptunit_result validate_bad_vaddr(struct image_fixture *ifix) in validate_bad_vaddr()
2059 static struct ptunit_result validate_bad_offset(struct image_fixture *ifix) in validate_bad_offset()
2078 static struct ptunit_result validate_bad_size(struct image_fixture *ifix) in validate_bad_size()
2097 static struct ptunit_result validate_bad_isid(struct image_fixture *ifix) in validate_bad_isid()
2114 static struct ptunit_result ifix_init(struct image_fixture *ifix) in ifix_init()
2149 static struct ptunit_result rfix_init(struct image_fixture *ifix) in rfix_init()
2166 static struct ptunit_result dfix_fini(struct image_fixture *ifix) in dfix_fini()
2173 static struct ptunit_result ifix_fini(struct image_fixture *ifix) in ifix_fini()
2193 struct image_fixture dfix, ifix, rfix; in main()