Crate syscall

Source

Re-exports§

pub use self::data::*;
pub use self::error::*;
pub use self::flag::*;
pub use self::io::*;
pub use self::number::*;
pub use call::*;
pub use scheme::*;

Modules§

call
Function definitions
data
Complex structures that are used for some system calls
dirent
error
All errors that can be generated by a system call
flag
Flags used as an argument to many system calls
io
Functions for low level hardware control I/O functions
number
Call numbers used by each system call
scheme
schemev2
V2 scheme format
sigabi
ABI for shared memory based signals

Macros§

ptrace_event

Structs§

EnvRegisters
FloatRegisters
IntRegisters

Constants§

PAGE_SIZE

Functions§

syscall0
syscall1
syscall2
syscall3
syscall4
syscall5