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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 DELAY(9) -- busy loop for an interval
    Delay for delay microseconds (1/1000000th of a second).
 destroy_dev(9) -- manage dev_t's and DEVFS registration for devices
    The make_dev() function creates a dev_t structure for a new device. If DEVFS is available, it is also notified of the presence of the new device. The device will be owned by uid, with the group owners...
 devclass(9) -- object representing a class of devices
    The devclass object has two main functions in the system. The first is to manage the allocation of unit numbers for device instances and the second is to hold the list of device drivers for a particul...
 devclass_add_driver(9) -- manipulate the drivers in a devclass
    These functions can be used to add new drivers into the system, remove old ones and search for existing ones. Normally drivers are added automatically during system initialisation.
 devclass_delete_driver(9) -- manipulate the drivers in a devclass
    These functions can be used to add new drivers into the system, remove old ones and search for existing ones. Normally drivers are added automatically during system initialisation.
 devclass_find(9) -- search for a devclass
    Search for the devclass with the specified name.
 devclass_find_driver(9) -- manipulate the drivers in a devclass
    These functions can be used to add new drivers into the system, remove old ones and search for existing ones. Normally drivers are added automatically during system initialisation.
 devclass_get_device(9) -- translate unit number to device
    This function retrieves the device instance with the given unit number and returns it.
 devclass_get_devices(9) -- get a list of devices in a devclass
    Retrieve a list of all device instances currently in the devclass and return the list in *devlistp and the count in *devcountp. The memory allocated for the list should be freed using free(*devlistp, ...
 devclass_get_maxunit(9) -- find the maximum unit number in the class
    Returns the maximum unit number allocated to device instances in the specified devclass.
 devclass_get_name(9) -- access the name of a devclass
    Return the name of a devclass.
 devclass_get_softc(9) -- translate unit number to driver private structure
    This function retrieves the driver private instance variables for the device with the given unit number and returns it.
 device(9) -- an abstract representation of a device
    The device object represents a piece of hardware attached to the system such as an expansion card, the bus which that card is plugged into, disk drives attached to the expansion card etc. The system d...
 devicestat(9) -- kernel interface for keeping device statistics
    The devstat subsystem is an interface for recording device statistics, as its name implies. The idea is to keep reasonably detailed statistics while utilizing a minimum amount of CPU time to record th...
 device_add_child(9) -- add a new device as a child of an existing device
    Create a new child device of dev. The name and unit arguments specify the name and unit number of the device. If the name is unknown then the caller should pass NULL. If the unit is unknown then the c...
<<  [Prev]  294  295  296  297  298  299  300  301  302  303  304  305  306  307  308  309  310  311  312  313  314  
315  316  317  318  319  320  321  322  323  324  325  326  327  328  329  330  331  332  333  334  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service