RTEMS
5.2
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
sh
shsim
include
bsp
syscall.h
1
#define SYS_exit 1
2
#define SYS_fork 2
3
4
#define SYS_read 3
5
#define SYS_write 4
6
#define SYS_open 5
7
#define SYS_close 6
8
#define SYS_wait4 7
9
#define SYS_creat 8
10
#define SYS_link 9
11
#define SYS_unlink 10
12
#define SYS_execv 11
13
#define SYS_chdir 12
14
#define SYS_mknod 14
15
#define SYS_chmod 15
16
#define SYS_chown 16
17
#define SYS_lseek 19
18
#define SYS_getpid 20
19
#define SYS_isatty 21
20
#define SYS_fstat 22
21
#define SYS_time 23
22
23
#define SYS_ARG 24
24
#define SYS_stat 38
25
26
#define SYS_pipe 42
27
#define SYS_execve 59
28
29
#define SYS_utime 201
/* not really a system call */
30
#define SYS_wait 202
/* nor is this */
31
32
int
__trap34(
int
,
int
,
void
*,
int
);
Generated by
1.9.4