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

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 alp(7) -- algorithm pool management module
    /* * This is a SAMPLE module that registers with ALP and performs * a one-message delay. */ #include #include #include #include #include static mblk_t *dely(); caddr_t delyopen(); /* * Our state structure. Keeps its own address and a pointer. */ struct dstruct { caddr_t d_unique; mblk_t *d_mp; }; /* * The name is "Dely". It has an open routine "delyopen" * and an interface "dely". */ static struct algo delyalgo = { 0, (q...
 arp(7) -- Address Resolution Protocol
    The following messages can appear on the console: arp: host with ether address %x:%x:%x:%x:%x:%x is using my IP address x.x.x.x ARP has discovered another host on the local network which responds to mapping requests for its own Internet address. arp: ether address is broadcast for IP address x.x.x.x ARP has discovered another host on the local network which maps that host's IP address onto the ethernet broadcast address....
 ccsync(7) -- Power Fortran join accelerator.
    This device is used by Power Fortran to speed up join synchronization.
 cdsio(7) -- 6-port serial I/O
    6-port boards can be used for modems or other asynchronous, serial I/O devices. The ports provided by the cdsio board are very similar to the on-board duart ports. Various character echoing and interpreting parameters can be set independently for each port. See termio(7) for details. By opening either the ttyd*, ttym*, or ttyf* device name of a port, different hardware signals are supported. Ttyd* is typically used for direct connect devices such as terminals; ttym* is used for devices that use ...
 cl(7) -- CrayLink Driver
    The cl module provides a raw device interface to XPC (cross partition communication). These devices take advantage of the XPC rendezvous capabilities to allow DMA transfers directly from the source to the destination without any intermediate copying if possible. The DMA operation is done using the BTE which supports transfers of multiple cache lines on cache line boundaries. Therefore, in order to avoid the overhead of the cl driver copying data to an intermediate buffer, the source ...
 clone(7) -- open any minor device on a STREAMS driver
    Multiple opens of the same minor device cannot be done through the clone interface. Executing stat(2) on the filesystem node for a cloned device yields a different result from executing fstat(2) using a file descriptor obtained from opening the node.
 connld(7) -- line discipline for unique stream connections
    streamio(7). PPPPaaaaggggeeee 2222
 console(7) -- console interface
    /dev/console
 cserialio(7) -- character driver interface to serial communication ports
    On Origin, O2, Octane and Challenge/Onyx systems, the special files /dev/ttyc* provide a character based interface (as opposed to a streams based interface) to the system serial ports. The hardware accessed by each special file is determined by the portno portion of the pathname (see serial(7) for further details). The character based interface is intended to provide a low cost option for applications wishing to do bulk data transfer via the serial ports with no character interpretation. There i...
 db(7) -- local name service database
    The db client library fetches name service data out of an db(3B) format database file on the local host. This library is meant to be used only by the nsd(1M) daemon to efficiently access local name service data. The library /var/ns/lib/libns_db.so is opened by the nsd(1M) daemon when db is listed as the protocol for some map in a nsswitch.conf file. The library contains code to fetch data from a local db file and present it as lines from the configuration file from which it came. The nsd daemon ...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL