Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man9s/qinit.9s
Real path: /usr/share/man/man9s/qinit.9s
Zurück
'\" te .\" Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved. .\" Copyright (c) 1989, AT&T. All rights reserved. .TH qinit 9S "11 Apr 1991" "Oracle Solaris 11.4" "Kernel & Driver Data Structures" .SH NAME qinit \- STREAMS queue processing procedures structure .SH SYNOPSIS .LP .nf #include <sys/stream.h> .fi .SH INTERFACE LEVEL .sp .LP Architecture independent level 1 (DDI/DKI) .SH DESCRIPTION .sp .LP The \fBqinit\fR structure contains pointers to processing procedures for a \fBQUEUE\fR. The \fBstreamtab\fR structure for the module or driver contains pointers to one \fBqueue\fR(9S) structure for both upstream and downstream processing. .SH STRUCTURE MEMBERS .sp .in +2 .nf 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 */ .fi .in -2 .sp .SH SEE ALSO .sp .LP \fBqueue\fR(9S), \fBstreamtab\fR(9S) .sp .LP \fIWriting Device Drivers in Oracle Solaris 11.4\fR .sp .LP \fISTREAMS Programming Guide\fR .SH NOTES .sp .LP This release includes no support for module statistics.