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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 pmap_release(9) -- release resources held by a physical map
    The pmap_release() function releases any resources held by the physical map pmap. This function is called when a pmap initialized by the corresponding function, pmap_pinit() is being released.
 pmap_remove(9) -- remove pages from a physical map
    The pmap_remove() function removes the range of addresses between sva and eva from the physical map pmap. If eva is less than sva, then the result is undefined. It is assumed that both sva and eva are...
 pmap_remove_all(9) -- remove pages from a physical map
    The pmap_remove() function removes the range of addresses between sva and eva from the physical map pmap. If eva is less than sva, then the result is undefined. It is assumed that both sva and eva are...
 pmap_remove_pages(9) -- remove pages from a physical map
    The pmap_remove() function removes the range of addresses between sva and eva from the physical map pmap. If eva is less than sva, then the result is undefined. It is assumed that both sva and eva are...
 pmap_resident_count(9) -- return page resident and wiring statistics
    The pmap_resident_count() and pmap_wired_count() macros allow pmap consumers to retrieve statistics from the pm_stats member of the machinedependent structure struct pmap.
 pmap_ts_modified(9) -- return information about physical pages
    The pmap_is_modified() and pmap_ts_referenced() functions return information about physical pages.
 pmap_wired_count(9) -- return page resident and wiring statistics
    The pmap_resident_count() and pmap_wired_count() macros allow pmap consumers to retrieve statistics from the pm_stats member of the machinedependent structure struct pmap.
 pmap_zero_area(9) -- zero-fill a page using
    The pmap_zero_page() function zero-fills an entire page using machinedependent optimizations. The pmap_zero_page_area() function is used to zero-fill an area of a page. The range specified must not cr...
 pmap_zero_idle(9) -- zero-fill a page using
    The pmap_zero_page() function zero-fills an entire page using machinedependent optimizations. The pmap_zero_page_area() function is used to zero-fill an area of a page. The range specified must not cr...
 pmap_zero_page(9) -- zero-fill a page using
    The pmap_zero_page() function zero-fills an entire page using machinedependent optimizations. The pmap_zero_page_area() function is used to zero-fill an area of a page. The range specified must not cr...
 postsig(9) -- kernel signal functions
    The SIGADDSET() macro adds signo to set. No effort is made to ensure that signo is a valid signal number. The SIGDELSET() macro removes signo from set. No effort is made to ensure that signo is a vali...
 printf(9) -- formatted output conversion
    The printf(9) family of functions are similar to the printf(3) family of functions. The three functions each use a different output stream. The uprintf() function outputs to the current process' cont...
 procrunnable(9) -- manage the queue of runnable processes
    The run queue consists of four priority queues: itqueues for interrupt threads, rtqueues for realtime priority processes, queues for time sharing processes, and idqueues for idle priority processes. E...
 pseudofs(9) -- pseudo file system construction kit
    The pseudofs module offers an abstract API for pseudo-file systems such as procfs(5) and linprocfs(5). It takes care of all the hairy bits like interfacing with the VFS system, enforcing access contro...
 psignal(9) -- post signal to a process or process group
    These functions post a signal to one or more processes. The argument signum common to all three functions should be in the range [1-NSIG]. The psignal() function posts signal number signum to the proc...
<<  [Prev]  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  39  40  41  42  43  44  45  46  47  48  49  50  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service