Module: sys.platform.constants.linux
Source: ./sys/platform/constants/linux.reef
Overview
sys/platform/constants/linux - Linux-Specific Constants
This module provides constants specific to Linux. These values may differ from other Unix-like systems (FreeBSD, OpenBSD, macOS).
For common POSIX constants, see: sys/platform/constants/posix
Architecture: x86-64 and ARM64 (values are the same on both) Kernel: Linux 3.x+
Functions
fn SIGHUP(): int
fn SIGINT(): int
fn SIGQUIT(): int
fn SIGILL(): int
fn SIGTRAP(): int
fn SIGABRT(): int
fn SIGBUS(): int
fn SIGFPE(): int
fn SIGKILL(): int
fn SIGUSR1(): int
fn SIGSEGV(): int
fn SIGUSR2(): int
fn SIGPIPE(): int
fn SIGALRM(): int
fn SIGTERM(): int
fn SIGSTKFLT(): int
fn SIGCHLD(): int
fn SIGCONT(): int
fn SIGSTOP(): int
fn SIGTSTP(): int
fn SIGTTIN(): int
fn SIGTTOU(): int
fn SIGURG(): int
fn SIGXCPU(): int
fn SIGXFSZ(): int
fn SIGVTALRM(): int
fn SIGPROF(): int
fn SIGWINCH(): int
fn SIGIO(): int
fn SIGPWR(): int
fn SIGSYS(): int
fn O_CREAT(): int
fn O_EXCL(): int
fn O_NOCTTY(): int
fn O_TRUNC(): int
fn O_APPEND(): int
fn O_NONBLOCK(): int
fn O_SYNC(): int
fn O_ASYNC(): int
fn O_DIRECTORY(): int
fn O_NOFOLLOW(): int
fn O_CLOEXEC(): int
fn S_IRWXU(): int
fn S_IRUSR(): int
fn S_IWUSR(): int
fn S_IXUSR(): int
fn S_IRWXG(): int
fn S_IRGRP(): int
fn S_IWGRP(): int
fn S_IXGRP(): int
fn S_IRWXO(): int
fn S_IROTH(): int
fn S_IWOTH(): int
fn S_IXOTH(): int
fn EPERM(): int
fn ENOENT(): int
fn ESRCH(): int
fn EINTR(): int
fn EIO(): int
fn ENXIO(): int
fn E2BIG(): int
fn ENOEXEC(): int
fn EBADF(): int
fn ECHILD(): int
fn EAGAIN(): int
fn ENOMEM(): int
fn EACCES(): int
fn EFAULT(): int
fn ENOTBLK(): int
fn EBUSY(): int
fn EEXIST(): int
fn EXDEV(): int
fn ENODEV(): int
fn ENOTDIR(): int
fn EISDIR(): int
fn EINVAL(): int
fn ENFILE(): int
fn EMFILE(): int
fn ENOTTY(): int
fn ETXTBSY(): int
fn EFBIG(): int
fn ENOSPC(): int
fn ESPIPE(): int
fn EROFS(): int
fn EMLINK(): int
fn EPIPE(): int
fn EDOM(): int
fn ERANGE(): int
fn EWOULDBLOCK(): int
fn ECONNREFUSED(): int
fn ECONNRESET(): int
fn ETIMEDOUT(): int
fn SOCK_STREAM(): int
fn SOCK_DGRAM(): int
fn SOCK_RAW(): int
fn SOCK_SEQPACKET(): int
fn AF_UNIX(): int
fn AF_LOCAL(): int
fn AF_INET(): int
fn AF_INET6(): int
fn SHUT_RD(): int
fn SHUT_WR(): int
fn SHUT_RDWR(): int
fn POLLIN(): int
fn POLLPRI(): int
fn POLLOUT(): int
fn POLLERR(): int
fn POLLHUP(): int
fn POLLNVAL(): int
Generated by reefc doc