unistd-i386.h File Reference

Go to the source code of this file.

Defines

#define __NR_security   223
#define __NR_rsbac   __NR_security
#define rsbac_syscall4(type, name, type1, arg1, type2, arg2, type3, arg3, type4, arg4)


Define Documentation

#define __NR_rsbac   __NR_security
 

Definition at line 14 of file unistd-i386.h.

#define __NR_security   223
 

Definition at line 12 of file unistd-i386.h.

#define rsbac_syscall4 type,
name,
type1,
arg1,
type2,
arg2,
type3,
arg3,
type4,
arg4   ) 
 

Value:

type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
{ \
long __res; \
__asm__ volatile ("int $0x80" \
        : "=a" (__res) \
        : "0" (__NR_##name),"D" ((long)(arg1)),"c" ((long)(arg2)), \
          "d" ((long)(arg3)),"S" ((long)(arg4))); \
__syscall_return(type,__res); \
}

Definition at line 16 of file unistd-i386.h.


Generated on Fri Jun 17 09:45:29 2005 for RSBAC by  doxygen 1.4.2