OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct_sysent
(Results
1 - 10
of
10
) sorted by null
/external/strace/
sysent.h
10
}
struct_sysent
;
typedef in typeref:struct:sysent
syscall.c
95
const
struct_sysent
sysent0[] = {
101
static const
struct_sysent
sysent1[] = {
108
static const
struct_sysent
sysent2[] = {
230
const
struct_sysent
*sysent = sysent0;
251
const
struct_sysent
*const sysent_vec[SUPPORTED_PERSONALITIES] = {
1227
struct_sysent
ent;
defs.h
228
const
struct_sysent
*s_ent; /* sysent[scno] or dummy struct for bad scno */
229
const
struct_sysent
*s_prev_ent; /* for "resuming interrupted SYSCALL" msg */
948
extern const
struct_sysent
sysent0[];
954
extern const
struct_sysent
*sysent;
971
extern const
struct_sysent
*const sysent_vec[SUPPORTED_PERSONALITIES];
[
all
...]
pathtrace.c
152
const
struct_sysent
*s;
/external/strace/tests/
nsyscalls.c
59
static const
struct_sysent
syscallent[] = {
ksysent.c
58
static const
struct_sysent
syscallent[] = {
/external/strace/tests-m32/
nsyscalls.c
59
static const
struct_sysent
syscallent[] = {
ksysent.c
58
static const
struct_sysent
syscallent[] = {
/external/strace/tests-mx32/
nsyscalls.c
59
static const
struct_sysent
syscallent[] = {
ksysent.c
58
static const
struct_sysent
syscallent[] = {
Completed in 314 milliseconds