Searched refs:CLEANERROR (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress02.c44 #define CLEANERROR(M) (void)unlink(tmpname); ERROR(M) macro
113 CLEANERROR("couldn't round up brk");
117 CLEANERROR("couldn't find top of brk");
126 CLEANERROR("write failed");
131 CLEANERROR("couldn't mmap file");
139 CLEANERROR("lseek failed");
143 CLEANERROR("read succeded");
147 CLEANERROR("read didn't set errno = EFAULT");
151 CLEANERROR("write succeded");
155 CLEANERROR("writ
[all...]
H A Dmmapstress07.c48 #define CLEANERROR(M) (void)close(rofd); \ macro
165 CLEANERROR("couldn't reopen rwfd for read/write");
181 CLEANERROR("couldn't fill first part of file with junk");
189 CLEANERROR("couldn't create hole in file");
197 CLEANERROR("couldn't fill second part of file with junk");
213 CLEANERROR("mmap tmp file failed");
220 CLEANERROR("couldn't fill second part of file with junk");
225 CLEANERROR("hole not filled with 0's");
233 CLEANERROR("couldn't lseek back to put e's in hole");
240 CLEANERROR("could
[all...]
H A Dmmapstress04.c56 #define CLEANERROR(M) CLEAN; ERROR(M) macro
188 CLEANERROR("first lseek failed");
195 CLEANERROR("write to extend file failed");
229 CLEANERROR("mmap failed");
244 CLEANERROR("second lseek failed");
249 CLEANERROR("write failed");
261 CLEANERROR("'a' missing from mmap");

Completed in 156 milliseconds