Query: fmodsw
OS: sunos
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
fmodsw(9S) Data Structures for Drivers fmodsw(9S)NAMEfmodsw - STREAMS module declaration structureSYNOPSIS#include <sys/stream.h> #include <sys/conf.h>INTERFACE LEVELSolaris DDI specific (Solaris DDI)DESCRIPTIONThe 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 WARN- INGS.) 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 MEMBERSchar f_name[FMNAMESZ + 1]; /* module name */ struct streamtab *f_str; /* streams information */ int f_flag; /* flags */SEE ALSOmt-streams(9F), modlstrmod(9S), module_info(9S) STREAMS Programming GuideWARNINGSIf f_name does not match the module binary name, unexpected failures can occur. SunOS 5.10 14 Nov 2002 fmodsw(9S)
Related Man Pages |
---|
module_info(9s) - sunos |
module_info(9s) - opensolaris |
mt-streams(9f) - opensolaris |
fmodsw(9s) - sunos |
mt-streams(9f) - minix |
Similar Topics in the Unix Linux Community |
---|
string returning function |
Counting string of a variable |