HomeSort by relevance Sort by last modified time
    Searched refs:CLEANERROR (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress02.c 44 #define CLEANERROR(M) (void)unlink(tmpname); ERROR(M)
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("write didn't set errno = EFAULT")
    [all...]
mmapstress07.c 48 #define CLEANERROR(M) (void)close(rofd); \
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("couldn't part of hole with e's")
    [all...]

Completed in 464 milliseconds