photon.linux.syscalls

Syscall definitions and direct calls that bypass our libc intercepts

Members

Functions

gettid
int gettid()
Undocumented in source. Be warned that the author may not have intended to support it.
raw_poll
ssize_t raw_poll(pollfd* fds, nfds_t nfds, int timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
raw_read
ssize_t raw_read(int fd, void* buf, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
raw_write
ssize_t raw_write(int fd, void* buf, size_t count)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
int syscall(int ident, int n, int arg1, int arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
int syscall(int ident, int n, int arg1, int arg2, int arg3)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
int syscall(int ident, int n, int arg1, int arg2, int arg3, int arg4)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2, size_t arg3)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2, size_t arg3, size_t arg4)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
size_t syscall(size_t ident, size_t n, size_t arg1, size_t arg2, size_t arg3, size_t arg4, size_t arg5)
SYS_ACCEPT
enum int SYS_ACCEPT;
SYS_ACCEPT4
enum int SYS_ACCEPT4;
SYS_CLOSE
enum int SYS_CLOSE;
SYS_CONNECT
enum int SYS_CONNECT;
SYS_GETTID
enum int SYS_GETTID;
SYS_POLL
enum int SYS_POLL;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SYS_READ
enum int SYS_READ;
Undocumented in source.
SYS_READ
enum int SYS_READ;
SYS_RECVFROM
enum int SYS_RECVFROM;
SYS_SENDTO
enum int SYS_SENDTO;
SYS_SOCKETPAIR
enum int SYS_SOCKETPAIR;
SYS_WRITE
enum int SYS_WRITE;
Undocumented in source.

Meta