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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 mknod(2) -- make a special file node
    The file system node path is created with the file type and access permissions specified in mode. The access permissions are modified by the process's umask value. If mode indicates a block or charac...
 mlock(2) -- lock (unlock) physical pages in memory
    The mlock() system call locks into memory the physical pages associated with the virtual address range starting at addr for len bytes. The munlock() system call unlocks pages previously locked by one ...
 mlockall(2) -- lock (unlock) the address space of a process
    The mlockall system call locks into memory the physical pages associated with the address space of a process until the address space is unlocked, the process exits, or execs another program image. The...
 mmap(2) -- allocate memory, or map files or devices into memory
    The mmap() system call causes the pages starting at addr and continuing for at most len bytes to be mapped from the object described by fd, starting at byte offset offset. If len is not a multiple of ...
 modfind(2) -- returns the modid of a kernel module
    The modfind() system call returns the modid of the kernel module referenced by modname.
 modfnext(2) -- return the modid of the next kernel module
    The modnext() system call returns the modid of the next kernel module (that is, the one after modid) or 0 if modid is the last module in the list. If the modid value is 0, then modnext() will return t...
 modnext(2) -- return the modid of the next kernel module
    The modnext() system call returns the modid of the next kernel module (that is, the one after modid) or 0 if modid is the last module in the list. If the modid value is 0, then modnext() will return t...
 modstat(2) -- get status of kernel module
    The modstat() system call writes the info for the kernel module referred to by modid into stat. struct module_stat { int version; /* set to sizeof(module_stat) */ char name[MAXPATHLEN]; int refs; int ...
 mount(2) -- mount or dismount a file system
    The mount() system call grafts a file system object onto the system file tree at the point dir. The argument data describes the file system object to be mounted. The argument type tells the kernel how...
 mprotect(2) -- control the protection of pages
    The mprotect() system call changes the specified pages to have protection prot. Not all implementations will guarantee protection on a page basis; the granularity of protection changes may be as large...
 msync(2) -- synchronize a mapped region
    The msync() system call writes any modified pages back to the file system and updates the file modification time. If len is 0, all modified pages within the region containing addr will be flushed; if ...
 munlock(2) -- lock (unlock) physical pages in memory
    The mlock() system call locks into memory the physical pages associated with the virtual address range starting at addr for len bytes. The munlock() system call unlocks pages previously locked by one ...
 munlockall(2) -- lock (unlock) the address space of a process
    The mlockall system call locks into memory the physical pages associated with the address space of a process until the address space is unlocked, the process exits, or execs another program image. The...
 munmap(2) -- remove a mapping
    The munmap() system call deletes the mappings for the specified address range, and causes further references to addresses within the range to generate invalid memory references.
 nanosleep(2) -- suspend process execution for an interval measured in nanoseconds
    The nanosleep() system call causes the process to sleep for the specified time. An unmasked signal will cause it to terminate the sleep early, regardless of the SA_RESTART value on the interrupting si...
<<  [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