qinit(9s) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

qinit(9s)

Kernel & Driver Data Structures                                      qinit(9S)



NAME
       qinit - STREAMS queue processing procedures structure

SYNOPSIS
       #include <sys/stream.h>

INTERFACE LEVEL
       Architecture independent level 1 (DDI/DKI)

DESCRIPTION
       The  qinit  structure  contains pointers to processing procedures for a
       QUEUE. The streamtab structure for the module or driver contains point‐
       ers  to  one  queue(9S) structure for both upstream and downstream pro‐
       cessing.

STRUCTURE MEMBERS
         int                 (*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 ALSO
       queue(9S), streamtab(9S)


       Writing Device Drivers in Oracle Solaris 11.4


       STREAMS Programming Guide

NOTES
       This release includes no support for module statistics.



Oracle Solaris 11.4               11 Apr 1991                        qinit(9S)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3