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

  man pages->NetBSD man pages              
Title
Content
Arch
Section
 
 MALLOC(9) -- kernel memory allocator
    The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size. malloc_roundup() returns the actual size of the allocation unit for the give...
 malloc_roundup(9) -- kernel memory allocator
    The malloc() function allocates uninitialized memory in kernel address space for an object whose size is specified by size. malloc_roundup() returns the actual size of the allocation unit for the give...
 mbuf(9) -- functions and macros for managing memory used by networking code
    The mbuf functions and macros provide an easy and consistent way to handle a networking stack's memory management needs. An mbuf consists of a header and a data area. It is of a fixed size, MSIZE (de...
 mca(9) -- MicroChannel Architecture bus
    The MCA device provides support for IBM's MicroChannel Architecture bus found on IBM PS/2 systems and selected workstations. It was designed as a replacement bus for the ISA bus found on IBM's older...
 mca_conf_read(9) -- MicroChannel Architecture bus
    The MCA device provides support for IBM's MicroChannel Architecture bus found on IBM PS/2 systems and selected workstations. It was designed as a replacement bus for the ISA bus found on IBM's older...
 mca_conf_write(9) -- MicroChannel Architecture bus
    The MCA device provides support for IBM's MicroChannel Architecture bus found on IBM PS/2 systems and selected workstations. It was designed as a replacement bus for the ISA bus found on IBM's older...
 mca_intr_disestablish(9) -- MicroChannel Architecture bus
    The MCA device provides support for IBM's MicroChannel Architecture bus found on IBM PS/2 systems and selected workstations. It was designed as a replacement bus for the ISA bus found on IBM's older...
 mca_intr_establish(9) -- MicroChannel Architecture bus
    The MCA device provides support for IBM's MicroChannel Architecture bus found on IBM PS/2 systems and selected workstations. It was designed as a replacement bus for the ISA bus found on IBM's older...
 mca_intr_evcnt(9) -- MicroChannel Architecture bus
    The MCA device provides support for IBM's MicroChannel Architecture bus found on IBM PS/2 systems and selected workstations. It was designed as a replacement bus for the ISA bus found on IBM's older...
 MCHTYPE(9) -- functions and macros for managing memory used by networking code
    The mbuf functions and macros provide an easy and consistent way to handle a networking stack's memory management needs. An mbuf consists of a header and a data area. It is of a fixed size, MSIZE (de...
 MCLGET(9) -- functions and macros for managing memory used by networking code
    The mbuf functions and macros provide an easy and consistent way to handle a networking stack's memory management needs. An mbuf consists of a header and a data area. It is of a fixed size, MSIZE (de...
 memcmp(9) -- compare byte string
    The memcmp() function compares byte string b1 against byte string b2. Both strings are assumed to be len bytes long.
 memcpy(9) -- copy byte string
    The memcpy() function copies len bytes from string src to string dst. The arguments must not overlap -- behavior if the arguments overlap is undefined. To copy byte strings that overlap, use memmove(9...
 memmove(9) -- copy byte string
    The memmove() function copies len bytes from string src to string dst. The two strings may overlap; the copy is always done in a non-destructive manner.
 memset(9) -- write a byte to byte string
    The memset() function writes len bytes of value c (converted to an unsigned char) to the string b.
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  38  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service