Module: sys.platform.constants.openbsd

Source: ./sys/platform/constants/openbsd.reef


Overview

sys/platform/constants/openbsd - OpenBSD-Specific Constants

This module provides constants specific to OpenBSD. These values are similar to FreeBSD but may differ in some areas.

For common POSIX constants, see: sys/platform/constants/posix

Architecture: x86-64 (amd64) OpenBSD Version: 7.x+

IMPORTANT: OpenBSD forbids raw syscalls in dynamic binaries. All system calls MUST go through libc wrappers.


Functions

fn SIGHUP(): int

fn SIGINT(): int

fn SIGQUIT(): int

fn SIGILL(): int

fn SIGTRAP(): int

fn SIGABRT(): int

fn SIGEMT(): int

fn SIGFPE(): int

fn SIGKILL(): int

fn SIGBUS(): int

fn SIGSEGV(): int

fn SIGSYS(): int

fn SIGPIPE(): int

fn SIGALRM(): int

fn SIGTERM(): int

fn SIGURG(): int

fn SIGSTOP(): int

fn SIGTSTP(): int

fn SIGCONT(): int

fn SIGCHLD(): int

fn SIGTTIN(): int

fn SIGTTOU(): int

fn SIGIO(): int

fn SIGXCPU(): int

fn SIGXFSZ(): int

fn SIGVTALRM(): int

fn SIGPROF(): int

fn SIGWINCH(): int

fn SIGINFO(): int

fn SIGUSR1(): int

fn SIGUSR2(): int

fn SIGTHR(): 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 O_SHLOCK(): int

fn O_EXLOCK(): 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 EDEADLK(): 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 EPIPE(): int

fn EDOM(): int

fn ERANGE(): int

fn EAGAIN(): 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