OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_off64
(Results
1 - 3
of
3
) sorted by null
/external/strace/tests/
sendfile.c
109
uint64_t *
p_off64
= (uint64_t *) p_off;
local
110
*
p_off64
= 0xcafef00dfacefeedULL;
111
assert(syscall(__NR_sendfile, sv[1], reg_in,
p_off64
, 1) == -1);
114
*
p_off64
= 0xdefaced;
/external/strace/tests-m32/
sendfile.c
109
uint64_t *
p_off64
= (uint64_t *) p_off;
local
110
*
p_off64
= 0xcafef00dfacefeedULL;
111
assert(syscall(__NR_sendfile, sv[1], reg_in,
p_off64
, 1) == -1);
114
*
p_off64
= 0xdefaced;
/external/strace/tests-mx32/
sendfile.c
109
uint64_t *
p_off64
= (uint64_t *) p_off;
local
110
*
p_off64
= 0xcafef00dfacefeedULL;
111
assert(syscall(__NR_sendfile, sv[1], reg_in,
p_off64
, 1) == -1);
114
*
p_off64
= 0xdefaced;
Completed in 1636 milliseconds