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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 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...
 device_add_child_ordered(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...
 DEVICE_ATTACH(9) -- attach a device
    Attach a device to the system. The probe method will have been called and will have indicated that the device exists. This routine should initialise the hardware and allocate other system resources (s...
 device_busy(9) -- manipulate device state
    The current state of a device is accessed by calling device_get_state() which returns DS_NOTPRESENT, DS_ALIVE, DS_ATTACHED or DS_BUSY (described in device(9)). To test see if a device was successfully...
 device_delete_child(9) -- delete a child from a device
    The specified device is removed from dev and deleted. If the device is currently attached, it is first detached (see DEVICE_ATTACH(9) and DEVICE_DETACH(9)).
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service