Stima V4 Slave RAIN  4.2
syscalls.c File Reference
#include <stdio.h>
#include <stdarg.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>

Go to the source code of this file.

Functions

int link (char *old, char *new)
 
int _close (int file)
 
int _fstat (int file, struct stat *st)
 
int _isatty (int file)
 
int _lseek (int file, int ptr, int dir)
 
void _exit (int status)
 
void _kill (int pid, int sig)
 
int _getpid (void)
 
int _write (int file, char *ptr, int len)
 
int _read (int file, char *ptr, int len)
 
int AllowPLLInitByStartup (void)
 

Variables

int errno
 
caddr_t _end
 
caddr_t _max_heap
 

Function Documentation

◆ _close()

int _close ( int  file)

Definition at line 50 of file syscalls.c.

◆ _exit()

void _exit ( int  status)

Definition at line 71 of file syscalls.c.

◆ _fstat()

int _fstat ( int  file,
struct stat *  st 
)

Definition at line 55 of file syscalls.c.

◆ _getpid()

int _getpid ( void  )

Definition at line 81 of file syscalls.c.

◆ _isatty()

int _isatty ( int  file)

Definition at line 61 of file syscalls.c.

◆ _kill()

void _kill ( int  pid,
int  sig 
)

Definition at line 76 of file syscalls.c.

◆ _lseek()

int _lseek ( int  file,
int  ptr,
int  dir 
)

Definition at line 66 of file syscalls.c.

◆ _read()

int _read ( int  file,
char *  ptr,
int  len 
)

Definition at line 40 of file syscalls.c.

◆ _write()

int _write ( int  file,
char *  ptr,
int  len 
)

Definition at line 22 of file syscalls.c.

◆ AllowPLLInitByStartup()

int AllowPLLInitByStartup ( void  )

Definition at line 86 of file syscalls.c.

◆ link()

int link ( char *  old,
char *  new 
)

Definition at line 45 of file syscalls.c.

Variable Documentation

◆ _end

caddr_t _end
extern

◆ _max_heap

caddr_t _max_heap
extern

◆ errno

int errno
extern