The OpenNET Project / Index page

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

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

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

datab (9)
  • >> datab (9) ( Solaris man: Ядро )
  •  

    NAME

    datab, dblk - STREAMS message data structure
     
    

    SYNOPSIS

    #include <sys/stream.h>
    

     

    INTERFACE LEVEL

    Architecture independent level 1 (DDI/DKI).  

    DESCRIPTION

    The datab structure describes the data of a STREAMS message. The actual data contained in a STREAMS message is stored in a data buffer pointed to by this structure. A msgb (message block) structure includes a field that points to a datab structure.

    Because a data block can have more than one message block pointing to it at one time, the db_ref member keeps track of a data block's references, preventing it from being deallocated until all message blocks are finished with it.  

    STRUCTURE MEMBERS

    unsigned char     *db_base;     /* first byte of buffer */
    unsigned char     *db_lim;      /* last byte (+1) of buffer */
    unsigned char      db_ref;      /* # of message pointers to this data */
    unsigned char      db_type;     /* message type */
    

    A datab structure is defined as type dblk_t.  

    SEE ALSO

    free_rtn(9S), msgb(9S)

    Writing Device Drivers

    STREAMS Programming Guide


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    DESCRIPTION
    STRUCTURE MEMBERS
    SEE ALSO


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




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

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