Searched refs:gotfd (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests/ |
D | qual_fault.c | 42 static const int gotfd = 5; variable 66 rc = writev(gotfd, &io, 1); in invoke() 76 " (INJECTED)\n", gotfd, &io, err); in invoke() 80 gotfd, buf, (int) io.iov_len, errstr); in invoke() 88 tprintf("writev(%#x, %p, 0x1) = %#x\n", gotfd, &io, rc); in invoke() 92 gotfd, buf, (int) io.iov_len, (int) io.iov_len); in invoke() 102 assert(fstat(gotfd, &st) == 0); in main()
|
/external/strace/tests-mx32/ |
D | qual_fault.c | 42 static const int gotfd = 5; variable 66 rc = writev(gotfd, &io, 1); in invoke() 76 " (INJECTED)\n", gotfd, &io, err); in invoke() 80 gotfd, buf, (int) io.iov_len, errstr); in invoke() 88 tprintf("writev(%#x, %p, 0x1) = %#x\n", gotfd, &io, rc); in invoke() 92 gotfd, buf, (int) io.iov_len, (int) io.iov_len); in invoke() 102 assert(fstat(gotfd, &st) == 0); in main()
|
/external/strace/tests-m32/ |
D | qual_fault.c | 42 static const int gotfd = 5; variable 66 rc = writev(gotfd, &io, 1); in invoke() 76 " (INJECTED)\n", gotfd, &io, err); in invoke() 80 gotfd, buf, (int) io.iov_len, errstr); in invoke() 88 tprintf("writev(%#x, %p, 0x1) = %#x\n", gotfd, &io, rc); in invoke() 92 gotfd, buf, (int) io.iov_len, (int) io.iov_len); in invoke() 102 assert(fstat(gotfd, &st) == 0); in main()
|