Enum syscallz::Syscall[][src]

pub enum Syscall {
    read,
    write,
    open,
    close,
    stat,
    fstat,
    lstat,
    poll,
    lseek,
    mmap,
    mprotect,
    munmap,
    rt_sigprocmask,
    ioctl,
    readv,
    socket,
    connect,
    sendto,
    sendmsg,
    recvfrom,
    recvmsg,
    bind,
    getsockname,
    setsockopt,
    getsockopt,
    clone,
    uname,
    fcntl,
    getdents,
    chdir,
    getuid,
    getgid,
    geteuid,
    getegid,
    setuid,
    setgid,
    getgroups,
    setgroups,
    getresuid,
    getresgid,
    sigaltstack,
    prctl,
    chroot,
    futex,
    sched_getaffinity,
    sched_yield,
    clock_getres,
    exit_group,
    set_robust_list,
    openat,
    newfstatat,
    seccomp,
    getrandom,
    pipe,
    wait4,
    clock_gettime,
    gettimeofday,
    socketpair,
    epoll_create1,
    pipe2,
    epoll_ctl,
    listen,
    epoll_pwait,
    accept4,
    getdents64,
    getpid,
    eventfd2,
    sched_getparam,
    sched_getscheduler,
    sched_setscheduler,
    getpeername,
    readlink,
    readlinkat,
    mkdir,
    mkdirat,
    unlink,
    unlinkat,
    symlink,
    symlinkat,
    epoll_wait,
    chmod,
    fchmodat,
    shutdown,
    nanosleep,
    madvise,
    exit,
    capget,
    capset,
    brk,
    gettid,
    tgkill,
    chown,
    fchown,
    restart_syscall,
}

Variants

Methods

impl Syscall
[src]

Trait Implementations

impl Debug for Syscall
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Syscall

impl Sync for Syscall