Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../data-stud/../../usr/man/man9f/RD.9f
Real path: /usr/share/man/man9f/RD.9f
Zurück
'\" te .\" Copyright (c) 1989, AT&T. All rights reserved. .\" Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. .TH RD 9F "16 Jan 2006" "Oracle Solaris 11.4" "Kernel Functions" .SH NAME RD, rd \- get pointer to the read queue .SH SYNOPSIS .LP .nf #include <sys/stream.h> #include <sys/ddi.h> \fBqueue_t *\fR\fBRD\fR(\fBqueue_t *\fR\fIq\fR); .fi .SH INTERFACE LEVEL .sp .LP Architecture independent level 1 (\fBDDI/DKI)\fR. .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIq\fR\fR .ad .RS 5n .rt Pointer to the \fBwrite\fR queue whose \fBread\fR queue is to be returned. .RE .SH DESCRIPTION .sp .LP The \fBRD()\fR function accepts a \fBwrite\fR queue pointer as an argument and returns a pointer to the \fBread\fR queue of the same module. .sp .LP \fBCAUTION:\fR Make sure the argument to this function is a pointer to a \fBwrite\fR queue. \fBRD()\fR will not check for queue type, and a system panic could result if it is not the right type. .SH RETURN VALUES .sp .LP The pointer to the \fBread\fR queue. .SH CONTEXT .sp .LP The \fBRD()\fR function can be called from user, interrupt, or kernel context. .SH EXAMPLES .LP \fBExample 1\fR Function page reference .sp .LP See the \fBqreply\fR(9F) function page for an example of \fBRD()\fR. .SH SEE ALSO .sp .LP \fBWR\fR(9F), \fBqreply\fR(9F) .sp .LP \fIWriting Device Drivers in Oracle Solaris 11.4\fR .sp .LP \fISTREAMS Programming Guide\fR