The OpenNET Project / Index page

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

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

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

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

    NAME

    fmodsw - STREAMS module declaration structure
     
    

    SYNOPSIS

    #include <sys/stream.h>
    #include <sys/conf.h> 
    

     

    INTERFACE LEVEL

    Solaris DDI specific (Solaris DDI)  

    DESCRIPTION

    The fmodsw structure contains information for STREAMS modules. All STREAMS modules must define a fmodsw structure.

    f_name must match mi_idname in the module_info structure. See module_info(9S). f_name should also match the module binary name. (See WARNINGS.)

    All modules must set the f_flag to D_MP to indicate that they safely allow multiple threads of execution. See mt-streams(9F) for additional flags.  

    STRUCTURE MEMBERS

    char              f_name[FMNAMESZ + 1];   /* module name */
    struct streamtab  *f_str;                 /* streams information */
    int               f_flag;                 /* flags */
    

     

    SEE ALSO

    mt-streams(9F), modlstrmod(9S), module_info(9S)

    STREAMS Programming Guide  

    WARNINGS

    If f_name does not match the module binary name, unexpected failures can occur.


     

    Index

    NAME
    SYNOPSIS
    INTERFACE LEVEL
    DESCRIPTION
    STRUCTURE MEMBERS
    SEE ALSO
    WARNINGS


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




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

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