The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

device (9)
  • >> device (9) ( FreeBSD man: Ядро )
  • Ключ device обнаружен в базе ключевых слов.

  • BSD mandoc
     

    NAME

    
    
    device
    
     - an abstract representation of a device
    
     
    

    SYNOPSIS

    Vt typedef struct device *device_t ;  

    DESCRIPTION

    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 defines one device, root_bus and all other devices are created dynamically during autoconfiguration. Normally devices representing top-level busses in the system (ISA, PCI etc.) will be attached directly to root_bus and other devices will be added as children of their relevant bus.

    The devices in a system form a tree. All devices except root_bus have a parent (see device_get_parent9). In addition, any device can have children attached to it (see device_add_child9, device_add_child_ordered9, device_find_child9, device_get_children9, and device_delete_child9).

    A device which has been successfully probed and attached to the system will also have a driver (see device_get_driver9 and driver(9)) and a devclass (see device_get_devclass9 and devclass(9)). Various other attributes of the device include a unit number (see device_get_unit9), verbose description (normally supplied by the driver, see device_set_desc9 and device_get_desc9), a set of bus-specific variables (see device_get_ivars9) and a set of driver-specific variables (see device_get_softc9).

    Devices can be in one of several states:

    DS_NOTPRESENT
    the device has not been probed for existence or the probe failed
    DS_ALIVE
    the device probe succeeded but not yet attached
    DS_ATTACHED
    the device has been successfully attached
    DS_BUSY
    the device is currently open

    The current state of the device can be determined by calling device_get_state9.  

    SEE ALSO

    devclass(9), driver(9)  

    AUTHORS

    This manual page was written by An Doug Rabson .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру