OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYSCALL_INVOKE
(Results
1 - 9
of
9
) sorted by null
/external/strace/tests/
xstatfs.c
28
#define
SYSCALL_INVOKE
(file, desc, ptr, size) \
xstatfs64.c
28
#define
SYSCALL_INVOKE
(file, desc, ptr, size) \
xstatfsx.c
74
long rc =
SYSCALL_INVOKE
(sample, fd, b, sizeof(*b));
113
long rc =
SYSCALL_INVOKE
("", -1, 0, sizeof(STRUCT_STATFS));
120
rc =
SYSCALL_INVOKE
("", -1, addr, sizeof(STRUCT_STATFS) + 1);
/external/strace/tests-m32/
xstatfs.c
28
#define
SYSCALL_INVOKE
(file, desc, ptr, size) \
xstatfs64.c
28
#define
SYSCALL_INVOKE
(file, desc, ptr, size) \
xstatfsx.c
74
long rc =
SYSCALL_INVOKE
(sample, fd, b, sizeof(*b));
113
long rc =
SYSCALL_INVOKE
("", -1, 0, sizeof(STRUCT_STATFS));
120
rc =
SYSCALL_INVOKE
("", -1, addr, sizeof(STRUCT_STATFS) + 1);
/external/strace/tests-mx32/
xstatfs.c
28
#define
SYSCALL_INVOKE
(file, desc, ptr, size) \
xstatfs64.c
28
#define
SYSCALL_INVOKE
(file, desc, ptr, size) \
xstatfsx.c
74
long rc =
SYSCALL_INVOKE
(sample, fd, b, sizeof(*b));
113
long rc =
SYSCALL_INVOKE
("", -1, 0, sizeof(STRUCT_STATFS));
120
rc =
SYSCALL_INVOKE
("", -1, addr, sizeof(STRUCT_STATFS) + 1);
Completed in 432 milliseconds