*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 nfssvc(2) -- NFS services
    The nfssvc() function is used by the NFS daemons to pass information into and out of the kernel and also to enter the kernel as a server daemon. The flags argument consists of several bits that show w...
 open(2) -- open or create a file for reading or writing
    The file name specified by path is opened for reading and/or writing as specified by the argument flags and the file descriptor returned to the calling process. The flags argument may indicate the fil...
 alpha/outb(2) -- Alpha devices I/O ports and memory access functions
    The functions in libalpha give userland programs access to the I/O ports on the OpenBSD/alpha platform. The in*() functions return data read from the specified I/O port. The out*() functions write dat...
 alpha/outl(2) -- Alpha devices I/O ports and memory access functions
    The functions in libalpha give userland programs access to the I/O ports on the OpenBSD/alpha platform. The in*() functions return data read from the specified I/O port. The out*() functions write dat...
 alpha/outw(2) -- Alpha devices I/O ports and memory access functions
    The functions in libalpha give userland programs access to the I/O ports on the OpenBSD/alpha platform. The in*() functions return data read from the specified I/O port. The out*() functions write dat...
 pathconf(2) -- get configurable pathname variables
    The pathconf() and fpathconf() functions provides a method for applications to determine the current value of a configurable system limit or option variable associated with a pathname or file descript...
 pipe(2) -- create descriptor pair for interprocess communication
    The pipe() function creates a pipe, which is an object allowing unidirectional data flow, and allocates a pair of file descriptors. The first descriptor connects to the read end of the pipe, and the s...
 poll(2) -- synchronous I/O multiplexing
    poll() provides a mechanism for multiplexing I/O across a set of file descriptors. It is similar in function to select(2). Unlike select(2), however, it is possible to only pass in data corresponding ...
 pread(2) -- read input
    read() attempts to read nbytes of data from the object referenced by the descriptor d into the buffer pointed to by buf. readv() performs the same action, but scatters the input data into the iovcnt b...
 preadv(2) -- read input
    read() attempts to read nbytes of data from the object referenced by the descriptor d into the buffer pointed to by buf. readv() performs the same action, but scatters the input data into the iovcnt b...
 profil(2) -- control process profiling
    The profil() function enables or disables program counter profiling of the current process. If profiling is enabled, then at every clock tick, the kernel updates an appropriate count in the samples bu...
 ptrace(2) -- process tracing and debugging
    ptrace() provides tracing and debugging facilities. It allows one process (the tracing process) to control another (the traced process). Most of the time, the traced process runs normally, but when it...
 pwrite(2) -- write output
    write() attempts to write nbytes of data to the object referenced by the descriptor d from the buffer pointed to by buf. writev() performs the same action, but gathers the output data from the iovcnt ...
 pwritev(2) -- write output
    write() attempts to write nbytes of data to the object referenced by the descriptor d from the buffer pointed to by buf. writev() performs the same action, but gathers the output data from the iovcnt ...
 quotactl(2) -- manipulate filesystem quotas
    The quotactl() call enables, disables and manipulates filesystem quotas. A quota control command given by cmd operates on the given filename path for the given user id. The address of an optional comm...
<<  [Prev]  26  27  28  29  30  31  32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  
47  48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63  64  65  66  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service