Query: qinit
OS: opensolaris
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
qinit(9S) Data Structures for Drivers qinit(9S)NAMEqinit - STREAMS queue processing procedures structureSYNOPSIS#include <sys/stream.h>INTERFACE LEVELArchitecture independent level 1 (DDI/DKI)DESCRIPTIONThe qinit structure contains pointers to processing procedures for a QUEUE. The streamtab structure for the module or driver contains pointers to one queue(9S) structure for both upstream and downstream processing.STRUCTURE MEMBERSint (*qi_putp)(); /* put procedure */ int (*qi_srvp)(); /* service procedure */ int (*qi_qopen)(); /* open procedure */ int (*qi_qclose)(); /* close procedure */ int (*qi_qadmin)(); /* unused */ struct module_info *qi_minfo; /* module parameters */ struct module_stat *qi_mstat; /* module statistics */SEE ALSOqueue(9S), streamtab(9S) Writing Device Drivers STREAMS Programming GuideNOTESThis release includes no support for module statistics. SunOS 5.11 11 Apr 1991 qinit(9S)
| Related Man Pages | 
|---|
| fmodsw(9s) - opensolaris | 
| put(9f) - sunos | 
| queue(9s) - sunos | 
| mblk(9s) - opensolaris | 
| msgb(9s) - centos | 
| Similar Topics in the Unix Linux Community | 
|---|
| Entry Points Routine | 
| Please update inittab/rc.shutdown/rc scripts to start/stop mqm (need help Urgent) | 
| Warning for gulamibrahim: 1st Warning to Add Code Tags |