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
v850
gdbv850sim
include
bsp
syscall.h
1
/* from libgloss/v850 */
2
#ifndef _SYS_SYSCALL_H_
3
#define _SYS_SYSCALL_H_
4
5
#ifndef ASM
6
extern
int
__trap0 (
int
function,
int
p1,
int
p2,
int
p3);
7
8
#define TRAP0(f, p1, p2, p3) __trap0(f, (int)(p1), (int)(p2), (int)(p3))
9
#endif
10
11
#define SYS_exit 1
12
#define SYS_fork 2
13
14
#define SYS_read 3
15
#define SYS_write 4
16
#define SYS_open 5
17
#define SYS_close 6
18
#define SYS_wait4 7
19
#define SYS_creat 8
20
#define SYS_link 9
21
#define SYS_unlink 10
22
#define SYS_execv 11
23
#define SYS_chdir 12
24
#define SYS_mknod 14
25
#define SYS_chmod 15
26
#define SYS_chown 16
27
#define SYS_lseek 19
28
#define SYS_getpid 20
29
#define SYS_isatty 21
30
#define SYS_fstat 22
31
#define SYS_time 23
32
33
34
#define SYS_ARG 24
35
#define SYS_stat 38
36
37
38
#define SYS_pipe 42
39
#define SYS_execve 59
40
#define SYS_times 43
41
#define SYS_gettimeofday 116
42
#define SYS_rename 134
43
44
#define SYS_utime 201
/* not really a system call */
45
#define SYS_wait 202
/* nor is this */
46
47
#endif
Generated by
1.9.4