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()
436 static struct ptunit_result init_name(struct image_fixture *ifix) in init_name()
498 static struct ptunit_result name(struct image_fixture *ifix) in name()
533 static struct ptunit_result read_empty(struct image_fixture *ifix) in read_empty()
552 static struct ptunit_result overlap_front(struct image_fixture *ifix) in overlap_front()
586 static struct ptunit_result overlap_back(struct image_fixture *ifix) in overlap_back()
626 static struct ptunit_result overlap_multiple(struct image_fixture *ifix) in overlap_multiple()
677 static struct ptunit_result overlap_mid(struct image_fixture *ifix) in overlap_mid()
727 static struct ptunit_result contained(struct image_fixture *ifix) in contained()
753 static struct ptunit_result contained_multiple(struct image_fixture *ifix) in contained_multiple()
791 static struct ptunit_result contained_back(struct image_fixture *ifix) in contained_back()
845 static struct ptunit_result same(struct image_fixture *ifix) in same()
869 static struct ptunit_result same_different_isid(struct image_fixture *ifix) in same_different_isid()
893 static struct ptunit_result same_different_offset(struct image_fixture *ifix) in same_different_offset()
939 static struct ptunit_result adjacent(struct image_fixture *ifix) in adjacent()
984 static struct ptunit_result read_null(struct image_fixture *ifix) in read_null()
1008 static struct ptunit_result read(struct image_fixture *ifix) in read()
1025 static struct ptunit_result read_asid(struct image_fixture *ifix) in read_asid()
1057 static struct ptunit_result read_bad_asid(struct image_fixture *ifix) in read_bad_asid()
1073 static struct ptunit_result read_null_asid(struct image_fixture *ifix) in read_null_asid()
1088 static struct ptunit_result read_callback(struct image_fixture *ifix) in read_callback()
1110 static struct ptunit_result read_nomem(struct image_fixture *ifix) in read_nomem()
1126 static struct ptunit_result read_truncated(struct image_fixture *ifix) in read_truncated()
1142 static struct ptunit_result read_error(struct image_fixture *ifix) in read_error()
1159 static struct ptunit_result read_spurious_error(struct image_fixture *ifix) in read_spurious_error()
1184 static struct ptunit_result remove_section(struct image_fixture *ifix) in remove_section()
1226 static struct ptunit_result remove_bad_vaddr(struct image_fixture *ifix) in remove_bad_vaddr()
1268 static struct ptunit_result remove_bad_asid(struct image_fixture *ifix) in remove_bad_asid()
1310 static struct ptunit_result remove_by_filename(struct image_fixture *ifix) in remove_by_filename()
1354 remove_by_filename_bad_asid(struct image_fixture *ifix) in remove_by_filename_bad_asid()
1397 static struct ptunit_result remove_none_by_filename(struct image_fixture *ifix) in remove_none_by_filename()
1430 static struct ptunit_result remove_all_by_filename(struct image_fixture *ifix) in remove_all_by_filename()
1483 static struct ptunit_result remove_by_asid(struct image_fixture *ifix) in remove_by_asid()
1524 static struct ptunit_result copy_empty(struct image_fixture *ifix) in copy_empty()
1546 static struct ptunit_result copy(struct image_fixture *ifix) in copy()
1566 static struct ptunit_result copy_self(struct image_fixture *ifix) in copy_self()
1586 static struct ptunit_result copy_shrink(struct image_fixture *ifix) in copy_shrink()
1610 static struct ptunit_result copy_split(struct image_fixture *ifix) in copy_split()
1663 static struct ptunit_result copy_merge(struct image_fixture *ifix) in copy_merge()
1708 static struct ptunit_result copy_overlap(struct image_fixture *ifix) in copy_overlap()
1763 static struct ptunit_result copy_replace(struct image_fixture *ifix) in copy_replace()
1809 static struct ptunit_result add_cached(struct image_fixture *ifix) in add_cached()
1833 static struct ptunit_result add_cached_null_asid(struct image_fixture *ifix) in add_cached_null_asid()
1856 static struct ptunit_result add_cached_twice(struct image_fixture *ifix) in add_cached_twice()
1884 static struct ptunit_result add_cached_bad_isid(struct image_fixture *ifix) in add_cached_bad_isid()
1902 static struct ptunit_result find_null(struct image_fixture *ifix) in find_null()
1921 static struct ptunit_result find(struct image_fixture *ifix) in find()
1937 static struct ptunit_result find_asid(struct image_fixture *ifix) in find_asid()
1969 static struct ptunit_result find_bad_asid(struct image_fixture *ifix) in find_bad_asid()
1980 static struct ptunit_result find_nomem(struct image_fixture *ifix) in find_nomem()
1991 static struct ptunit_result validate_null(struct image_fixture *ifix) in validate_null()
2005 static struct ptunit_result validate(struct image_fixture *ifix) in validate()
2022 static struct ptunit_result validate_bad_asid(struct image_fixture *ifix) in validate_bad_asid()
2041 static struct ptunit_result validate_bad_vaddr(struct image_fixture *ifix) in validate_bad_vaddr()
2060 static struct ptunit_result validate_bad_offset(struct image_fixture *ifix) in validate_bad_offset()
2079 static struct ptunit_result validate_bad_size(struct image_fixture *ifix) in validate_bad_size()
2098 static struct ptunit_result validate_bad_isid(struct image_fixture *ifix) in validate_bad_isid()
2115 static struct ptunit_result ifix_init(struct image_fixture *ifix) in ifix_init()
2150 static struct ptunit_result rfix_init(struct image_fixture *ifix) in rfix_init()
2167 static struct ptunit_result dfix_fini(struct image_fixture *ifix) in dfix_fini()
2174 static struct ptunit_result ifix_fini(struct image_fixture *ifix) in ifix_fini()
2194 struct image_fixture dfix, ifix, rfix; in main()