The OpenNET Project / Index page

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

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

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

device_get_ivars (9)
  • >> device_get_ivars (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    
    
    device_get_ivars
    
     
    device_set_ivars
    
     - access bus private variables
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/bus.h>
    void * device_get_ivars (device_t dev);
    void device_set_ivars (device_t dev void *ivar);
     

    DESCRIPTION

    The device_get_ivars ();
    function returns the bus-specific instance variables of a device.

    The device_set_ivars ();
    function sets the bus-specific instance variables of a device.

    Typically, only bus drivers will use these functions. The kernel assumes that the bus driver will manage this memory, and no automatic memory allocation or deallocation happens. Client drivers should access ivars through the BUS_READ_IVAR9 interface instead.  

    SEE ALSO

    device(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
    Добавить, Поддержать, Вебмастеру