Query: linkblk
OS: opensolaris
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
linkblk(9S) Data Structures for Drivers linkblk(9S)NAMElinkblk - STREAMS data structure sent to multiplexor drivers to indicate a linkSYNOPSIS#include <sys/stream.h>INTERFACE LEVELArchitecture independent level 1 (DDI/DKI)DESCRIPTIONThe linkblk structure is used to connect a lower Stream to an upper STREAMS multiplexor driver. This structure is used in conjunction with the I_LINK, I_UNLINK, P_LINK, and P_UNLINK ioctl commands. See streamio(7I). The M_DATA portion of the M_IOCTL message contains the linkblk structure. Note that the linkblk structure is allocated and initialized by the Stream head as a result of one of the above ioctl commands.STRUCTURE MEMBERSqueue_t *l_qtop; /* lowest level write queue of upper stream */ /* (set to NULL for persistent links) */ queue_t *l_qbot; /* highest level write queue of lower stream */ int l_index; /* index for lower stream. */SEE ALSOioctl(2), streamio(7I) STREAMS Programming Guide SunOS 5.11 7 Jul 1994 linkblk(9S)
| Related Man Pages |
|---|
| queue(9s) - sunos |
| wr(9f) - redhat |
| wr(9f) - debian |
| wr(9f) - mojave |
| wr(9f) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| PHP Man Pages Now Available (Over 10,000) |
| Change directory for core file |
| %memused is high |
| What is good? |
| Shopt -s histappend |