Searched refs:bogus_offset (Results 1 – 6 of 6) sorted by relevance
/external/strace/tests-mx32/ |
D | fallocate.c | 48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU; in main() local 51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len); in main() 64 (long long) bogus_offset, (long long) bogus_len, errstr); in main()
|
D | fadvise.h | 47 static const long long bogus_offset = 0xbadc0dedda7a1057ULL; in main() local 51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice); in main()
|
/external/strace/tests/ |
D | fallocate.c | 48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU; in main() local 51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len); in main() 64 (long long) bogus_offset, (long long) bogus_len, errstr); in main()
|
D | fadvise.h | 47 static const long long bogus_offset = 0xbadc0dedda7a1057ULL; in main() local 51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice); in main()
|
/external/strace/tests-m32/ |
D | fallocate.c | 48 static const off_t bogus_offset = (off_t) 0xbadc0dedda7a1057LLU; in main() local 51 long rc = fallocate(bogus_fd, bogus_mode, bogus_offset, bogus_len); in main() 64 (long long) bogus_offset, (long long) bogus_len, errstr); in main()
|
D | fadvise.h | 47 static const long long bogus_offset = 0xbadc0dedda7a1057ULL; in main() local 51 do_fadvise(bogus_fd, bogus_offset, bogus_len, bogus_advice); in main()
|