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

  man pages->FreeBSD man pages              
Title
Content
Arch
Section
 
 BUS_READ_IVAR(9) -- manipulate bus-specific device instance variables
    These two methods manage a bus specific set of instance variables of a child device. The intention is that each different type of bus defines a set of appropriate instance variables (such as ports and...
 bus_release_resource(9) -- release resources on a bus
    Free a resource allocated by bus_alloc_resource(9). The resource must not be in use on release, i.e. call an appropriate function before (e.g. bus_teardown_intr(9) for IRQs). dev is the device that ow...
 BUS_SETUP_INTR(9) -- create, attach and teardown an interrupt handler
    The method BUS_SETUP_INTR will create and attach an interrupt handler to an interrupt previously allocated by the resource manager's BUS_ALLOC_RESOURCE(9) method. The flags are found in , ...
 bus_setup_intr(9) -- create, attach and teardown an interrupt handler
    The method BUS_SETUP_INTR will create and attach an interrupt handler to an interrupt previously allocated by the resource manager's BUS_ALLOC_RESOURCE(9) method. The flags are found in , ...
 bus_set_resource(9) -- associate a definite resource with a given resource ID
    The bus_set_resource() function sets the start address of the resource type, rid pair to be count long. Typically, client drivers do not use this interface. Bus drivers, however, often use it to set u...
 BUS_TEARDOWN_INTR(9) -- create, attach and teardown an interrupt handler
    The method BUS_SETUP_INTR will create and attach an interrupt handler to an interrupt previously allocated by the resource manager's BUS_ALLOC_RESOURCE(9) method. The flags are found in , ...
 bus_teardown_intr(9) -- create, attach and teardown an interrupt handler
    The method BUS_SETUP_INTR will create and attach an interrupt handler to an interrupt previously allocated by the resource manager's BUS_ALLOC_RESOURCE(9) method. The flags are found in , ...
 BUS_WRITE_IVAR(9) -- manipulate bus-specific device instance variables
    These two methods manage a bus specific set of instance variables of a child device. The intention is that each different type of bus defines a set of appropriate instance variables (such as ports and...
 byteorder(9) -- byte order operations
    The bswap16(), bswap32(), and bswap64() functions return a byte order swapped integer. On big endian systems, the number is converted to little endian byte order. On little endian systems, the number ...
 callout_handle_init(9) -- execute a function after a specified length of time
    The function timeout() schedules a call to the function given by the argument func to take place after ticks/hz seconds. Non-positive values of ticks are silently converted to the value `1'. func sho...
 callout_init(9) -- execute a function after a specified length of time
    The function timeout() schedules a call to the function given by the argument func to take place after ticks/hz seconds. Non-positive values of ticks are silently converted to the value `1'. func sho...
 callout_reset(9) -- execute a function after a specified length of time
    The function timeout() schedules a call to the function given by the argument func to take place after ticks/hz seconds. Non-positive values of ticks are silently converted to the value `1'. func sho...
 callout_stop(9) -- execute a function after a specified length of time
    The function timeout() schedules a call to the function given by the argument func to take place after ticks/hz seconds. Non-positive values of ticks are silently converted to the value `1'. func sho...
 cd(9) -- CDROM driver for the CAM SCSI subsystem
    The cd device driver provides a read only interface for CDROM drives (SCSI type 5) and WORM drives (SCSI type 4) that support CDROM type commands. Some drives don't behave as the driver expects. See ...
 cdevsw_add(9) -- adds a cdevsw entry
    The cdevsw_add() function adds newentry to the cdevsw table if its major number is greater than or equal to zero, and is less than NUMCDEVSW. Its argument is: newentry The device to add to the table.
<<  [Prev]  290  291  292  293  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  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service