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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 pfil_hook_get(9) -- packet filter interface
    The pfil framework allows for a specified function to be invoked for every incoming or outgoing packet for a particular network I/O stream. These hooks may be used to implement a firewall or perform p...
 pfil_remove_hook(9) -- packet filter interface
    The pfil framework allows for a specified function to be invoked for every incoming or outgoing packet for a particular network I/O stream. These hooks may be used to implement a firewall or perform p...
 pfind(9) -- locate a process by number
    pfind() takes a pid as its argument and returns a pointer to the proc structure whose PID is specified in the argument only if the pid is on the allproc list. zpfind() takes a pid as its argument. If ...
 pgfind(9) -- locate a process group by number
    The pgfind() function takes a pgid as its argument and returns a pointer to the pgrp structure whose pg_id is specified in the argument. pgfind() locks the pgrp structure that is returned.
 pgsigio(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...
 pgsignal(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...
 physio(9) -- initiate I/O on raw devices
    The physio() is a helper function typically called from character device read() and write() routines to start I/O on a user process buffer. The maximum amount of data to transfer with each call is det...
 pmap(9) -- machine-dependent portion of virtual memory subsystem
    The pmap module is the machine-dependent portion of the FreeBSD VM (Virtual Memory) sub-system. Each function documented herein must have its own architecture-dependent implementation. The pmap module...
 pmap_activate(9) -- activate a physical map
    The pmap_activate() function activates the physical map for a user thread td. This function must be called before the thread's address space may be accessed.
 pmap_addr_hint(9) -- get a hint for the best-fit mapping of a VM object
    The pmap_addr_hint() function returns a hint for the best address at which to map the object obj at address addr of size bytes.
 pmap_change_wiring(9) -- change physical wiring for a map or virtual address pair
    The pmap_change_wiring() function changes the wiring attribute for the page at virtual address va in the physical map pmap. A wired page gets its name from being `wired' into the system page tables s...
 pmap_clear_modify(9) -- set information about physical pages
    The pmap_clear_modify() function clears the `modified' bit on the physical page m. The pmap_clear_reference() function clears the `referenced' bit on the physical page m.
 pmap_clear_reference(9) -- set information about physical pages
    The pmap_clear_modify() function clears the `modified' bit on the physical page m. The pmap_clear_reference() function clears the `referenced' bit on the physical page m.
 pmap_copy(9) -- copy physical memory pages
    The pmap_copy() function copies the range specified by src_addr and len from the source physical map src_pmap to the destination physical map dst_pmap at the address dst_addr. The pmap_copy_page() fun...
 pmap_copy_page(9) -- copy physical memory pages
    The pmap_copy() function copies the range specified by src_addr and len from the source physical map src_pmap to the destination physical map dst_pmap at the address dst_addr. The pmap_copy_page() fun...
<<  [Prev]  312  313  314  315  316  317  318  319  320  321  322  323  324  325  326  327  328  329  330  331  332  
333  334  335  336  337  338  339  340  341  342  343  344  345  346  347  348  349  350  351  352  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service