TOPIC: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
accept_filter(9) - filter incoming connections
accf_data(9) - buffer incoming connections until data arrives
accf_http(9) - buffer incoming connections until a certain complete HTTP requests arrive
acl(9) - virtual file system access control lists
alloc_unr(9) - kernel unit number allocator
alq(9) - Asynchronous Logging Queues
alq_close(9) - Asynchronous Logging Queues
alq_flush(9) - Asynchronous Logging Queues
alq_get(9) - Asynchronous Logging Queues
alq_open(9) - Asynchronous Logging Queues
alq_post(9) - Asynchronous Logging Queues
alq_write(9) - Asynchronous Logging Queues
ALTQ(9) - kernel interfaces for manipulating output queues on network interfaces
arc4rand(9) - supply pseudo-random numbers
arc4random(9) - supply pseudo-random numbers
atomic_add(9) - atomic operations
atomic_clear(9) - atomic operations
atomic_cmpset(9) - atomic operations
atomic_fetchadd(9) - atomic operations
atomic_load(9) - atomic operations
atomic_readandclear(9) - atomic operations
atomic_set(9) - atomic operations
atomic_store(9) - atomic operations
atomic_subtract(9) - atomic operations
be16dec(9) - byte order operations
be16enc(9) - byte order operations
be16toh(9) - byte order operations
be32dec(9) - byte order operations
be32enc(9) - byte order operations
be32toh(9) - byte order operations
be64dec(9) - byte order operations
be64enc(9) - byte order operations
be64toh(9) - byte order operations
bintime(9) - get the current time
binuptime(9) - get the time elapsed since boot
bios(9) - interact with PC BIOS
boot(9) - halt or reboot the system
boottime(9) - system time variables
bpf(9) - Berkeley Packet Filter
bswap16(9) - byte order operations
bswap32(9) - byte order operations
bswap64(9) - byte order operations
buf(9) - kernel buffer I/O scheme used in FreeBSD VM system
BUF_LOCKFREE(9) - destroys a buffer's lock
BUF_LOCKINIT(9) - initializes a buffer lock
BUF_REFCNT(9) - returns the reference count on a buffer's lock
BUF_TIMELOCK(9) - locks a buffer
BUF_UNLOCK(9) - unlocks a locked buffer
bus_activate_resource(9) - activate or deactivate a resource
BUS_ADD_CHILD(9) - add a device node to the tree with a given priority
bus_alloc_resource(9) - allocate resources from a parent bus
bus_alloc_resource_any(9) - allocate resources from a parent bus
bus_child_present(9) - ask the bus driver to see if this device is still really present
BUS_CONFIG_INTR(9) - configure interrupt polarity and trigger mode
bus_deactivate_resource(9) - activate or deactivate a resource
bus_dma(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_create(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_destroy(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_load(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_load_mbuf(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_load_mbuf_sg(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_load_uio(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_sync(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamap_unload(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamem_alloc(9) - Bus and Machine Independent DMA Mapping Interface
bus_dmamem_free(9) - Bus and Machine Independent DMA Mapping Interface
bus_dma_tag_create(9) - Bus and Machine Independent DMA Mapping Interface
bus_dma_tag_destroy(9) - Bus and Machine Independent DMA Mapping Interface
bus_generic_attach(9) - generic implementation of DEVICE_ATTACH for busses
bus_generic_detach(9) - generic implementation of DEVICE_DETACH for busses
bus_generic_print_child(9) - generic implementation of DEVICE_PRINT_CHILD for busses
bus_generic_read_ivar(9) - generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for busses
bus_generic_shutdown(9) - generic implementation of DEVICE_SHUTDOWN for busses
bus_generic_write_ivar(9) - generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for busses
BUS_PRINT_CHILD(9) - print information about a device
BUS_READ_IVAR(9) - manipulate bus-specific device instance variables
bus_release_resource(9) - release resources on a bus
bus_set_resource(9) - associate a definite resource with a given resource ID
BUS_SETUP_INTR(9) - create, attach and teardown an interrupt handler
bus_setup_intr(9) - create, attach and teardown an interrupt handler
bus_space(9) - bus space manipulation functions
BUS_TEARDOWN_INTR(9) - create, attach and teardown an interrupt handler
bus_teardown_intr(9) - create, attach and teardown an interrupt handler
BUS_WRITE_IVAR(9) - manipulate bus-specific device instance variables
callout_active(9) - execute a function after a specified length of time
callout_deactivate(9) - execute a function after a specified length of time
callout_drain(9) - execute a function after a specified length of time
callout_handle_init(9) - execute a function after a specified length of time
callout_init(9) - execute a function after a specified length of time
callout_init_mtx(9) - execute a function after a specified length of time
callout_pending(9) - execute a function after a specified length of time
callout_reset(9) - execute a function after a specified length of time
callout_stop(9) - execute a function after a specified length of time
cd(9) - CDROM driver for the CAM SCSI subsystem
chooseproc(9) - manage the queue of runnable processes
condvar(9) - kernel condition variable
contigfree(9) - manage contiguous kernel physical memory
contigmalloc(9) - manage contiguous kernel physical memory
copy(9) - kernel copy functions
copyin(9) - kernel copy functions
copyinstr(9) - kernel copy functions
copyout(9) - kernel copy functions
copystr(9) - kernel copy functions
count_dev(9) - get total number of references to a device
cpu_switch(9) - switch to another thread context
cpu_throw(9) - switch to another thread context
cr_cansee(9) - determine visibility of objects given their user credentials
crcopy(9) - functions related to user credentials
crdup(9) - functions related to user credentials
crfree(9) - functions related to user credentials
crget(9) - functions related to user credentials
crhold(9) - functions related to user credentials
critical_enter(9) - enter and exit a critical region
critical_exit(9) - enter and exit a critical region
cr_seeothergids(9) - determine visibility of objects given their group memberships
cr_seeotheruids(9) - determine visibility of objects given their user credentials
crshared(9) - functions related to user credentials
cru2x(9) - functions related to user credentials
crypto(9) - API for cryptographic services in the kernel
CTASSERT(9) - compile time assertion macro
CTR0(9) - kernel tracing facility
CTR1(9) - kernel tracing facility
CTR2(9) - kernel tracing facility
CTR3(9) - kernel tracing facility
CTR4(9) - kernel tracing facility
CTR5(9) - kernel tracing facility
curpriority_cmp(9) - perform round-robin scheduling of runnable processes
cursig(9) - kernel signal functions
cv_broadcast(9) - kernel condition variable
cv_broadcastpri(9) - kernel condition variable
cv_destroy(9) - kernel condition variable
cv_init(9) - kernel condition variable
cv_signal(9) - kernel condition variable
cv_timedwait(9) - kernel condition variable
cv_timedwait_sig(9) - kernel condition variable
cv_wait(9) - kernel condition variable
cv_wait_sig(9) - kernel condition variable
cv_wmesg(9) - kernel condition variable
DECLARE_GEOM_CLASS(9) - GEOM class declaration macro
DECLARE_MODULE(9) - kernel module declaration macro
DELAY(9) - busy loop for an interval
delete_unrhdr(9) - kernel unit number allocator
destroy_dev(9) - manage cdev's and DEVFS registration for devices
devclass(9) - object representing a class of devices
devclass_add_driver(9) - manipulate the drivers in a devclass
devclass_delete_driver(9) - manipulate the drivers in a devclass
devclass_find(9) - search for a devclass
devclass_find_driver(9) - manipulate the drivers in a devclass
devclass_get_device(9) - translate unit number to device
devclass_get_devices(9) - get a list of devices in a devclass
devclass_get_drivers(9) - get a list of drivers in a devclass
devclass_get_maxunit(9) - find the maximum unit number in the class
devclass_get_name(9) - access the name of a devclass
devclass_get_softc(9) - translate unit number to driver private structure
dev_depends(9) - manage cdev's and DEVFS registration for devices
device(9) - an abstract representation of a device
device_add_child(9) - add a new device as a child of an existing device
device_add_child_ordered(9) - add a new device as a child of an existing device
DEVICE_ATTACH(9) - attach a device
device_busy(9) - manipulate device state
device_delete_child(9) - delete a child from a device
DEVICE_DETACH(9) - detach a device
device_disable(9) - manipulate device enabled flag
device_enable(9) - manipulate device enabled flag
device_find_child(9) - search for a child of a device
device_get_children(9) - get a list of devices connected to a device
device_get_desc(9) - access the description of a device
device_get_devclass(9) - access the devclass of a device
device_get_driver(9) - access the current driver of a device
device_get_flags(9) - manipulate driver flags
device_get_ivars(9) - access bus private variables
device_get_name(9) - access the name of a device's device class or instance
device_get_nameunit(9) - access the name of a device's device class or instance
device_get_parent(9) - return the device's parent
device_get_softc(9) - access driver private instance variables
device_get_state(9) - manipulate device state
device_get_unit(9) - access the unit number of a device
DEVICE_IDENTIFY(9) - identify a device, register it
device_ids(9) - calculate device ids
device_is_alive(9) - manipulate device state
device_is_attached(9) - manipulate device state
device_is_enabled(9) - manipulate device enabled flag
device_is_quiet(9) - manipulate device quiet flag
device_printf(9) - formatted output conversion
DEVICE_PROBE(9) - probe for device existence
device_probe_and_attach(9) - initialise a device
device_quiet(9) - manipulate device quiet flag
device_set_desc(9) - access the description of a device
device_set_desc_copy(9) - access the description of a device
device_set_driver(9) - associate a specific driver with a device node in the tree
device_set_flags(9) - manipulate driver flags
device_set_ivars(9) - access bus private variables
DEVICE_SHUTDOWN(9) - called during system shutdown
device_unbusy(9) - manipulate device state
device_verbose(9) - manipulate device quiet flag
DEV_MODULE(9) - device driver module declaration macro
devstat(9) - kernel interface for keeping device statistics
devstat_add_entry(9) - kernel interface for keeping device statistics
devstat_end_transaction(9) - kernel interface for keeping device statistics
devstat_remove_entry(9) - kernel interface for keeping device statistics
devstat_start_transaction(9) - kernel interface for keeping device statistics
devsw(9) - returns the cdevsw structure
devtoname(9) - converts dev_t data into a string indicating the device name
disk(9) - kernel disk storage API
DOMAIN_SET(9) - network domain management
driver(9) - structure describing a device driver
DRIVER_MODULE(9) - kernel driver declaration macro
EVENTHANDLER(9) - kernel event handling functions
execsigs(9) - kernel signal functions
extattr(9) - virtual file system named extended attributes
fetch(9) - fetch data from user-space
firmware(9) - firmware image loading and management
FREE(9) - kernel memory management routines
free(9) - kernel memory management routines
free_mntarg(9) - functions provided as part of the kernel mount interface
free_unr(9) - kernel unit number allocator
fubyte(9) - fetch data from user-space
fuswintr(9) - fetch data from user-space
fusword(9) - fetch data from user-space
fuword(9) - fetch data from user-space
g_access(9) - control access to GEOM consumers and their providers
g_attach(9) - attach/detach GEOM consumers to/from providers
g_cancel_event(9) - GEOM events management
g_clone_bio(9) - GEOM bio controlling functions
g_destroy_bio(9) - GEOM bio controlling functions
g_destroy_consumer(9) - GEOM consumers management
g_destroy_geom(9) - geom management
g_destroy_provider(9) - GEOM providers management
g_detach(9) - attach/detach GEOM consumers to/from providers
g_error_provider(9) - GEOM providers management
getbintime(9) - get the current time
getbinuptime(9) - get the time elapsed since boot
get_cyclecount(9) - get the CPU's fast counter register contents
getmicrotime(9) - get the current time
getmicrouptime(9) - get the time elapsed since boot
getnanotime(9) - get the current time
getnanouptime(9) - get the time elapsed since boot
getnewvnode(9) - get a new vnode
getpbuf(9) - functions for managing physical buffers
g_new_bio(9) - GEOM bio controlling functions
g_new_consumer(9) - GEOM consumers management
g_new_geomf(9) - geom management
g_new_providerf(9) - GEOM providers management
g_post_event(9) - GEOM events management
g_print_bio(9) - GEOM bio controlling functions
g_provider_by_name(9) - find GEOM provider with given name
g_read_data(9) - read/write data from/to GEOM consumer
groupmember(9) - checks group set for a group ID
gsignal(9) - post signal to a process or process group
g_waitfor_event(9) - GEOM events management
g_wither_geom(9) - destroy geom and related providers and consumers when you get a chance
g_write_data(9) - read/write data from/to GEOM consumer
hash(9) - general kernel hashing functions
hashdestroy(9) - manage kernel hash tables
hashinit(9) - manage kernel hash tables
hexdump(9) - dump a block of bytes to the console in hexadecimal form
htobe16(9) - byte order operations
htobe32(9) - byte order operations
htobe64(9) - byte order operations
htole16(9) - byte order operations
htole32(9) - byte order operations
htole64(9) - byte order operations
ieee80211_add_rates(9) - software 802.11 stack output functions
ieee80211_add_xrates(9) - software 802.11 stack output functions
ieee80211_alloc_node(9) - software 802.11 stack node management functions
ieee80211_begin_scan(9) - software 802.11 stack node management functions
ieee80211_cfgget(9) - 802.11 interface ioctl commands
ieee80211_cfgset(9) - 802.11 interface ioctl commands
ieee80211_chan2ieee(9) - core 802.11 network stack functions
ieee80211_chan2mode(9) - core 802.11 network stack functions
ieee80211_create_ibss(9) - software 802.11 stack node management functions
ieee80211_crypto_attach(9) - 802.11 WEP encryption functions
ieee80211_crypto_detach(9) - 802.11 WEP encryption functions
ieee80211_decap(9) - software 802.11 stack input functions
ieee80211_dump_pkt(9) - software 802.11 stack protocol helper functions
ieee80211_dup_bss(9) - software 802.11 stack node management functions
ieee80211_encap(9) - software 802.11 stack output functions
ieee80211_end_scan(9) - software 802.11 stack node management functions
ieee80211_find_node(9) - software 802.11 stack node management functions
ieee80211_fix_rate(9) - software 802.11 stack protocol helper functions
ieee80211_free_allnodes(9) - software 802.11 stack node management functions
ieee80211_free_node(9) - software 802.11 stack node management functions
ieee80211_ieee2mhz(9) - core 802.11 network stack functions
ieee80211_ifattach(9) - core 802.11 network stack functions
ieee80211_ifdetach(9) - core 802.11 network stack functions
ieee80211_input(9) - software 802.11 stack input functions
ieee80211_ioctl(9) - 802.11 interface ioctl commands
ieee80211_iterate_nodes(9) - software 802.11 stack node management functions
ieee80211_lookup_node(9) - software 802.11 stack node management functions
ieee80211_media2rate(9) - core 802.11 network stack functions
ieee80211_media_change(9) - core 802.11 network stack functions
ieee80211_media_init(9) - core 802.11 network stack functions
ieee80211_media_status(9) - core 802.11 network stack functions
ieee80211_mhz2ieee(9) - core 802.11 network stack functions
ieee80211_next_scan(9) - software 802.11 stack node management functions
ieee80211_node_attach(9) - software 802.11 stack node management functions
ieee80211_node_detach(9) - software 802.11 stack node management functions
ieee80211_node_lateattach(9) - software 802.11 stack node management functions
ieee80211_print_essid(9) - software 802.11 stack protocol helper functions
ieee80211_proto(9) - software 802.11 stack protocol helper functions
ieee80211_proto_attach(9) - software 802.11 stack protocol helper functions
ieee80211_proto_detach(9) - software 802.11 stack protocol helper functions
ieee80211_radiotap(9) - software 802.11 stack packet capture definitions
ieee80211_rate2media(9) - core 802.11 network stack functions
ieee80211_recv_mgmt(9) - software 802.11 stack input functions
ieee80211_send_mgmt(9) - software 802.11 stack output functions
ieee80211_setmode(9) - core 802.11 network stack functions
ieee80211_timeout_nodes(9) - software 802.11 stack node management functions
ieee80211_watchdog(9) - core 802.11 network stack functions
ieee80211_wep_crypt(9) - 802.11 WEP encryption functions
ifaddr(9) - kernel interfaces for manipulating network interfaces
if_data(9) - kernel interfaces for manipulating network interfaces
ifnet(9) - kernel interfaces for manipulating network interfaces
ifqueue(9) - kernel interfaces for manipulating network interfaces
init_sleepqueues(9) - manage the queues of sleeping threads
inittodr(9) - initialize system time
intro(9) - introduction to system kernel interfaces
issignal(9) - kernel signal functions
ithread_add_handler(9) - kernel interrupt threads
ithread_create(9) - kernel interrupt threads
ithread_destroy(9) - kernel interrupt threads
ithread_priority(9) - kernel interrupt threads
ithread_remove_handler(9) - kernel interrupt threads
ithread_schedule(9) - kernel interrupt threads
KASSERT(9) - kernel expression verification macro
kernacc(9) - check memory regions for accessibility
kernel_mount(9) - functions provided as part of the kernel mount interface
kernel_vmount(9) - functions provided as part of the kernel mount interface
killproc(9) - kernel signal functions
kobj(9) - a kernel object system for FreeBSD
kproc_shutdown(9) - kernel threads
kproc_start(9) - kernel threads
kthread_create(9) - kernel threads
kthread_exit(9) - kernel threads
kthread_resume(9) - kernel threads
kthread_suspend(9) - kernel threads
kthread_suspend_check(9) - kernel threads
le16dec(9) - byte order operations
le16enc(9) - byte order operations
le16toh(9) - byte order operations
le32dec(9) - byte order operations
le32enc(9) - byte order operations
le32toh(9) - byte order operations
le64dec(9) - byte order operations
le64enc(9) - byte order operations
le64toh(9) - byte order operations
lockcount(9) - lockmgr family of functions
lockdestroy(9) - lockmgr family of functions
lockinit(9) - lockmgr family of functions
lockmgr(9) - lockmgr family of functions
lockmgr_printinfo(9) - lockmgr family of functions
lockstatus(9) - lockmgr family of functions
log(9) - formatted output conversion
mac(9) - TrustedBSD Mandatory Access Control framework
major(9) - calculate device ids
make_dev(9) - manage cdev's and DEVFS registration for devices
make_dev_alias(9) - manage cdev's and DEVFS registration for devices
MALLOC(9) - kernel memory management routines
malloc(9) - kernel memory management routines
MALLOC_DECLARE(9) - kernel memory management routines
MALLOC_DEFINE(9) - kernel memory management routines
maybe_resched(9) - perform round-robin scheduling of runnable processes
mbchain(9) - set of functions to build an mbuf chain from various data types http://www.gsp.com/cgi-bin/man.cgi?section=9&topic=mb_detach: Error: 500 Can't connect to www.gsp.com:80 (Address already in use)
mbchain(9) - set of functions to build an mbuf chain from various data types
mb_done(9) - set of functions to build an mbuf chain from various data types
mb_fixhdr(9) - set of functions to build an mbuf chain from various data types
mb_init(9) - set of functions to build an mbuf chain from various data types
mb_initm(9) - set of functions to build an mbuf chain from various data types
mbpool(9) - buffer pools for network interfaces
mb_put_int64be(9) - set of functions to build an mbuf chain from various data types
mb_put_int64le(9) - set of functions to build an mbuf chain from various data types
mb_put_mbuf(9) - set of functions to build an mbuf chain from various data types
mb_put_mem(9) - set of functions to build an mbuf chain from various data types
mb_put_uint16be(9) - set of functions to build an mbuf chain from various data types
mb_put_uint16le(9) - set of functions to build an mbuf chain from various data types
mb_put_uint32be(9) - set of functions to build an mbuf chain from various data types
mb_put_uint32le(9) - set of functions to build an mbuf chain from various data types
mb_put_uint8(9) - set of functions to build an mbuf chain from various data types
mb_put_uio(9) - set of functions to build an mbuf chain from various data types
mb_reserve(9) - set of functions to build an mbuf chain from various data types
mbuf(9) - memory management in the kernel IPC subsystem
mbuf_tags(9) - a framework for generic packet attributes
MD5(9) - message digest routines
MD5Init(9) - message digest routines
MD5Transform(9) - message digest routines
md_append_record(9) - set of functions to dissect an mbuf chain to various data types
mdchain(9) - set of functions to dissect an mbuf chain to various data types
md_done(9) - set of functions to dissect an mbuf chain to various data types
md_get_int64(9) - set of functions to dissect an mbuf chain to various data types
md_get_int64be(9) - set of functions to dissect an mbuf chain to various data types
md_get_int64le(9) - set of functions to dissect an mbuf chain to various data types
md_get_mbuf(9) - set of functions to dissect an mbuf chain to various data types
md_get_mem(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint16(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint16be(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint16le(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint32(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint32be(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint32le(9) - set of functions to dissect an mbuf chain to various data types
md_get_uint8(9) - set of functions to dissect an mbuf chain to various data types
md_get_uio(9) - set of functions to dissect an mbuf chain to various data types
md_initm(9) - set of functions to dissect an mbuf chain to various data types
md_next_record(9) - set of functions to dissect an mbuf chain to various data types
memguard(9) - memory allocator for debugging purposes
microseq(9) - ppbus microsequencer developer's guide
microtime(9) - get the current time
microuptime(9) - get the time elapsed since boot
minor(9) - calculate device ids
mi_switch(9) - switch to another thread context
module(9) - structure describing a kernel module
MODULE_DEPEND(9) - set kernel module dependencies
MODULE_VERSION(9) - set kernel module version
mount_arg(9) - functions provided as part of the kernel mount interface
mount_argb(9) - functions provided as part of the kernel mount interface
mount_argf(9) - functions provided as part of the kernel mount interface
mount_argsu(9) - functions provided as part of the kernel mount interface
msleep_spin(9) - wait for events
mtx_assert(9) - kernel synchronization primitives
mtx_destroy(9) - kernel synchronization primitives
mtx_init(9) - kernel synchronization primitives
mtx_initialized(9) - kernel synchronization primitives
mtx_lock(9) - kernel synchronization primitives
mtx_lock_flags(9) - kernel synchronization primitives
mtx_lock_spin(9) - kernel synchronization primitives
mtx_lock_spin_flags(9) - kernel synchronization primitives
mtx_owned(9) - kernel synchronization primitives
mtx_pool(9) - mutex pool routines
mtx_pool_alloc(9) - mutex pool routines
mtx_pool_create(9) - mutex pool routines
mtx_pool_destroy(9) - mutex pool routines
mtx_pool_find(9) - mutex pool routines
mtx_pool_lock(9) - mutex pool routines
mtx_pool_lock_spin(9) - mutex pool routines
mtx_pool_unlock(9) - mutex pool routines
mtx_pool_unlock_spin(9) - mutex pool routines
mtx_recursed(9) - kernel synchronization primitives
MTX_SYSINIT(9) - kernel synchronization primitives
mtx_trylock(9) - kernel synchronization primitives
mtx_trylock_flags(9) - kernel synchronization primitives
mtx_unlock(9) - kernel synchronization primitives
mtx_unlock_flags(9) - kernel synchronization primitives
mtx_unlock_spin(9) - kernel synchronization primitives
mtx_unlock_spin_flags(9) - kernel synchronization primitives
mutex(9) - kernel synchronization primitives
MUTEX_PROFILING(9) - kernel mutex profiling support
namei(9) - pathname translation and lookup operations
nanotime(9) - get the current time
nanouptime(9) - get the time elapsed since boot
NDFREE(9) - pathname translation and lookup operations
NDINIT(9) - pathname translation and lookup operations
net_add_domain(9) - network domain management
new_unrhdr(9) - kernel unit number allocator
panic(9) - bring down system on fatal error
pbuf(9) - functions for managing physical buffers
p_candebug(9) - determine debuggability of a process
p_cansee(9) - determine visibility of a process
pci_disable_busmaster(9) - PCI bus interface
pci_disable_io(9) - PCI bus interface
pci_enable_busmaster(9) - PCI bus interface
pci_enable_io(9) - PCI bus interface
pci_find_bsf(9) - PCI bus interface
pci_find_device(9) - PCI bus interface
pci_get_powerstate(9) - PCI bus interface
pci_read_config(9) - PCI bus interface
pci_set_powerstate(9) - PCI bus interface
pci_write_config(9) - PCI bus interface
pfctlinput2(9) - network domain management
pfctlinput(9) - network domain management
pffindproto(9) - network domain management
pffindtype(9) - network domain management
pfil(9) - packet filter interface
pfil_add_hook(9) - packet filter interface
pfil_hook_get(9) - packet filter interface
pfil_remove_hook(9) - packet filter interface
pfind(9) - locate a process by number
pgfind(9) - locate a process group by number
pgsigio(9) - kernel signal functions
pgsignal(9) - post signal to a process or process group
phashinit(9) - manage kernel hash tables
physio(9) - initiate I/O on raw devices
pmap(9) - machine-dependent portion of virtual memory subsystem
pmap_activate(9) - activate a physical map
pmap_addr_hint(9) - get a hint for the best-fit mapping of a VM object
pmap_change_wiring(9) - change physical wiring for a map or virtual address pair
pmap_clear_modify(9) - set information about physical pages
pmap_clear_reference(9) - set information about physical pages
pmap_copy(9) - copy physical memory pages
pmap_copy_page(9) - copy physical memory pages
pmap_enter(9) - insert a virtual page into a physical map
pmap_extract(9) - map a virtual address to a physical page
pmap_extract_and_hold(9) - map a virtual address to a physical page
pmap_growkernel(9) - grow the kernel virtual address
pmap_init2(9) - initialize the pmap subsystem
pmap_init(9) - initialize the pmap subsystem
pmap_is_modified(9) - return information about physical pages http://www.gsp.com/cgi-bin/man.cgi?section=9&topic=pmap_is_prefaultable: Error: 500 Can't connect to www.gsp.com:80 (Address already in use)
pmap_is_modified(9) - return information about physical pages
pmap_map(9) - map a physical memory range into kernel virtual address
pmap_mincore(9) - determine if a virtual address is resident in physical memory
pmap_object_init_pt(9) - initialize page tables for a VM object
pmap_page_exists_quick(9) - determine if a page exists in a physical map
pmap_page_init(9) - initialize machine-dependent fields of a VM page
pmap_page_protect(9) - set physical page protection
pmap_pinit0(9) - initialize pmap structures
pmap_pinit(9) - initialize pmap structures
pmap_protect(9) - set physical page protection
pmap_qenter(9) - manage temporary kernel space mappings
pmap_qremove(9) - manage temporary kernel space mappings
pmap_release(9) - release resources held by a physical map
pmap_remove(9) - remove pages from a physical map
pmap_remove_all(9) - remove pages from a physical map
pmap_remove_pages(9) - remove pages from a physical map
pmap_resident_count(9) - return page resident and wiring statistics
pmap_ts_modified(9) - return information about physical pages
pmap_wired_count(9) - return page resident and wiring statistics
pmap_zero_area(9) - zero-fill a page using machine-dependent optimizations
pmap_zero_idle(9) - zero-fill a page using machine-dependent optimizations
pmap_zero_page(9) - zero-fill a page using machine-dependent optimizations
postsig(9) - kernel signal functions
printf(9) - formatted output conversion
prison_check(9) - determine if two credentials belong to the same jail
procrunnable(9) - manage the queue of runnable processes
pseudofs(9) - pseudo file system construction kit
psignal(9) - post signal to a process or process group
random(9) - supply pseudo-random numbers
random_harvest(9) - gather entropy from the kernel for the entropy device
read_random(9) - supply pseudo-random numbers
realloc(9) - kernel memory management routines
reallocf(9) - kernel memory management routines
redzone(9) - buffer corruptions detector
relpbuf(9) - functions for managing physical buffers
remrunqueue(9) - manage the queue of runnable processes
resetpriority(9) - perform round-robin scheduling of runnable processes
resettodr(9) - set battery-backed clock from system time
resource_int_value(9) - get a value from the hints mechanism
resource_long_value(9) - get a value from the hints mechanism
resource_string_value(9) - get a value from the hints mechanism
rman(9) - resource management functions
rman_activate_resource(9) - resource management functions
rman_await_resource(9) - resource management functions
rman_deactivate_resource(9) - resource management functions
rman_fini(9) - resource management functions
rman_get_bushandle(9) - resource management functions
rman_get_bustag(9) - resource management functions
rman_get_device(9) - resource management functions
rman_get_end(9) - resource management functions
rman_get_flags(9) - resource management functions
rman_get_rid(9) - resource management functions
rman_get_size(9) - resource management functions
rman_get_start(9) - resource management functions
rman_get_virtual(9) - resource management functions
rman_init(9) - resource management functions
rman_make_alignment_flags(9) - resource management functions
rman_manage_region(9) - resource management functions
rman_release_resource(9) - resource management functions
rman_reserve_resource(9) - resource management functions
rman_reserve_resource_bound(9) - resource management functions
rman_set_bushandle(9) - resource management functions
rman_set_bustag(9) - resource management functions
rman_set_rid(9) - resource management functions
rman_set_virtual(9) - resource management functions
roundrobin(9) - perform round-robin scheduling of runnable processes
roundrobin_interval(9) - perform round-robin scheduling of runnable processes
rtalloc1(9) - look up a route in the kernel routing table
rtalloc(9) - look up a route in the kernel routing table
rtalloc_ign(9) - look up a route in the kernel routing table
rtentry(9) - structure of an entry in the kernel routing table
rtfree(9) - look up a route in the kernel routing table
sbuf_bcat(9) - safe string formatting
sbuf_bcopyin(9) - safe string formatting
sbuf_bcpy(9) - safe string formatting
sbuf_cat(9) - safe string formatting
sbuf_clear(9) - safe string formatting
sbuf_copyin(9) - safe string formatting
sbuf_cpy(9) - safe string formatting
sbuf_data(9) - safe string formatting
sbuf_delete(9) - safe string formatting
sbuf_done(9) - safe string formatting
sbuf_finish(9) - safe string formatting
sbuf_len(9) - safe string formatting
sbuf_new(9) - safe string formatting
sbuf_overflowed(9) - safe string formatting
sbuf_printf(9) - safe string formatting
sbuf_putc(9) - safe string formatting
sbuf_setpos(9) - safe string formatting
sbuf_trim(9) - safe string formatting
sbuf_vprintf(9) - safe string formatting
schedclock(9) - perform round-robin scheduling of runnable processes
schedcpu(9) - perform round-robin scheduling of runnable processes
sched_setup(9) - perform round-robin scheduling of runnable processes
securelevel_ge(9) - test active securelevel
securelevel_gt(9) - test active securelevel
selrecord(9) - record and wakeup select requests
selwakeup(9) - record and wakeup select requests
sema(9) - kernel counting semaphore
sema_destroy(9) - kernel counting semaphore
sema_init(9) - kernel counting semaphore
sema_post(9) - kernel counting semaphore
sema_timedwait(9) - kernel counting semaphore
sema_trywait(9) - kernel counting semaphore
sema_value(9) - kernel counting semaphore
sema_wait(9) - kernel counting semaphore
setrunnable(9) - perform round-robin scheduling of runnable processes
setrunqueue(9) - manage the queue of runnable processes
SIGADDSET(9) - kernel signal functions
SIG_CONTSIGMASK(9) - kernel signal functions
SIGDELSET(9) - kernel signal functions
sigexit(9) - kernel signal functions
SIGFILLSET(9) - kernel signal functions
siginit(9) - kernel signal functions
SIGISEMPTY(9) - kernel signal functions
SIGISMEMBER(9) - kernel signal functions
signal(9) - kernel signal functions
SIGNOTEMPTY(9) - kernel signal functions
signotify(9) - kernel signal functions
SIGPENDING(9) - kernel signal functions
SIGSETAND(9) - kernel signal functions
SIGSETCANTMASK(9) - kernel signal functions
SIGSETEQ(9) - kernel signal functions
SIGSETNAND(9) - kernel signal functions
SIG_STOPSIGMASK(9) - kernel signal functions
sleepq_abort(9) - manage the queues of sleeping threads
sleepq_add(9) - manage the queues of sleeping threads
sleepq_alloc(9) - manage the queues of sleeping threads
sleepq_broadcast(9) - manage the queues of sleeping threads
sleepq_calc_signal_retval(9) - manage the queues of sleeping threads
sleepq_catch_signals(9) - manage the queues of sleeping threads
sleepq_free(9) - manage the queues of sleeping threads
sleepq_lookup(9) - manage the queues of sleeping threads
sleepq_release(9) - manage the queues of sleeping threads
sleepq_remove(9) - manage the queues of sleeping threads
sleepq_set_timeout(9) - manage the queues of sleeping threads
sleepq_signal(9) - manage the queues of sleeping threads
sleepq_timedwait(9) - manage the queues of sleeping threads
sleepq_timedwait_sig(9) - manage the queues of sleeping threads
sleepq_wait(9) - manage the queues of sleeping threads
sleepq_wait_sig(9) - manage the queues of sleeping threads
spl0(9) - manipulate interrupt priorities
splbio(9) - manipulate interrupt priorities
splclock(9) - manipulate interrupt priorities
splhigh(9) - manipulate interrupt priorities
splimp(9) - manipulate interrupt priorities
splnet(9) - manipulate interrupt priorities
splsoftclock(9) - manipulate interrupt priorities
splsofttty(9) - manipulate interrupt priorities
splstatclock(9) - manipulate interrupt priorities
spltty(9) - manipulate interrupt priorities
splvm(9) - manipulate interrupt priorities
splx(9) - manipulate interrupt priorities
srandom(9) - supply pseudo-random numbers
store(9) - store data to user-space
style(9) - kernel source file style guide
subyte(9) - store data to user-space
suser(9) - check if credentials have superuser privilege
suser_cred(9) - check if credentials have superuser privilege
suswintr(9) - store data to user-space
susword(9) - store data to user-space
suword(9) - store data to user-space
swi_add(9) - register and schedule software interrupt handlers
swi_sched(9) - register and schedule software interrupt handlers
sx(9) - kernel shared/exclusive lock
sx_assert(9) - kernel shared/exclusive lock
sx_destroy(9) - kernel shared/exclusive lock
sx_downgrade(9) - kernel shared/exclusive lock
sx_init(9) - kernel shared/exclusive lock
sx_slock(9) - kernel shared/exclusive lock
sx_sunlock(9) - kernel shared/exclusive lock
SX_SYSINIT(9) - kernel shared/exclusive lock
sx_try_slock(9) - kernel shared/exclusive lock
sx_try_upgrade(9) - kernel shared/exclusive lock
sx_try_xlock(9) - kernel shared/exclusive lock
sx_xlock(9) - kernel shared/exclusive lock
sx_xlocked(9) - kernel shared/exclusive lock
sx_xunlock(9) - kernel shared/exclusive lock
SYSCALL_MODULE(9) - syscall kernel module declaration macro
sysctl(9) - Static sysctl declaration functions
sysctl_add_oid(9) - runtime sysctl tree manipulation
sysctl_ctx_entry_add(9) - sysctl context for managing dynamically created sysctl oids
sysctl_ctx_entry_del(9) - sysctl context for managing dynamically created sysctl oids
sysctl_ctx_entry_find(9) - sysctl context for managing dynamically created sysctl oids
sysctl_ctx_free(9) - sysctl context for managing dynamically created sysctl oids
sysctl_ctx_init(9) - sysctl context for managing dynamically created sysctl oids
sysctl_move_oid(9) - runtime sysctl tree manipulation
sysctl_remove_oid(9) - runtime sysctl tree manipulation
taskqueue(9) - asynchronous task execution
thread_exit(9) - abandon current thread context
timeout(9) - execute a function after a specified length of time
time_second(9) - system time variables
time_uptime(9) - system time variables
tprintf(9) - formatted output conversion
trapsignal(9) - kernel signal functions
trypbuf(9) - functions for managing physical buffers
tvtohz(9) - convert time interval to tick count
ucred(9) - functions related to user credentials
uidinfo(9) - functions for managing UID information
uifind(9) - functions for managing UID information
uifree(9) - functions for managing UID information
uihashinit(9) - functions for managing UID information
uihold(9) - functions for managing UID information
uio(9) - device driver I/O routines
uiomove(9) - device driver I/O routines
umajor(9) - calculate device ids
uma_zalloc(9) - zone allocator
uma_zcreate(9) - zone allocator
uma_zdestroy(9) - zone allocator
uma_zone_set_max(9) - zone allocator
uminor(9) - calculate device ids
untimeout(9) - execute a function after a specified length of time
updatepri(9) - perform round-robin scheduling of runnable processes
uprintf(9) - formatted output conversion
useracc(9) - check memory regions for accessibility
utopia(9) - driver module for ATM PHY chips
vaccess(9) - generate an access control decision using vnode parameters
vaccess_acl_posix1e(9) - generate a POSIX.1e ACL access control decision using vnode parameters
vcount(9) - get total number of references to a device
vdrop(9) - acquire/release a hold on a vnode
vflush(9) - flush vnodes for a mount point
VFS(9) - kernel interface to file systems
vfs_busy(9) - marks a mount point as busy
VFS_CHECKEXP(9) - check if a file system is exported to a client
vfsconf(9) - vfs configuration information
VFS_FHTOVP(9) - turn an NFS filehandle into a vnode
vfs_getnewfsid(9) - allocate a new file system identifier
vfs_getvfs(9) - returns a mount point given its file system identifier
VFS_LOCK_GIANT(9) - conditionally lock and unlock Giant around entry into VFS
VFS_MOUNT(9) - generic file system mount function
vfs_mount(9) - generic file system mount function
vfs_mountedon(9) - check if the vnode belongs to a mounted file system
VFS_QUOTACTL(9) - manipulate file system quotas
VFS_ROOT(9) - return the root vnode of a file system
vfs_rootmountalloc(9) - allocate a root mount structure
VFS_SET(9) - set up loadable file system vfsconf
VFS_STATFS(9) - return file system status
vfs_suser(9) - check if credentials have superuser privileges for a mount point
VFS_SYNC(9) - flush unwritten data
vfs_timestamp(9) - generate current timestamp
vfs_unbusy(9) - unbusy a mount point
VFS_UNLOCK_GIANT(9) - conditionally lock and unlock Giant around entry into VFS
VFS_UNMOUNT(9) - unmount a file system
vfs_unmountall(9) - unmount all file systems
VFS_VGET(9) - convert an inode number to a vnode
VFS_VPTOFH(9) - turn a vnode into an NFS filehandle
vget(9) - get a vnode from the free list
vgone(9) - prepare a vnode for reuse
vgonel(9) - prepare a vnode for reuse
vhold(9) - acquire/release a hold on a vnode http://www.gsp.com/cgi-bin/man.cgi?section=9&topic=vinvalbuf: Error: 500 Can't connect to www.gsp.com:80 (Address already in use)
vinum(4) - Logical Volume Manager
vm_fault_prefault(9) - cluster page faults into a process's address space
vm_map(9) - virtual address space portion of virtual memory subsystem
vm_map_check_protection(9) - check memory protection for a vm_map
vm_map_clean(9) - push dirty pages to their pager
vm_map_create(9) - create a new vm_map structure
vm_map_delete(9) - deallocate an address range from a map
vm_map_entry_resize_free(9) - vm map free space algorithm
vm_map_find(9) - find a free region within a map, and optionally map a vm_object
vm_map_findspace(9) - find a free region within a map
vm_map_growstack(9) - manage process stacks
vm_map_inherit(9) - set fork inheritance flags for a range within a map
vm_map_init(9) - initialize a vm_map structure for process zero
vm_map_insert(9) - insert an object into a map
vm_map_lock(9) - vm_map locking macros
vm_map_lock_downgrade(9) - vm_map locking macros
vm_map_lock_read(9) - vm_map locking macros
vm_map_lock_upgrade(9) - vm_map locking macros
vm_map_lookup(9) - lookup the vm_object backing a given virtual region
vm_map_lookup_done(9) - lookup the vm_object backing a given virtual region
vm_map_madvise(9) - apply advice about use of memory to map entries
vm_map_max(9) - return map properties
vm_map_min(9) - return map properties
vm_map_pmap(9) - return map properties
vm_map_protect(9) - apply protection bits to a virtual memory region
vm_map_remove(9) - remove a virtual address range from a map
vm_map_simplify_entry(9) - simplify a vm_map_entry
vm_map_stack(9) - manage process stacks
vm_map_submap(9) - create a subordinate map
vm_map_trylock(9) - vm_map locking macros
vm_map_trylock_read(9) - vm_map locking macros
vm_map_unlock(9) - vm_map locking macros
vm_map_unlock_read(9) - vm_map locking macros
vm_map_unwire(9) - manage page wiring within a virtual memory map
vm_map_wire(9) - manage page wiring within a virtual memory map
vm_page_alloc(9) - allocate a page for a vm_object
vm_page_bits(9) - manage page clean and dirty bits
vm_page_busy(9) - handle the busying and unbusying of a page
vm_page_cache(9) - move a page onto the cache queue
vm_page_clear_dirty(9) - manage page clean and dirty bits
vm_page_deactivate(9) - deactivate a page
vm_page_dirty(9) - manage page clean and dirty bits
vm_page_dontneed(9) - indicate that a page is not needed anymore
vm_page_flag_clear(9) - change page flags
vm_page_flag_set(9) - change page flags
vm_page_flash(9) - handle the busying and unbusying of a page
vm_page_free_toq(9) - free a page
vm_page_free_zero(9) - free a page
vm_page_grab(9) - returns a page from an object
vm_page_hold(9) - update a page's hold count
vm_page_insert(9) - add/remove page from an object
vm_page_io_finish(9) - ready or unready a page for I/O
vm_page_io_start(9) - ready or unready a page for I/O
vm_page_is_valid(9) - manage page clean and dirty bits
vm_page_lookup(9) - lookup a vm page
vm_page_protect(9) - lower a page's protection
vm_page_remove(9) - add/remove page from an object
vm_page_rename(9) - move a page
vm_page_set_invalid(9) - manage page clean and dirty bits
vm_page_set_validclean(9) - manage page clean and dirty bits
vm_page_sleep_busy(9) - wait for a busy page to become unbusy
vm_page_test_dirty(9) - manage page clean and dirty bits
vm_page_try_to_free(9) - free a page
vm_page_undirty(9) - manage page clean and dirty bits
vm_page_unhold(9) - update a page's hold count
vm_page_unmanage(9) - make a page unmanaged
vm_page_unwire(9) - wire and unwire pages
vm_page_wakeup(9) - handle the busying and unbusying of a page
vm_page_wire(9) - wire and unwire pages
vm_page_zero_fill(9) - zero fill a page
vm_page_zero_invalid(9) - manage page clean and dirty bits
vm_set_page_size(9) - initialize the system page size
vn_fullpath(9) - convert a vnode reference to a full pathname, given a process context
vn_isdisk(9) - checks if a vnode represents a disk
vn_lock(9) - serialize access to a vnode
vnode(9) - internal representation of a file or directory
VOP_ACCESS(9) - check access permissions of a file or Unix domain socket
VOP_ACLCHECK(9) - check an access control list for a vnode
VOP_ADVLOCK(9) - advisory record locking
VOP_BWRITE(9) - write a file system buffer
VOP_CLOSE(9) - open or close a file
VOP_CREATE(9) - create a file, socket, fifo, device, directory or symlink
VOP_CREATEVOBJECT(9) - VM object interaction
VOP_DESTROYVOBJECT(9) - VM object interaction
VOP_FSYNC(9) - flush file system buffers for a file
VOP_GETACL(9) - retrieve access control list for a vnode
VOP_GETATTR(9) - get and set attributes on a file or directory
VOP_GETEXTATTR(9) - retrieve named extended attribute from a vnode
VOP_GETPAGES(9) - read or write VM pages from a file
VOP_GETVOBJECT(9) - VM object interaction
VOP_INACTIVE(9) - reclaim file system resources for a vnode
VOP_IOCTL(9) - device specific control
VOP_ISLOCKED(9) - serialize access to a vnode
VOP_LEASE(9) - validate a vnode for a particular set of credentials and operation type
VOP_LINK(9) - create a new name for a file
VOP_LISTEXTATTR(9) - retrieve a list of named extended attribute from a vnode
VOP_LOCK(9) - serialize access to a vnode
VOP_LOOKUP(9) - lookup a component of a pathname
VOP_MKDIR(9) - create a file, socket, fifo, device, directory or symlink
VOP_MKNOD(9) - create a file, socket, fifo, device, directory or symlink
VOP_OPEN(9) - open or close a file
VOP_PATHCONF(9) - return POSIX pathconf information
VOP_PRINT(9) - print debugging information
VOP_PUTPAGES(9) - read or write VM pages from a file
VOP_READ(9) - read or write a file
VOP_READDIR(9) - read contents of a directory
VOP_READLINK(9) - read the target of a symbolic link
VOP_REALLOCBLKS(9) - rearrange blocks in a file to be contiguous
VOP_RECLAIM(9) - reclaim file system resources for a vnode
VOP_REMOVE(9) - remove a file or directory
VOP_REVOKE(9) - revoke access to a device and its aliases
VOP_RMDIR(9) - remove a file or directory
VOP_SETACL(9) - set the access control list for a vnode
VOP_SETATTR(9) - get and set attributes on a file or directory
VOP_SETEXTATTR(9) - set named extended attribute for a vnode
VOP_STRATEGY(9) - read or write a file system buffer
VOP_SYMLINK(9) - create a file, socket, fifo, device, directory or symlink
VOP_UNLOCK(9) - serialize access to a vnode
VOP_WRITE(9) - read or write a file
vput(9) - decrement the use count for a vnode and unlock it
vref(9) - increment the use count for a vnode
vrele(9) - decrement the use count for a vnode
vslock(9) - lock/unlock user space addresses in memory
vsunlock(9) - lock/unlock user space addresses in memory
watchdog(9) - software and hardware watchdog facility
zero_copy(9) - zero copy sockets code