| SPG ManualDescription: OpenSS7 Online ManualsA PDF version of this document is available here. OpenSS7OpenSS7 STREAMS Programmer’s GuideAbout This ManualThis is Edition 7.20141001, last updated 2014-10-25, of The OpenSS7 STREAMS Programmer’s Guide, for Version 1.1 release 7.20141001 of the OpenSS7 package. PrefaceAcknowledgementsAs with most open source projects, this project would not have been possible without the valiant efforts and productive software of the Free Software Foundation, the Linux Kernel Community, and the open source software movement at large. SponsorsFunding for completion of the OpenSS7 OpenSS7 package was provided in part by:
Additional funding for The OpenSS7 Project was provided by: ContributorsThe primary contributor to the OpenSS7 OpenSS7 package is Brian F. G. Bidulock. The following is a list of notable contributors to The OpenSS7 Project:
SupportersOver the years a number of organizations have provided continued support in the form of assessment, inspection, testing, validation and certification. TelecommunicationsAerospace and MilitaryFinancial, Business and SecurityEducation, Health Care and Nuclear Power
AgenciesIt would be difficult for the OpenSS7 Project to attain the conformance and certifications that it has without the free availability of specifications documents and standards from standards bodies and industry associations. In particular, the following: Of these, ICAO, ISO, IEEE and EIA have made at least some documents publicly available. ANSI is notably missing from the list: at one time draft documents were available from ANSI (ATIS), but that was curtailed some years ago. Telecordia does not release any standards publicly. Hopefully these organizations will see the light and realize, as the others have, that to remain current as a standards organization in today’s digital economy requires providing individuals with free access to documents. AuthorsThe authors of the OpenSS7 package include:
MaintainerThe maintainer of the OpenSS7 package is:
Please send bug reports to bugs@openss7.org using the send-pr script included in the package, only after reading the BUGS file in the release, or See ‘Problem Reports’. Document InformationNoticeThis package is released and distributed under the GNU Affero General Public License (see GNU Affero General Public License). Please note, however, that there are different licensing terms for the manual pages and some of the documentation (derived from OpenGroup6 publications and other sources). Consult the permission notices contained in the documentation for more information. This document, is released under the GNU Free Documentation License (see GNU Free Documentation License) with no sections invariant. AbstractThis document provides a STREAMS Programmer’s Guide for OpenSS7. ObjectiveThe objective of this document is to provide a guide for the STREAMS programmer when developing STREAMS modules, drivers and application programs for OpenSS7. This guide provides information to developers on the use of the STREAMS mechanism at user and kernel levels. STREAMS was incorporated in UNIX System V Release 3 to augment the character input/output (I/O) mechanism and to support development of communication services. STREAMS provides developers with integral functions, a set of utility routines, and facilities that expedite software design and implementation. IntentThe intent of this document is to act as an introductory guide to the STREAMS programmer. It
is intended to be read alone and is not intended to replace or supplement the
OpenSS7 manual pages. For a reference for writing code, the manual pages
(see AudienceThis document is intended for a highly technical audience. The reader should already be familiar with Linux kernel programming, the Linux file system, character devices, driver input and output, interrupts, software interrupt handling, scheduling, process contexts, multiprocessor locks, etc. The guide is intended for network and systems programmers, who use the STREAMS mechanism at user and kernel levels for Linux and UNIX system communication services. Readers of the guide are expected to possess prior knowledge of the Linux and UNIX system, programming, networking, and data communication. RevisionsTake care that you are working with a current version of this document: you will not be notified of updates. To ensure that you are working with a current version, contact the Author, or check The OpenSS7 Project website for a current version. A current version of this document is normally distributed with the OpenSS7 package. Version Control$Log: SPG2.texi,v $ Revision 1.1.2.3 2011-07-27 07:52:12 brian - work to support Mageia/Mandriva compressed kernel modules and URPMI repo Revision 1.1.2.2 2011-02-07 02:21:33 brian - updated manuals Revision 1.1.2.1 2009-06-21 10:40:06 brian - added files to new distro ISO 9000 ComplianceOnly the TeX, texinfo, or roff source for this document is controlled. An opaque (printed, postscript or portable document format) version of this document is an UNCONTROLLED VERSION. DisclaimerOpenSS7 Corporation disclaims all warranties with regard to this documentation including all implied warranties of merchantability, fitness for a particular purpose, non-infringement, or title; that the contents of the document are suitable for any purpose, or that the implementation of such contents will not infringe on any third party patents, copyrights, trademarks or other rights. In no event shall OpenSS7 Corporation be liable for any direct, indirect, special or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with any use of this document or the performance or implementation of the contents thereof. OpenSS7 Corporation reserves the right to revise this software and documentation for any reason, including but not limited to, conformity with standards promulgated by various agencies, utilization of advances in the state of the technical arts, or the reflection of changes in the design of any techniques, or procedures embodied, described, or referred to herein. OpenSS7 Corporation is under no obligation to provide any feature listed herein. U.S. Government Restricted RightsIf you are licensing this Software on behalf of the U.S. Government ("Government"), the following provisions apply to you. If the Software is supplied by the Department of Defense ("DoD"), it is classified as "Commercial Computer Software" under paragraph 252.227-7014 of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any successor regulations) and the Government is acquiring only the license rights granted herein (the license rights customarily provided to non-Government users). If the Software is supplied to any unit or agency of the Government other than DoD, it is classified as "Restricted Computer Software" and the Government’s rights in the Software are defined in paragraph 52.227-19 of the Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR (or any successor regulations). OrganizationThis guide has several chapters, each discussing a unique topic. Introduction, Overview, Mechanism and Processing contain introductory information and can be ignored by those already familiar with STREAMS concepts and facilities. This document is organized as follows:
Conventions UsedThis guide uses texinfo typographical conventions. Throughout this guide, the word STREAMS will refer to the mechanism and the word Stream will refer to the path between a user application and a driver. In connection with STREAMS-based pipes Stream refers to the data transfer path in the kernel between the kernel and one or more user processes. Examples are given to highlight the most important and common capabilities of STREAMS. They are not exhaustive and, for simplicity, often reference fictional drivers and modules. Some examples are also present in the OpenSS7 package, both for testing and example purposes. System calls, STREAMS utility routines, header files, and data structures are given using
Variable names, pointers, and parameters are given using Declarations and short examples are in
Data structure formats are also shown in Other DocumentationAlthough the STREAMS Programmer’s Guide for OpenSS7 provides a guide to aid in
developing STREAMS applications, readers are encouraged to consult the
OpenSS7 manual pages. For a reference for writing code, the manual pages (see
UNIX EditionThis system conforms to UNIX System V Release 4.2 for Linux. Related ManualsOpenSS7 Installation and Reference Manual Copyright© 1997-2014 Monavacon Limited. All Rights Reserved. 1 Introduction1.1 BackgroundSTREAMS is a facility first presented in a paper by Dennis M. Ritchie in 1984,7 originally implemented on 4.1BSD and later part of Bell Laboratories Eighth Edition UNIX, incorporated into UNIX System V Release 3.0 and enhanced in UNIX System V Release 4 and UNIX System V Release 4.2. STREAMS was used in SVR4 for terminal input/output, pseudo-terminals, pipes, named pipes (FIFOs), interprocess communication and networking. Since its release in System V Release 4, STREAMS has been implemented across a wide range of UNIX, UNIX-like, and UNIX-based systems, making its implementation and use an ipso facto standard. STREAMS is a facility that allows for a reconfigurable full duplex communications path, Stream, between a user process and a driver in the kernel. Kernel protocol modules can be pushed onto and popped from the Stream between the user process and driver. The Stream can be reconfigured in this way by a user process. The user process, neighbouring protocol modules and the driver communicate with each other using a message passing scheme closely related to MOM (Message Oriented Middleware). This permits a loose coupling between protocol modules, drivers and user processes, allowing a third-party and loadable kernel module approach to be taken toward the provisioning of protocol modules on platforms supporting STREAMS. On UNIX System V Relase 4.2, STREAMS was used for terminal input-output, pipes, FIFOs (named pipes), and network communications. Modern UNIX, UNIX-like and UNIX-based systems providing STREAMS normally support some degree of network communications using STREAMS; however, many do not support STREAMS-based pipe and FIFOs8 or terminal input-output.9. Linux has not traditionally implemented a STREAMS subsystem. It is not clear why, however, perceived ideological differences between STREAMS and Sockets and also the XTI/TLI and Sockets interfaces to Internet Protocol services are usually at the centre of the debate. For additional details on the debate, see About This Manual in OpenSS7 Frequently Asked Questions. Linux pipes and FIFOs are SVR3-style, and the Linux terminal subsystem is BSD-like. UNIX 98 Pseudo-Terminals, ptys, have a specialized implementation that does not follow the STREAMS framework and, therefore, do not support the pushing or popping of STREAMS modules. Internal networking implementation under Linux follows the BSD approach with a native (system call) Sockets interface only. RedHat at one time provided an Intel Binary Compatibility Suite (iBCS) module for Linux that supported the XTI/TLI interface and socksys system calls and input-output controls, but not the STREAMS framework (and therefore cannot push or pop modules). OpenSS7 is the current open source implementation of STREAMS for Linux and provides all of the capabilities of UNIX System V Release 4.2 MP, plus support for mainstream UNIX implementations based on UNIX System V Release 4.2 MP through compatibility modules. Although it is intended primarily as documentation for the OpenSS7 implementation of STREAMS, much of the OpenSS7 - STREAMS Programmer’s Guide is generally applicable to all STREAMS implementations. 1.2 What is STREAMS?STREAMS is a flexible, message oriented framework for the development of GNU/Linux communications facilities and protocols. It provide a set of system calls, kernel resources, and kernel utilities within a framework that is applicable to a wide range of communications facilities including terminal subsystems, interprocess communication, and networking. It provides standard interfaces for communication input and output within the kernel, common facilities for device drivers, and a standard interface10 between the kernel and the rest of the GNU/Linux system. The standard interface and mechanism enable modular, portable development and easy integration of
high performance network services and their components. Because it is a message passing
architecture, STREAMS does not impose a specific network architecture (as does the BSD
Sockets kernel architecture. The STREAMS user interface is uses the familiar UNIX
character special file input and output mechanisms
As a message passing architecture, the STREAMS interface between the user process and kernel resident modules can be treated either as fully synchronous exchanges or can be treated asynchronously for maximum performance. 1.2.1 CharacteristicsSTREAMS has the the following characteristics that are not exhibited (or are exhibited in different ways) by other kernel level subsystems:
1.2.2 ComponentsSTREAMS provides a full-duplex communications path for data and control information between a kernel-resident driver and a user space process (see Figure 101). Within the kernel, a Stream is comprised of the following basic components:
Figure 101. Simple Stream
1.2.2.1 Stream headA Stream head is the component of a Stream that is closest to the user space process. The Stream head is responsible for directly communicating with the user space process in user context and for converting system calls to actions performed on the Stream head or the conversion of control and data information passed between the user space process and the Stream in response to system calls. All Streams are associate with a Stream head. In the case of STREAMS-based pipes, the Stream may be associated with two (interconnected) Stream heads. Because the Stream head follows the same structure as a Module, it can be viewed as a specialized module. With STREAMS, pipes and FIFOs are also STREAMS-based.11 STREAMS-based pipes and FIFOs do not have a Driver component. STREAMS-based pipes place another Stream head in the position of the Driver. That is, a STREAMS-based pipe is a full-duplex communications path between two otherwise independent Stream heads. Modules may be placed between the Stream heads in the same fashion as they can exist between a Stream head and a Driver in a normal Stream. A STREAMS-based pipe is illustrated in Figure 102. Figure 102. STREAMS-based Pipe
STREAMS-based FIFOs consist of a single Stream head that has its downstream path connected to its upstream path where the Driver would be located. Modules can be pushed under this single Stream Head. A STREAMS-based FIFO is illustrated in Figure 109. Figure 109. STREAMS-based FIFO (named pipe)
For more information on STREAMS-based pipes and FIFOs, see Pipes and FIFOs. 1.2.2.2 ModuleA STREAMS Module is an optional processing element that is placed between the Stream head and the Stream end. The Module can perform processing functions on the data and control information flowing in either direction on the Stream. It can communicate with neighbouring modules, the Stream head or a Driver using STREAMS messages. Each Module is self-contained in the sense that it does not directly invoke functions provided by, nor access data structures of, neighbouring modules, but rather communicates data, status and control information using messages. This functional isolation provides a loose coupling that permits flexible recombination and reuse of Modules. A Module follows the same framework as the Stream head and Driver, has all of the same entry points and can use all of the same STREAMS and kernel utilities to perform its function. Modules can be inserted between a Stream head and Stream end (or another
Stream head in the case of a STREAMS-based pipe or FIFO). The insertion and deletion of
Modules from a Stream is referred to as pushing and popping a Module
due to the fact that that modules are inserted or removed from just beneath the Stream head in
a push-down stack fashion. Pushing and popping of modules can be performed using standard
For more information on STREAMS modules, see Module Component. 1.2.2.3 DriverAll Streams, with the sole exception of STREAMS-based pipe and FIFOs, contain a Driver a the Stream end. A STREAMS Driver can either be a device driver that directly or indirectly controls hardware, or can be a pseudo-device driver that interface with other software subsystems within the kernel. STREAMS drivers normally perform little processing within the STREAMS framework and typically only provide conversion between STREAMS messages and hardware or software events (e.g. interrupts) and conversion between STREAMS framework data structures and device related data structures. For more information on STREAMS drivers, see Driver Component. 1.2.2.4 QueuesEach component in a Stream (Stream head, Module, Driver) has an associated pair of queues. One queue in each pair is responsible for managing the message flow in the downstream direction from Stream head to Stream end; the other for the upstream direction. The downstream queue is called the write-side queue in the queue pair; the upstream queue, the read-side queue. Each queue in the pair provides pointers necessary for organizing the temporary storage and
management of STREAMS messages on the queue, as well as function pointers to procedures
to be invoked when messages are placed on the queue or need to be taken off of the
queue, and pointers to auxiliary and module-private data structures. The read-side
queue also contains function pointers to procedures used to For more information on STREAMS queues, see Queue Component. 1.2.2.5 MessagesSTREAMS is a message passing architecture. STREAMS messages can contain control information or data, or both. Messages that contain control information are intended to illicit a response from a neighbouring module, Stream head or Stream end. The control information typically uses the message type to invoke a general function and the fields in the control part of the message as arguments to a call to the function. The data portion of a message represents information that is (from the perspective of the STREAMS framework) unstructured. Only cooperating modules, the Stream head or Stream end need know or agree upon the format of control or data messages. A STREAMS message consists of one or more blocks. Each block is a 3-tuple of a message block,
a data block and a data buffer. Each data block has a message type, and the data buffer contains
the control information or data associated with each block in the message. STREAMS messages
typically consist of one control-type block ( A set of specialized and standard message types define messages that can be sent by a module or driver to control the Stream head. A set of specialized and standard message types define messages that can be sent by the Stream head to control a module or driver, normally in response to a standard input-output control for the Stream. STREAMS messages are passed between a module, Stream head or Driver using a
STREAMS messages are generated by the Stream head and passed downstream in
response to
STREAMS messages are also generated by the Driver and passed upstream to ultimately be read by the Stream head; they are also consumed when written by the Stream head and ultimately arrive at the Driver. For more information on STREAMS messages, see Message Component. 1.3 Basic Streams OperationsThis section provides a basic description of the user level interface and system calls that are used to manipulate a Stream. A Stream is similar, and indeed is implemented, as a character device special file and is
associated with a character device within the GNU/Linux system. Each STREAMS character
device special file (character device node, see STREAMS devices are opened, as are character device drivers, with the
Opening a minor device node for the first time results in the creation of a new instance of a Stream between the Stream head and the driver. Subsequent opens of the same minor device node does not result in the creation of a new Stream, but provides another file descriptor that can be used to access the same Stream instance. Only the first open of a minor device node will result in the creation of a new Stream instance. Once it has opened a Stream, the user level process can send and receive data to and from the
Stream with the usual
A Stream is closed using the
1.3.1 Basic Operations ExampleAn basic example of opening, reading from and writing to a Stream driver is shown in Listing 1.1. The example in Listing 1.1 is for a communications device that provide a communications channel for data transfer between two processes or hosts. Data written to the device is communicated over the channel to the remote process or host. Data read from the device was written by the remote process or host. In the example in Listing 1.1, a simple Stream is opened using the
Figure 103. Stream to Communications Driver
The When a Stream is opened for blocking operation (i.e., neither STREAMS implements flow control both in the upstream and downstream directions. Flow control limits the amount of normal data that can be queued awaiting processing within the Stream. High and low water marks for flow control are set on a queue pair basis. Flow control is local and specific to a given Stream. High priority control messages are not subject to STREAMS flow control. When a Stream is opened for blocking operation (i.e., neither In the example in Listing 1.1, the
1.4 ComponentsThis section briefly describes each STREAMS component and how they interact within a Stream. Chapters later in this manual describe the components and their interaction in greater detail. 1.4.1 QueuesThis subsection provides a brief overview of message queues and their associated procedures. A queue provides an interface between an instance of a STREAMS driver, module or Stream head, and the other modules and drivers that make up a Stream for a direction of message flow (i.e., upstream or downstream). When an instance of a STREAMS driver, module or Stream head is associated with a Stream, a pair of queues are allocated to represent the driver, module or Stream head within the Stream. Queue data structures are always allocated in pairs. The first queue in the pair is the read-side or upstream queue in the pair; the second queue, the write-side or downstream queue. Queues are described in greater detail in Queues and Priority. 1.4.1.1 Queue ProceduresThis subsection provides a brief overview of queue procedures. The STREAMS module, driver or Stream head provides five procedures that are associated
with each queue in a queue pair: the Each queue in the pair has a pointer to a Each queue in the pair has a pointer to an optional Each queue in the pair also has a pointer to a The queue The queue Procedures are described in greater detail in Procedures. 1.4.2 MessagesThis subsection provides a brief overview of STREAMS messages. In fitting with the concept of function decoupling, all control and data information is passed
between STREAMS modules, drivers and the Stream head using messages. Utilities are
provided to the STREAMS module writer for passing messages using queue and message pointers.
STREAMS messages consist of a 3-tuple of a message block structure ( Messages are described in greater detail in Messages Overview and Messages. 1.4.2.1 Message TypesThis subsection provides a brief overview of STREAMS message types. Each data block ( Most of the defined message types (see Message Type Overview, and Message Types) are
solely for use within the STREAMS framework. A more limited set of message types
( Message types are described in detail in Message Type Overview and Message Types. 1.4.2.2 Message LinkageMessages blocks of differing types can be linked together into composite messages as illustrated in Figure 104. Figure 104. A Message
Messages, once allocated, or when removed from a queue, exist standalone (i.e., they are not
attached to any queue). Messages normally exist standalone when they have been first allocated by
an interrupt service routine, or by the Stream head. They are placed into the Stream by
the driver or Stream head at the Stream end by calling
Once placed on a queue, a message exists only on that queue and all other references to the message are dropped. Only one reference to a message block ( When a message is first allocated, it is the responsibility of the allocating procedure to either
pass the message to a queue When a message has been placed on a queue, it is linked into the list of messages already on the
queue. Messages that exist on a message queue await processing by the queue’s Two messages linked together on a message queue is illustrated in Figure 105. In the figure, ‘Message 2’ is linked to ‘Message 1’. Figure 105. Messages on a Message Queue
As illustrated in Figure 105, when a message exists on a message queue, the first message block in
the message (which can possibly contain a chain of message blocks) is linked into a double linked
list used by the message queue to order and track messages. The queue structure, Message linkage is described in detail in Message Structure. 1.4.2.3 Message Queueing PriorityThis subsection provides a brief overview of message queueing priority. STREAMS message queues provide the ability to process messages of differing priority. There are three classes of message priority (in order of increasing priority):
Normal messages are queued in priority band ‘0’. Priority messages are queued in bands greater than zero (‘1’ through ‘255’ inclusive). Messages of a higher ordinal band number are of greater priority. For example, a priority message for band ‘23’ is queued ahead of messages for band ‘22’. Normal and priority messages are subject to flow control within a Stream, and a queued according to priority. High priority messages are assigned a priority band of ‘0’; however, their message type distinguishes them as high priority messages and they are queued ahead of all other messages. (The priority band for high priority messages is ignored and always set to ‘0’ whenever a high priority message type is queued.) High priority messages are given special treatment within the Stream and are not subjected to flow control; however, only one high priority message can be outstanding for a given transaction or operation within a Stream. The Stream head will discard high priority messages that arrive before a previous high priority message has been acted upon. Because queue STREAMS provides independent flow control parameters for ordinary messages. Normal message flow
control parameters are contained in the queue structure itself ( As a high priority message is defined by message type, some message types are available in
high-priority/ordinary pairs (e.g., Queueing priority is described in greater detail in Queues and Priority. 1.4.3 ModulesThis subsection provides a brief overview of STREAMS modules. Modules are components of message processing that exist as a unit within a Stream beneath the Stream head. Modules are optional components and zero or more (up to a predefined limit) instances of a module can exist within a given Stream. Instances of a module have a unique queue pair associated with them that permit the instance to be linked among the other queue pairs in a Stream. Figure 48 illustrates and instance each of two modules (‘A’ and ‘B’) that are linked within the same Stream. Each module instance consists of a queue pair (‘Ad/Au’ and ‘Bd/Bu’ in the figure). Messages flow from the driver to the Stream head through the upstream queues in each queue pair (‘Au’ and then ‘Bu’ in the figure); and from Stream head to driver through downstream queues (‘Bd’ and then ‘Ad’). The module provides unique message processing procedures ( Figure 48. A Stream in More Detail
Each procedure can pass messages directly to the adjacent queue in either direction of message flow.
This is normally performed with the STREAMS Also, procedures can easily locate the other queue in a queue pair and pass messages along the
opposite direction of flow. This is normally performed using the STREAMS Each queue in a module is associated with messages, processing procedures, and module private data. Typically, each queue in the module has a distinct set of message, processing procedures and module private data.
Modules are described in greater detail in Modules. 1.4.4 DriversThis subsection provides a brief overview of STREAMS drivers. The Device component of the Stream is an initial part of the regular Stream (positioned just below the Stream head). Most Streams start out life as a Stream head connected to a driver. The driver is positioned within the Stream at the Stream end. Note that not all Streams require the presence of a driver: a STREAMS-based pipe or FIFO Stream do not contain a driver component. A driver instance represented by a queue pair within the Stream, just as for modules. Also, each queue in the queue pair has a message queue, processing procedures, and private data associated with it in the same way as for STREAMS modules. There are three differences that distinguish drivers from modules:
Aside from these differences, the STREAMS driver is similar in most respects to the STREAMS module. Both drivers and modules can pass signals, error codes, return values, and other information to processes in adjacent queue pairs using STREAMS messages of various message types provided for that purpose. Drivers are described in greater detail in Drivers. 1.4.5 Stream HeadThis subsection provide a brief overview of Stream heads. The Stream head is the first component of a Stream that is allocated when a Stream is created. All Streams have an associated Stream head. In the case of STREAMS-based pipes, two Stream heads are associated with each other. STREAMS-based FIFOs have one Stream head but no Stream end or Driver. For all other Streams, as illustrated in Figure 48, there exists a Stream head and a Stream end or Driver. The Stream head has a queue pair associated with them, just as does any other STREAMS module or driver. Also, just as any other module, the Stream head provides the processing procedures and private data for processing of messages passed to queues in the pair. The differences is that the processing procedures are provided by the GNU/Linux system rather than being written by the module or driver writer. These system provided processing procedures perform the necessary functions to convert generate to and consume messages from the Stream in response to system calls invoked by a user process. Also, a set of specialized behaviours are provided and a set of specialized message types that may be exchanged with modules and drivers in the Stream to provide the standard interface expected by the user application. Stream heads are described in greater detail in Mechanism, Polling, Pipes and FIFOs, and Terminal Subsystem. 1.5 MultiplexingThis subsection provides a brief overview of Stream Multiplexing. Basic Streams that can be created with the
A fan-in multiplexing arrangement is one in which multiple upper Streams feed into a single lower Stream in a many-to-one relationship as illustrated in Figure 49. Figure 49. Many-to-one Multiplexor
A fan-out multiplexing arrangement is one in which a single upper Stream feeds into multiple lower Streams in a one-to-many relationship as illustrated in Figure 50. (This is the more typically arrangement for communications protocol stacks.) Figure 50. One-to-many Multiplexor
A fan-in/fan-out multiplexing arrangement is one in which multiple upper Streams feed into multiple lower Streams in a many-to-many relationship as illustrated in Figure 51. Figure 51. Many-to-many Multiplexor
To support these arrangements, STREAMS provide a mechanism that can be used to assemble multiplexing arrangements in a flexible way. An, otherwise normal, STREAMS pseudo-device driver can be specified to be a multiplexing driver. Conceptually, a multiplexing driver can perform upper multiplexing between multiple Streams on its upper side connecting the user process and the multiplexing driver, and lower multiplexing between multiple Streams on its lower side connecting the multiplexing driver and the device driver. As with normal STREAMS drivers, multiplexing drivers can have multiple Streams
created on its upper side using the
Any Stream can be linked under a multiplexing driver (provided that it is not already linked under another multiplexing driver). This includes an upper Stream of a multiplexing driver. In this fashion, complex trees of multiplexing drivers and linear Stream segments containing pushed modules can be assembled. Using these linkage commands, complex arrangements can be assembled, manipulated and dismantled by a user or daemon process to suit application needs. The fan-in arrangement of Figure 49 performs upper multiplexing; the fan-out arrangement of Figure 50, lower multiplexing; and the fan-in/fan-out arrangement of Figure 51, both upper and lower multiplexing. 1.5.1 Fan-Out MultiplexersFigure 47 illustrates an example, closely related to the fan-out arrangement of Figure 50, where the Internet Protocol (IP) within a networking stack is implemented as a multiplexing driver and independent Streams to three specific device drivers are linked beneath the IP multiplexing driver. Figure 47. Internet Multiplexing Stream
The IP multiplexing driver is capable of routing messages to the lower Streams on the basis of address and the subnet membership of each device driver. Messages received from the lower Streams can be discriminated an sent to the appropriate user process upper Stream (e.g. on the basis of, say, protocol Id). Each lower Stream, ‘Module 1’, ‘Module 2’, ‘Driver 3’, presents the same service interface to the IP multiplexing driver, regardless of the specific hardware or lower level communications protocol supported by the driver. For example, the lower Streams could all support the Data Link Provider Interface (DLPI). As depicted in Figure 47, the IP multiplexing driver could have additional multiplexing drivers or modules above it. Also, ‘Driver 1’, ‘Driver 2’ or ‘Driver 3’ could themselves be multiplexing drivers (or replaced by multiplexing drivers). In general, multiplexing drivers are independent in the sense that it is not necessary that a given multiplexing driver be aware of other multiplexing drivers upstream of its upper Stream, nor downstream of its lower Streams. 1.5.2 Fan-In MultiplexersFigure 52 illustrates an example, more closely related to the fan-in arrangement of Figure 49, where an X.25 Packet Layer Protocol multiplexing driver is used to switch messages between upper Streams supporting Permanent Virtual Circuits (PVCs) or Switch Virtual Circuits (SVCs) and (possibly) a single lower Stream. Figure 52. Multiplexing Stream
The ability to multiplex upper Streams to a driver is a characteristic supported by all
STREAMS drivers: not just multiplexing drivers. Each
1.5.3 Complex MultiplexersWhen constructing multiplexers for applications, even more complicated arrangements are possible. Multiplexing over multiple Streams on both the upper and lower side of a multiplexing driver is possible. Also, a driver the provides lower multiplexing can be linked beneath a driver that provide upper multiplexing as depicted by the dashed box in Figure 52. Each multiplexing driver can perform upper multiplexing, lower multiplexing, or both, providing a flexibility for the designer. STREAMS provides multiplexing as a general purpose facility that is flexible in that multiplexing drivers can be stacked and linked in a wide array of complex configurations. STREAMS imposes few restrictions on processing within the multiplexing driver making the mechanism applicable to a many classes of applications. Multiplexing is described in greater detail in Multiplexing. 1.6 Benefits of STREAMSSTREAMS provides a flexible, scalable, portable, and reusable kernel and user level facility for the development of GNU/Linux system communications services. STREAMS allows the creation of kernel resident modules that offer standard message passing facilities and the ability for user level processes to manipulate and configure those modules into complex topologies. STREAMS offers a standard way for user level processes to select and interconnect STREAMS modules and drivers in a wide array of combinations without the need to alter Linux kernel code, recompile or relink the kernel. STREAMS also assists in simplifying the user interface to device drivers and protocol stacks by providing powerful system calls for the passing of control information from user to driver. With STREAMS it is possible to directly implement asynchronous primitive-based service interfaces to protocol modules. 1.6.1 Standardized Service InterfacesMany modern communications protocols define a service primitive interface between a service user and a service provider. Examples include the ISO Open Systems Interconnect (OSI) and protocols based on OSI such as Signalling System Number 7 (SS7). Protocols based on OSI can be directly implemented using STREAMS. In contrast to other approaches, such as BSD Sockets, STREAMS does not impose a structured function call interface on the interaction between a user level process or kernel resident protocol module. Instead, STREAMS permits the service interface between a service user and service provider (whether the service user is a user level process or kernel resident STREAMS module) to be defined in terms of STREAMS messages that represent standardized service primitives across the interface. A service interface is defined13 at the boundary between neighbouring modules. The upper module at the boundary is termed the service user and the lower module at the boundary is termed the service provider. Implemented under STREAMS, a service interface is a specified set of messages and the rules that allow passage of these messages across the boundary. A STREAMS module or driver that implements a service interface will exchange messages within the defined set across the boundary and will respond to received messages in accordance with the actions defined for the specific message and the sequence of messages preceding receipt of the message (i.e., in accordance with the state of the module). Instances of protocol stacks are formed using STREAMS facilities for pushing modules and linking multiplexers. For proper and consistent operation, protocol stacks are assembled so that each neighbouring module, driver and multiplexer implement the same service interface. For example, a module that implements the SS7 MTP protocol layer, as shown in Figure 53, presents a protocol service interface at it input and output sides. Other modules, drivers and multiplexers should only be connected at the input and output sides of the SS7 MTP protocol module if they provide the same interface in the symmetric role (i.e., user or provider). It is the ability of STREAMS to implement service primitive interfaces between protocol modules that makes it most appropriate for implementation of protocols based on the OSI service primitive interface such as X.25, Integrated Services Digital Network (ISDN), Signalling System No. 7 (SS7). 1.6.2 Manipulating ModulesSTREAMS provides the ability to manipulate the configuration of drivers, modules and multiplexers from user space, easing configuration of protocol stacks and profiles. Modules, drivers and multiplexers implementing common service interfaces can be substituted with ease. User level processes may access the protocol stack at various levels using the same set of standard system calls, while also permitting the service interface to the user process to match that of the topmost module. It is this flexibility that makes STREAMS well suited to the implementation of communications protocols based on the OSI service primitive interface model. Additional benefits for communications protocols include:
The benefits of the STREAMS approach are protocol portability, protocol substitution, protocol migration, and module reuse. Examples provided in the sections that follow are real-world examples taken from the open source Signalling System No. 7 (SS7) stack implemented by the OpenSS7 Project. 1.6.2.1 Protocol PortabilityFigure 53, shows how the same SS7 Signalling Link protocol module can be used with different drivers on different machines by implementing compatible service interfaces. The SS7 Signalling Link are the Data Link Provider Interface (DLPI) and the Communications Device Interface (CDI) for High-Level Data Link Control (HDLC). Figure 53. Protocol Module Portability
By using standard STREAMS mechanisms for the implementation of the SS7 Signalling Link module, only the driver needs to be ported to port an entire protocol stack from one machine to another. The same SS7 Signalling Link module (and upper layer modules) can be used on both machines. Because the Driver presents a standardized service interface using STREAMS, porting a driver from the machine architecture of ‘Machine A’ to that of ‘Machine B’ consists of changes internal to the driver and external to the STREAMS environment. Machine dependent issues, such as bus architectures and interrupt handling are kept independent of the primary state machine and service interface. Porting a driver from one major UNIX or UNIX-like operating system and machine architecture supporting STREAMS to another is a straightforward task. With OpenSS7, STREAMS provides the ability to directly port a large body of existing STREAMS modules to the GNU/Linux operating system. 1.6.2.2 Protocol SubstitutionSTREAMS permits the easy substitution of protocol modules (or device drivers) within a protocol stack providing a new protocol profile. When protocol modules are implemented to a compatible service interface the can be recombined and substituted, providing a flexible protocol architecture. In some circumstances, and through proper design, protocol modules can be substituted that implement the same service interface, even if they were not originally intended to be combined in such a fashion. Figure 300. Protocol Substitution
Figure 300 illustrates how STREAMS can substitute upper layer protocol modules to implement a different protocol stack over the same HDLC driver. As each module and driver support the same service interface at each level, it is conceivable that the resulting modules could be recombined to support, for example, SS7 MTP over an ISDN LAPB channel.14 Another example would be substituting an M2PA signalling link module for a traditional SS7 Signalling Link Module to provide SS7 over IP. 1.6.2.3 Protocol MigrationFigure 54 illustrates how STREAMS can move functions between kernel software and front end firmware. A common downstream service interface allows the transport protocol module to be independent of the number or type of modules below. The same transport module will connect without modification to either an SS7 Signalling Link module or SS7 Signalling Link driver that presents the same service interface. Figure 54. Protocol Migration
The OpenSS7 SS7 Stack uses this capability also to adapt the protocol stack to front-end hardware that supports differing degrees of SS7 Signalling Link support in firmware. Hardware cards that support as much as a transparent bit stream can have SS7 Signalling Data Link, SS7 Signalling Data Terminal and SS7 Signalling Link modules pushed to provide a complete SS7 Signalling Link that might, on another hardware card, be mostly implemented in firmware. By shifting functions between software and firmware, developers can produce cost effective, functionally equivalent systems over a wide range of configurations. They can rapidly incorporate technological advances. The same upper layer protocol module can be used on a lower capacity machine, where economics may preclude the use of front-end hardware, and also on a larger scale system where a front-end is economically justified. 1.6.2.4 Module ReusabilityFigure 55 shows the same canonical module (for example, one that provides delete and kill processing on character strings) reused in two different Streams. This module would typically be implemented as a filter, with no downstream service interface. In both cases, a tty interface is presented to the Stream’s user process since the module is nearest the Stream head. Figure 55. Module Reusability
2 Overview2.1 Definitions2.2 Concepts2.3 Application Interface2.4 Kernel Level Facilities2.5 Subsystems3 MechanismThis chapter describes how applications programs create and interact with a Stream using traditional and standardized STREAMS system calls. General system call and STREAMS-specific system calls provide the interface required by user level processes when implementing user level applications programs. 3.1 Mechanism OverviewThe system call interface provided by STREAMS is upward compatible with the traditional character device system calls. STREAMS devices appears as character device nodes within the file system in the
GNU/Linux system.
The Once open, a user process can send and receive data to and from the STREAMS special file using
the traditional Character device input-output controls using the With support for these general character device input and output system calls, it is possible to implement a STREAMS device driver in such a way that an application is unaware that it has opened and is controlling a STREAMS device driver: the application could treat the device in the identical manner to a character device. This make it possible to convert an existing character device driver to STREAMS and make possible the portability, migration, substitution and reuse benefits of the STREAMS framework. STREAMS provides STREAMS-specific system calls and
The The The Implementation of standardized service primitive interfaces is enabled through the use of the
STREAMS also provides kernel level utilities and facilities for the development of kernel resident STREAMS modules and drivers. Within the STREAMS framework, the Stream head is responsible for conversion between STREAMS messages passed up and down a Stream and the system call interface presented to user level applications programs. The Stream head is common to all STREAMS special files and the conversion between the system call interface and message passed on the Stream does not have to be reimplemented by the module and device driver writer as is the case for traditional character device I/O. 3.1.1 STREAMS System CallsThe STREAMS-related system calls are:
3.2 Stream ConstructionSTREAMS constructs a Stream as a double linked list of kernel data structures. Elements of the linked list are queue pairs that represent the instantiation of a Stream head, modules and drivers. Linear segments of link queue pairs can be connected to multiplexing drivers to form complex tree topologies. The branches of the tree are closest to the user level process and the roots of the tree are closest to the device driver. The uppermost queue pair of a Stream represents the Stream head. The lowermost queue pair of a Stream represents the Stream end or device driver, pseudo-device driver, or another Stream head in the case of a STREAMS-based pipe. The Stream head is responsible for conversion between a user level process using the system call interface and STREAMS messages passed up and down the Stream. The Stream head uses the same set of kernel routines available to module a driver writers to communicate with the Stream via the queue pair associated with the Stream head. Figure 13 illustrates the queue pairs in the most basis of Streams: one consisting of a Stream head and a Stream end. Depicted are the upstream (read) and downstream (write) paths along the Stream. Of the uppermost queue pair illustrated, ‘H1’ is the upstream (read) half of the Stream head queue pair; ‘H2’, the downstream (write) half. Of the lowermost queue pair illustrated, ‘E2’ is the upstream half of the Stream end queue pair; ‘H1’ the downstream half. Figure 13. Upstream and Downstream Stream Construction
Each queue specifies an entry point (that is, a procedure) that will be used to process messages arriving at the queue. The procedures for queues ‘H1’ and ‘H2’ process messages sent to (or that arrive at) the Stream head. These procedures are defines by the STREAMS subsystem and are responsible for the interface between STREAMS related system calls and the Stream. The procedures for queues ‘E1’ and ‘E2’ process messages at the Stream end. These procedures are defined by the device driver, pseudo-device driver, or Stream head at the Stream end (tail). In accordance with the procedures defined for each queue, messages are processed by the queue and typically passed from queue to queue along the linked list segment. Figure 14 details the data structures involved. The data structures are the The The The The The Figure 14. Stream Queue Relationship
Note that it is possible to have a separate All of these queue related data structures are in Data Structures (and in the OpenSS7 Manual Pages). Figure 14 illustrates two adjacent queue pairs with links between them in both directions on the
Stream. When a module is opened, STREAMS creates a queue pair for the module and then
links the the queue pair into the list. Each queue is linked to the next queue in the direction of
message flow. The q_next member of the There are two ways for the user level process to construct a Stream:
3.2.1 Opening a STREAMS Device FileA Stream is constructed when a STREAMS-based driver file is opened using the
In the traditional UNIX system, a STREAMS-based driver file is a character device special file within the UNIX file system. In the GNU/Linux system, under OpenSS7, a STREAMS-based driver file is either a character device special file within a GNU/Linux file system, or a character device special file within the mounted Shadow Special File System (specfs). When the specfs is mounted, specfs device nodes can be opened directly. When the specfs is not mounted, specfs device nodes can only be opened indirectly via character device nodes in a GNU/Linux file system external to the specfs. All STREAMS drivers (and modules) have their entry points defined by the
The Figure 15. Opened STREAMS-based Driver
3.2.1.1 First Open of a StreamWhen a STREAMS-based file is opened, a new Stream is created if one does not already
exists for the file, or if the OpenSS7 uses the major and minor device numbers associated with the character
special file to locate an Next, a Stream header is created from a The The private_data member of the After the Stream header and Stream head queue pair is allocated and initialized, a
The q_next pointers in each 3.2.1.2 Subsequent Open of a StreamWhen the Stream has already been created by a call to 3.2.2 Opening a STREAMS-based FIFOA STREAMS-based FIFO Stream is also constructed with a call to A STREAMS-based FIFO appears as a FIFO special file within a GNU/Linux file system, as a character special file within a GNU/Linux file system, or as a FIFO special file within the Shadow Special File System (specfs).17 Figure 15b illustrates an STREAMS-based FIFO that has been opened and a Stream created. Figure 15b. Opened STREAMS-based FIFO
The sequence of events the cause the creation of a Stream when a STREAMS-based FIFO is
opened using the
Aside from these differences, opening a STREAMS-based FIFO is structurally equivalent to opening a regular STREAMS driver. The similarity makes it possible to also implement STREAMS-based FIFOs as character special files. 3.2.3 Creating a STREAMS-based PipeA Stream is also constructed when a STREAMS-based pipe is created using the
Figure 16. Created STREAMS-based Pipe
Pipes have no
3.2.4 Adding and Removing ModulesWhen a Stream has been constructed, modules can be inserted into the Stream between the Stream head and the Stream end (or between the Stream head and the midpoint of a STREAMS-based pipe or FIFO.) Addition (or pushing) of modules is accomplished by inserting the module into the Stream immediately below the Stream head. Removal (or popping) of modules is accomplished by deleting the module immediately below the Stream head from the Stream. When a module is pushed onto a Stream, the module’s Modules are pushed onto an open Stream by issuing the
3.2.4.1 Pushing ModulesWhen the Stream head receives an Next, STREAMS positions the module’s queue pair in the Stream immediately beneath the
Stream head and above the driver and all existing modules on the Stream. Then the
module’s Each push of a module onto a Stream results in the insertion of a new queue pair representing a new instance of the module. If a module is (successfully) pushed twice on the same Stream, two queue pairs and two instances of the module will exist on the Stream. To assist in identifying misbehaving applications programs that might push the same set of modules in an indefinite loop, swallowing an excessive amount of system resources, STREAMS imposes a limit on the number of modules that can be pushed on a given Stream to a practical number. The number is limited by the NSTRPUSH kernel parameter (see Configuration) which is set to either ‘16’ or ‘64’ on most systems. Once an instance of a module is pushed on a Stream, its 3.2.4.2 Popping ModulesWhen the Stream head receives a 3.2.5 Closing the StreamRelinquishing the last reference to a Stream dismantles the Stream and deallocates its
components. Normally, the last direct or indirect call to Dismantling a Stream consists of the following sequence of actions:
3.2.6 Stream Construction ExampleThis Streams construction example builds on the previous example (see Listing 1.1 in Basic Streams Operations), by adding the pushing of a module onto the open Stream. 3.2.6.1 Inserting ModulesThis example demonstrates the ability of STREAMS to push modules, not available with traditional character devices. The ability to push modules onto a Stream allows the independent processing an manipulation of data passing between the driver and user level process. This example is of a character conversion module is given a command and a string of characters by the user. Once this command is received, the character conversion module examines all character passing through it for an occurrence of the characters in the command string. When an instance of the string is discovered in the data path, the requested command action is performed on matching characters. The declarations for the user program are shown in Listing 3.1. As in the previous example of Listing 1.1, first a Stream is opened using the
Next, the character conversion module (named chconv) is pushed onto the open Stream
using the The difference in creating an instance of a STREAMS driver and module are illustrated in
Listing 3.2 and Listing 3.3. An instance of a driver is created with the
When successful, the Figure 17. Case Converter Module
Modules are always pushed and popped from the position immediately beneath the Stream head in the manner of a push-down stack. This results in a Last-In-First-Out (LIFO) order of modules being pushed and popped. For example, if another module were to be pushed on the Stream illustrated in Figure 17, it would be placed between the Stream head and the Character Converter module. 3.2.6.2 Module and Driver ControlThe next steps in this example are to pass control information to the module to tell it what command
to execute on which string of characters. A sequence that achieves this is shown in Listing 3.4. The sequence makes use of the There exist two methods for controlling modules and drivers using the
The
In the Listing 3.4, two commands are issued to the character conversion module,
To issue the example To issue the example Once issued, the Stream head takes an The user level process calling When successful, the 3.2.6.3 Stream Dismantling with ModulesAs shown in Listing 3.5, the remainder of this example follows the example in Listing 1.1 in Basic Streams Operations: data is read from the Stream and then echoed back to the Stream. The Alternatively, it is possible to explicitly pop the module from the Stream using the
3.2.6.4 Stream Construction Example SummaryThis example provided illustration of the ability of STREAMS to modify the behaviour of a
driver without the need to modify driver code. A STREAMS module was pushed that provided the
extended behaviour independent of the underlying driver. The Many other 4 ProcessingEach module or driver queue pair has associated with it Each 4.1 ProceduresThe A queue must always have a Optionally, a queue can also have an associated With both a The 4.1.1 Put ProcedureThe A queue’s Figure 18a. Put Procedure Example
The As illustrated in Figure 18a, when a queue’s When a number of modules are present in a Stream, as illustrated in Figure 18a, each
successive direct invocation of a The advantage of this approach is that The driver and module writers need to be cognisant of the fact that a limited stack might exist at
the time that the 4.1.2 Service ProcedureEach queue in module or driver queue pair can also have a A queue’s A queue’s Note that the STREAMS scheduler is separate and distinct from the Linux scheduler. The
Linux scheduler is responsible for scheduling tasks, whereas the STREAMS scheduler is
only responsible for scheduling the execution of queue To provide responsive scheduling of Processing of messages within a queue In general, because drivers run at a software priority higher than the STREAMS scheduler,
drivers calling 4.1.3 Put and Service Procedure SummaryProcessing of messages can be divided between
4.2 Asynchronous Example5 Messages5.1 Messages OverviewAll communications between the Stream head, modules and drivers within the STREAMS
framework is based on message passing. Control and data information is passed along the
Stream as opposed to direct function calls between modules. Adjacent modules and driver are
invoked by passing pointers to messages to the target queue’s At the Stream head, conversion between functional call based systems calls and the message oriented STREAMS framework is performed. Some system calls retrieve upstream messages or information about upstream messages at the Stream head queue pair, others create messages and pass them downstream from the Stream head. At the Stream end (driver), conversion between device or pseudo-device actions and events and STREAMS messages is performed in a similar manner to that at the Stream head. Downstream control messages are consumed converted into corresponding device actions, device events generate appropriate control messages and the driver sends these upstream. Downstream messages containing data are transferred to the device, and data received from the device is converted to upstream data messages. Within a linear segment from Stream head to Stream end, messages are modified, created, destroyed and passed along the Stream as required by each module in the Stream. Messages consist of a 3-tuple of a message block structure ( 5.1.1 Message TypesEach data block ( Most of the defined message types are solely for use within the STREAMS framework. A more
limited set of message types ( Below the message types are classified by queueing priority, direction of normal travel (downstream or upstream), and briefly described: 5.1.1.1 Ordinary MessagesOrdinary Messages (also called normal messages) are listed in the table below. Messages with a ‘D’ beside them can normally travel in the downstream direction; with a ‘U’, upstream. Messages with an ‘H’ beside them can be generated by the Stream head; an ‘M’, a module; an ‘E’, the Stream end or driver. Messages with an ‘h’ beside them are consumed and interpreted by the Stream head; an ‘m’, interpreted by a module; an ‘e’, consumed and interpreted by the Stream end or driver. The following message types are defined by SVR 4.2:
The following message types are not defined by SVR 4.2 and are OpenSS7 specific, or are specific to another SVR 4.2-based implementation:
Ordinary messages are described in detail throughout this chapter and in Message Types. 5.1.1.2 High Priority MessagesHigh Priority Messages message are listed in the table below. Messages with a ‘D’ beside them can normally travel in the downstream direction; with a ‘U’, upstream. Messages with an ‘H’ beside them can be generated by the Stream head; an ‘M’, a module; an ‘E’, the Stream end or driver. Messages with an ‘h’ beside them are consumed and interpreted by the Stream head; an ‘m’, interpreted by a module; an ‘e’, consumed and interpreted by the Stream end or driver. The following message types are defined by SVR 4.2:
The following message types are not defined by SVR 4.2 and are OpenSS7 specific, or are specific to another SVR 4.2-based implementation:
High Priority messages are described in detail throughout this chapter and in Message Types. 5.1.2 Expedited Data5.2 Message StructureSTREAMS messages consist of a chain of one or more message blocks. A message block is a
triplet of a The
The members of the
The b_band member determines the priority band of the message. This member determines the
queueing priority (placement) in a message queue when the message type is an ordinary message
type. High priority message types are always queued ahead of ordinary message types, and the
b_band member is always set to ‘0’ whenever a high priority message is queued by a
STREAMS utility function. When
The values that can be used in b_flag are exposed when sys/stream.h is included:
The following flags are defined by SVR 4.2:
The following flags are not defined by SVR 4.2 and are OpenSS7 specific, or are specific to another SVR 4.2-based implementation:
The following members are defined by SVR 4.2:
The following members are not defined by SVR 4.2 and are OpenSS7 specific:
5.2.1 Message LinkageThe message block ( Figure 21. Message Form and Linkage
A message can occur stand-alone (that is, it is not present on any message queue as it is in a
module or driver’s A message block is an instance of a reference to a data block (and therefore data buffer). Multiple
message block can refer to the same data block. This is illustrated in Figure 21. In the figure,
the second message block of ‘Message 1’ shares a data block with the second message block of
‘Message 2’. Message blocks that share data blocks result from use of the Duplication of message blocks provides an excellent way of obtaining a new reference to a data buffer without the overhead of copying each byte of the buffer. A common use of duplication is to obtain a duplicate of a message to be held for retransmission, while another duplicate is passed to the next module for transmission. Despite the advantages of duplication, copying a message block or message chain is also possible
with the Figure 21b. Data Buffer References
Being a reference to a data buffer, the message block has two pointer into the data buffer that define the range of data used by the reference. The b_rptr indicates the beginning of the range of data in the data buffer, and represents the position at which a module or driver would begin reading data; the b_wptr, the end of the range of data, where a module or driver would begin writing data. The data block, on the other hand, has two pointers representing the absolute limits of the data buffer. The db_base indicates the beginning of the data buffer; db_lim, the end. This relationship between pointers into the data buffer is illustrated in Figure 21b. STREAMS provides a library of utility functions used to manipulate message blocks, data blocks and data buffers. The members of a message block or data block should not be manipulated directly by the module or driver write: an appropriate STREAMS message utility should be used instead. See Utilities. 5.2.2 Sending and Receiving MessagesAs shown in the message lists of Messages Overview, a large subset of the available message types can be generated and consumed by modules and drivers. Another subset, are dedicated to generation and consumption by the Stream head. Message types that are dedicated for passing control and data information between the Stream
and a user level process are the In general, all system calls interact directly (by subroutine interface) with the Stream head.
An exception is the The traditional The STREAMS-specific 5.2.2.1 putmsg(2s)
The prototype for the
Where the arguments are interpreted as follows:
The ctlptr and dataptr point to a
The members of the
If ctlptr is set to ‘NULL’ on call, or the len member of the If dataptr is set to ‘NULL’ on call, or the len member of the
For additional details, see the 5.2.2.2 getmsg(2s)
The prototype for the
Where the arguments are interpreted as follows:
On call, the integer pointed to by flagsp can contain ‘0’ indicating that the first
available message is to be retrieved regardless of priority; or, ‘RS_HIPRI’, indicating that
only the first high priority message is to be retrieved and no low priority message.
On successful return, the integer pointed to by flagsp will contain ‘0’ to indicate that
the message retrieved was an ordinary message ( The members of the
If ctlptr or dataptr are ‘NULL’ on call, or the maxlen field of the
corresponding For additional details, see the 5.2.2.3 putpmsg(2s)
The arguments to The band argument provides a band number to be placed in the b_band member of the first message block of the resulting message. band can only be non-zero if the message to be generated is a normal message. The flags argument is interpreted differently by Under OpenSS7,
putmsg(fildes, ctlptr, dataptr, flags); is equivalent to: putpmsg(fildes, ctlptr, dataptr, 0, flags); For additional details, see the 5.2.2.4 getpmsg(2s)
The arguments to The bandp argument points to a band number on call that specifies a criteria for use with selecting the band of the retrieved message and returns the band number of the retrieved message upon successful return. The integer pointed to by bandp can take on values as follows:
On call, bandp is ignored unless flagsp specifies ‘MSG_BAND’. When ‘MSG_BAND’ is specified, bandp specifies the minimum band number of the message to be retrieved. On return, bandp indicates the band number (b_band) of the retrieved message, or ‘0’ if the retrieved message was a high priority message. Under OpenSS7,
int flags = 0; getmsg(fildes, ctlptr, dataptr, &flags); int flags = RS_HIPRI; getmsg(fildes, ctlptr, dataptr, &flags); are equivalent to: int band = 0; int flags = MSG_ANY; getpmsg(fildes, ctlptr, dataptr, &band, &flags); int band = 0; int flags = MSG_HIPRI; getpmsg(fildes, ctlptr, dataptr, &band, &flags); For additional details, see the 5.2.3 Control of Stream Head ProcessingStream head message processing can be controlled by the user level process, or by a module or driver within the Stream. Modules and drivers can control Stream head processing using the User level processes can also alter the read and write options associated with the Stream
head. User level processes use the 5.2.3.1 Read OptionsRead options are altered by a user level process using the Two flags, each selected from two sets of flags, can be set in this manner. The two sets of flags are as follows: 5.2.3.2 Read ModeThe read mode affects how the
5.2.3.3 Read ProtocolThe read protocol affects hos
Note that, although all modes terminate the read on a zero-length message, POSIX requires
that zero only be returned from 5.2.3.4 Write OptionsNo mechanism is provided to permit a Write options are altered by a user level process using the
5.2.3.5 Write OffsetA write offset is provided as a option to allow for reservation of bytes at the beginning of the
The write offset can be altered by a module or driver using the The write offset associated with a Stream head determines the amount of space that the
Stream head will attempt to reserve at the beginning of the initial The write offset, however, is advisory to the Stream head and if it cannot include the offset,
a 5.3 Queues and PriorityEach queue in a Stream has associated with it a message queue that consists of a double linked
list of message blocks. Messages are normally placed onto a message queue by the queue’s
When a queue Figure 22. Message Ordering on a Queue
When a message is placed on a queue, (e.g., by Bands can be used for any purpose required by a service interface. For example, simple Expedited Data implementation can be accomplished by using one band in addition to normal messages, band ‘1’. This is illustrated in Figure 23. Figure 23. Message Ordering with One Priority Band
High priority messages are considered to be of greatest priority and are not subjected to flow
control. High priority messages are a rare occurrence on the typical Stream, and the
Stream head only permits one high priority message ( 5.3.1 Queue Priority UtilitiesThe following STREAMS utilities are provided to module and driver writers for use in
The
5.3.1.1 strqget(9)A declaration for the
Where the arguments are interpreted as follows:
The
Each value of the
Additional information is given under Utilities, and provided in the 5.3.1.2 strqset(9)A declaration for the
Where the arguments are interpreted as follows:
Additional information is given under Utilities, and provided in the 5.3.2 Queue Priority CommandsAside from the
The
5.3.2.1
|
fildes | the Stream for which the command is issued; |
cmd | is ‘I_FLUSHBAND’; and, |
arg | is a pointer to a bandinfo(9) structure. |
The bandinfo(9)
structure is exposed by including the sys/stropts.h system header
file. Its format and members are as follows:
struct bandinfo { unsigned char bi_pri; int bi_flag; }; |
where,
bi_pri | the priority band to flush; |
bi_flag | how to flush: one of FLUSHR , FLUSHW or FLUSHRW . |
I_CKBAND
Checks whether a message is available to be read from a specified queue band.
fildes | the Stream for which the command is issued; |
cmd | is ‘I_CKBAND’. |
arg | contains the band number for which to check for an available message. |
I_GETBAND
Gets the priority band associated with the next message on the Stream head read queue.
fildes | the Stream for which the command is issued; |
cmd | is ‘I_GETBAND’. |
arg | is a pointer to an int into which to receive the band number. |
I_CANPUT
The I_CANPUT(7) (see streamio(7))
ioctl(2s)
command has the following form:
int ioctl(int fildes, int cmd, long arg); |
where,
fildes | the Stream for which the command is issued; |
cmd | is ‘I_CANPUT’. |
arg | contains the band number for which to check for flow control. |
Checks whether message can be written to the queue band specified by arg. arg is an integer which contains the queue band to test for flow control. arg can also have the following value:
ANYBAND
When this value is specified, instead of testing a specified band, I_CANPUT(7) (see streamio(7))
tests whether
any (existing) band is writable.
Upon success, the I_CANPUT(7) (see streamio(7))
ioctl(2s)
command returns zero (‘0’) or a
positive integer. The I_CANPUT(7) (see streamio(7))
command returns false (‘0’) if the band cannot be
written to (due to flow control), and returns true (‘1’) if the band is writable. Upon
failure, the ioctl(2s)
call returns ‘-1’ and sets errno(3)
to an appropriate
error number.
When the I_CANPUT(7) (see streamio(7))
ioctl(2s)
command fails, it returns ‘-1’ and sets
errno(3)
to one of the following errors:
[EINVAL]
arg is outside the range ‘0’ to ‘255’ and does not represent a valid priority band,
or is not ANYBAND
.
[EIO]
fildes refers to a Stream that is closing.
[ENXIO]
fildes refers to a Stream that has received a hangup.
[EPIPE]
fildes refers to a STREAMS-based pipe and the other end of the pipe is closed.
[ESTRPIPE]
fildes refers to a STREAMS-based pipe and a write operation was attempted with no readers at the other end, or a read operation was attempted, the pipe is empty, and there are no readers writers the other end.
[EINVAL]
fildes refers to a Stream that is linked under a multiplexing driver. If a Stream
is linked under a multiplexing driver, all ioctl(2s)
commands other than
I_UNLINK(7) (see streamio(7))
or I_PUNLINK(7) (see streamio(7))
will return [EINVAL]
.
Any error received in an M_ERROR
message indicating a persistent write error for the
Stream will cause I_CANPUT(7) (see streamio(7))
to fail, and the write error will be returned in
errno(3)
.
Any error number returned in errno(3)
in response to a general ioctl(2s)
failure
can also be returned in response to I_ATMARK(7) (see streamio(7))
. See also ioctl(2p)
.
OpenSS7 implements the special flag, ANYBAND
, that can be used for
an arg value instead of the band number to check whether any existing band is writable. This
is similar to the POLLWRBAND
flag to poll(2s)
. ANYBAND
uses the
otherwise invalid band number ‘-1’. Portable STREAMS applications programs will not use
the ANYBAND
flag and will not rely upon I_CANPUT(7) (see streamio(7))
to generate an error if
passed ‘-1’ as an invalid argument.
I_ATMARK
The I_ATMARK(7) (see streamio(7))
ioctl(2s)
command has the following form:
int ioctl(int fildes, int cmd, long arg); |
where,
fildes | the Stream for which the command is issued; |
cmd | is ‘I_ATMARK’. |
arg | specifies a criteria for checking for a mark. |
The I_ATMARK(7) (see streamio(7))
command informs the user if the current message on the Stream head
read queue is marked by a downstream module or driver. The arg argument determines how the
checking is done when there are multiple marked messages on the Stream head read queue. The
possible values of the arg argument are as follows:
ANYMARK
Determine if the message at the head of the Stream head read queue is marked by a downstream module or driver.
LASTMARK
Determine if the message at the head of the Stream head read queue is the last message that is marked on the queue by a downstream module or driver.
The bitwise inclusive OR of the flags ANYMARK
and LASTMARK
is
permitted.
STREAMS message blocks that have the MSGMARK
flag set in the b_flag member
of the msgb(9)
structure are marked messages. Solaris also provides the
MSGMARKNET
and MSGNOTMARKNET
flags. The use of these flags is not very clear,
but OpenSS7 could use them in the read(2s)
logic to determine whether
the next message is marked without removing the message from the queue.
When read(2s)
encounters a marked message and data has already been read, the read
terminates with the amount of data read. The resulting short read is an indication to the user that
a marked message could exist on the read queue. (Short reads can also result from zero-byte data,
or from a delimited message: one with the MSGDELIM
flag set in b_flag). When a
short read occurs, the user should test for a marked message using the ANYMARK
flag to
the I_ATMARK(7) (see streamio(7))
ioctl(2s)
command. A subsequent read(2s)
will consume the
marked message following the marked message. This can be checked by using the LASTMARK
flag to the I_ATMARK(7) (see streamio(7))
ioctl(2s)
command.
The b_flag member of the msgb(9)
structure can have the flag, MSGMARK
,
set that allows a module or driver to mark a message sent to the Stream head. This is used to
support tcp(4)
’s ability to indicate the last bye of out-of-band data. Once marked, a
message sent to the Stream head causes the Stream head to remember the message. A user
may check to see if the message on the front of the Stream head read queue is marked, and
whether it is the last marked message on the queue, with the I_ATMARK(7) (see streamio(7))
ioctl(2s)
command. If a user is reading data from the Stream head and there are multiple messages on
the Stream head read queue, and one of those messages is marked, read(2s)
terminates
when it reaches the marked message and returns the data only up to that marked message. The rest of
the data may be obtained with successive reads. ANYMARK
indicates that the user merely
wants to check if the message at the head of the Stream head read queue is marked.
LASTMARK
indicates that the user wants to see if the message is the only one marked on
the queue.
Upon success, the I_ATMARK(7) (see streamio(7))
ioctl(2s)
command returns zero (‘0’) or a
positive integer. The I_ATMARK(7) (see streamio(7))
operation returns a value of true (‘1’) if the
marking criteria is met. It returns false (‘0’) if the marking criteria is not met. Upon
failure, the I_ATMARK(7) (see streamio(7))
ioctl(2s)
command returns ‘-1’ and sets
errno(3)
to an appropriate error number.
When the I_ATMARK(7) (see streamio(7))
ioctl(2s)
command fails, it returns ‘-1’ and sets
errno(3)
to one of the following errors:
[EINVAL]
arg was other than ANYMARK
or LASTMARK
, or a bitwise-OR of the
two.
Any error number returned in errno(3)
in response to a general ioctl(2s)
failure
can also be returned in response to I_ATMARK(7) (see streamio(7))
. See also ioctl(2p)
.
I_GETSIG
Sets the mask of events for which the Stream head will send a calling process a
{SIGPOLL
} or {SIGURG
} signal. Events include S_RDBAND
, S_WRBAND
and S_BANDURG
.
This ioctl(2s)
command is discussed under Input and Output Polling.
fildes | the Stream for which the command is issued; |
cmd | is ‘I_GETSIG’. |
arg | is a pointer to a int to contain the retrieved event flags. |
Event flags can include the following band related events:
S_RDBAND | a message of non-zero priority band has been placed to the Stream head read queue. |
S_WRBAND | a priority band that was previously flow controlled has become available for writing (i.e., is no longer flow controlled). |
S_BANDURG | a modifier to S_RDBAND to generate {SIGURG }
instead of {SIGPOLL } in response to the event. |
I_SETSIG
Sets the mask of events for which the Stream head will send a calling process a
{SIGPOLL
} or {SIGURG
} signal. Events include S_RDBAND
, S_WRBAND
and S_BANDURG
.
This ioctl(2s)
command is discussed under Input and Output Polling.
fildes | the Stream for which the command is issued; |
cmd | is ‘I_SETSIG’. |
arg | is an integer value that contains the event flags. |
Event flags can include the following band related events:
S_RDBAND | a message of non-zero priority band has been placed to the Stream head read queue. |
S_WRBAND | a priority band that was previously flow controlled has become available for writing (i.e., is no longer flow controlled). |
S_BANDURG | a modifier to S_RDBAND to generate {SIGURG }
instead of {SIGPOLL } in response to the event. |
queue
StructureThe queue(9)
structure is exposed by including sys/stream.h.
typedef struct queue { struct qinit *q_qinfo; /* info structure for the queue */ struct msgb *q_first; /* head of queued messages */ struct msgb *q_last; /* tail of queued messages */ struct queue *q_next; /* next queue in this stream */ struct queue *q_link; /* next queue for scheduling */ void *q_ptr; /* private data pointer */ size_t q_count; /* number of bytes in queue */ unsigned long q_flag; /* queue state */ ssize_t q_minpsz; /* min packet size accepted */ ssize_t q_maxpsz; /* max packet size accepted */ size_t q_hiwat; /* hi water mark for flow control */ size_t q_lowat; /* lo water mark for flow control */ struct qband *q_bandp; /* band's flow-control information */ unsigned char q_nband; /* number of priority bands */ unsigned char q_blocked; /* number of bands flow controlled */ unsigned char qpad1[2]; /* reserved for future use */ /* Linux fast-STREAMS specific members */ ssize_t q_msgs; /* messages on queue, Solaris counts mblks, we count msgs */ rwlock_t q_lock; /* lock for this queue structure */ int (*q_ftmsg) (mblk_t *); /* message filter ala AIX */ } queue_t; |
The following members are defined in SVR 4.2:
q_qinfo | points to the qinit(9) structure associated with this queue; |
q_first | first message on the message queue (NULL if message queue is empty); |
q_last | last message on the message queue (NULL if message queue is empty); |
q_next | next queue in the Stream; |
q_link | next queue in the STREAMS scheduler list; |
q_ptr | pointer to module/driver private data; |
q_count | number of bytes of messages on the queue; |
q_flag | queue flag bits (current state of the queue); |
q_minpsz | minimum packet size accepted; |
q_maxpsz | maximum packet size accepted; |
q_hiwat | high water mark (queued bytes) for flow control; |
q_lowat | low water mark (queued bytes) for flow control; |
q_bandp | pointer to qband(9) structures associated with this queue; |
q_nband | the number of qband(9) structures associated with this queue; |
q_blocked | the number of currently blocked (flow controlled) queue bands; |
qpad1 | reserved for future use; |
The following members are not defined in SVR 4.2 and are OpenSS7 specific:
q_msgs | number of messages on the queue; |
q_lock | queue structure lock; and, |
q_ftmsg | message filter ala AIX. |
queue
Informationqueue
Flags
#define QENAB (1<< 0) /* queue is enabled to run */ #define QWANTR (1<< 1) /* flow controlled forward */ #define QWANTW (1<< 2) /* back-enable necessary */ #define QFULL (1<< 3) /* queue is flow controlled */ #define QREADR (1<< 4) /* this is the read queue */ #define QUSE (1<< 5) /* queue being allocated */ #define QNOENB (1<< 6) /* do not enable with putq */ #define QUP (1<< 7) /* uni-processor emulation */ #define QBACK (1<< 8) /* the queue has been back enabled */ #define QOLD (1<< 9) /* module supports old style open/close */ #define QHLIST (1<<10) /* stream head is on scan list */ #define QTOENAB (1<<11) /* to be enabled */ #define QSYNCH (1<<12) /* flag for queue sync */ #define QSAFE (1<<13) /* safe callbacks needed */ #define QWELDED (1<<14) /* flags for welded queues */ #define QSVCBUSY (1<<15) /* service procedure running */ #define QWCLOSE (1<<16) /* q in close wait */ #define QPROCS (1<<17) /* putp, srvp disabled */ |
The following queue(9)
flags are defined by SVR 4.2:
QENAB | queue is enabled to run |
QWANTR | flow controlled forward |
QWANTW | back-enable necessary |
QFULL | queue is flow controlled |
QREADR | this is the read queue |
QUSE | queue being allocated |
QNOENB | do not enable with putq |
QBACK | the queue has been back enabled |
QOLD | module supports old style open/close |
QHLIST | stream head is on scan list |
The following are not defined by SVR 4.2, but are used by OpenSS7 and other SVR 4.2-based implementations:
QUP | uni-processor emulation |
QTOENAB | to be enabled |
QSYNCH | flag for queue sync |
QSAFE | safe callbacks needed |
QWELDED | flags for welded queues |
QSVCBUSY | service procedure running |
QWCLOSE | q in close wait |
QPROCS | putp, srvp disabled |
qband
StructureThe qband(9)
structure and qband_t(9)
type are exposed when
sys/stream.h is included and are formatted and contain the following members:
typedef struct qband { struct qband *qb_next; /* next (lower) priority band */ size_t qb_count; /* number of bytes queued */ struct msgb *qb_first; /* first queue message in this band */ struct msgb *qb_last; /* last queued message in this band */ size_t qb_hiwat; /* hi water mark for flow control */ size_t qb_lowat; /* lo water mark for flow control */ unsigned long qb_flag; /* flags */ long qb_pad1; /* OSF: reserved */ } qband_t; #define qb_msgs qb_pad1 |
Where the members are interpreted as follows:
qb_next | points to the next (lower) priority band; |
qb_count | number of bytes queued to this band in the message queue; |
qb_first | the first message queued in this band (NULL if band is empty); |
qb_last | the last message queued in this band (NULL if band is empty); |
qb_hiwat | high water mark (in bytes queued) for this band; |
qb_lowat | low water mark (in bytes queued) for this band; |
qb_flag | queue band flags (see below); |
qb_pad1 | reserved for future used; and, |
qb_msgs | same as qb_padq: contains the number of messages queued to the band. |
Including sys/stream.h also exposes the following constants for use with the
qb_flag member of the qband(9)
structure:
QB_FULL | when set, indicates that the band is considered full; |
QB_WANTW | when set, indicates that a preceding queue wants to write to this band; and, |
QB_BACK | when set, indicates that the queue needs to be back-enabled. |
qband
InformationThis chapter describes how to multi-thread a STREAMS driver or module. It covers the necessary conversion topics so that new and existing STREAMS modules and drivers will run in a symmetrical multi-processor kernel. This chapter covers primarily STREAMS specific multiprocessor issues and techniques.
Linux is a fully SMP capable operating system able to make effective use of the available parallelism of the symmetric shared-memory multiprocessor computer. All kernel subsystems are multiprocessor safe: scheduler, virtual memory, file systems, block, character, STREAMS input and output, networking protocols and device drivers.
STREAMS in an MP environment introduces some new concepts and terminology as follows:
sequence of instructions executed within the context of a process
mechanism for restricting access to data structures
restricting access to a single thread
allowing two or more threads access
two or more CPUs concurrently executing the operating system
The Linux 2.6 and 3.x kernel is multi-threaded to make effective use of symmetric shared-memory multiprocessor computers. All parts of the kernel, including STREAMS modules and drivers, must ensure data integrity in a multiprocessing environment. For the most part, developers must ensure that concurrently running kernel threads do not attempt to manipulate the same data at the same time. The STREAMS framework provides multiprocessing Syncrhonization Levels, which allows the developer control over the level of concurrency allowed in a module. The SVR 4.2 MP DDI/DKI also provides locking mechanisms for protecting data.
There are two types of entry points, callbacks and callouts in the OpenSS7 subsystem:
put(9s) | – |
srv(9s) | – |
qopen(9) | – |
qclose(9) | – |
qbufcall(9) | – |
qtimeout(9) | – |
mi_bufcall(9) | – |
putq(9) | – |
putbq(9) | – |
putnext(9) | – |
qreply(9) | – |
bufcall(9) | – |
esbbufcall(9) | – |
timeout(9) | – |
esballoc(9) | (free routine) |
SVR 4.2 MP specifies a synchronization mechanism that can be used during configuration of a STREAMS driver or module to specify the level of synchronization required by a module. The SVR 4 synchronization levels are as follows:
SQLVL_DEFAULT
Default level synchronization.
Specifies that the module uses the default synchronization scheme. This is the same as specifying
SQLVL_MODULE
.
SQLVL_GLOBAL
Global (STREAMS scheduler) level synchronization. Specifies that all of STREAMS can be access by only one thread at the same time. The module is run with global synchronization. This means that only one STREAMS executive thread will be permitted to enter any module. This makes the entire STREAMS executive single threaded and is useful primarily for debugging. This is the same as "Uniprocessor Emulation" on some systems, and reduces the STREAMS executive to running on a single processor at a time. This option should normally be used only for debugging.
SQLVL_ELSEWHERE
Module group level synchronization. Specifies that the module is run with synchronization within a group of modules. Only one thread of execution will be within the group of modules at a time. The group is separately specified as a character string name. This permits a group of modules to run single threaded as though they are running on a single processor, without interfering with the concurrency of other modules outside the group. This can be important for testing and for modules that implicitly share unprotected data structures.
SQLVL_MODULE
Module level synchronization.
Specifies that all instances of a module can be accessed by only one thread at the same time. This
is the default value.
The module is run with synchronization at the module. Only one thread of execution will be
permitted within the module. Where the module does not share data structures between modules, this
has a similar effect on running on a uniprocessor system. This is the default and works best for
non-multiprocessor-safe modules written in accordance with STREAMS guidelines.
This level is roughly equivalent to Solaris D_MTPERMOD
perimeters.
SQLVL_QUEUEPAIR
Queue pair level synchronization.
Specifies that each queue pair can be accessed by only one thread at the same time. Only one thread
will be permitted to enter a given queue’s procedures within a given queue pair. Where the read and
write side of the queue pair share the same private structure (‘q->q_ptr’), this provides
multiprocessor protection of the common data structure to all synchronous entry points without an
external lock.
This level is roughly equivalent to Solaris D_MTAPAIR
perimeters.
SQLVL_QUEUE
Queue level synchronization.
Specifies that each queue can be accessed by only one thread at the same time. The module is run
with synchronization at the queue. Only one thread of execution will be permitted to enter a given
queue’s procedures, however, another thread will be permitted to enter procedures of the other queue
in the queue pair. This is useful when the read and write side of a module are largely independent
and do not require synchronization between sides of the queue pair.
This level is roughly equivalent to Solaris D_MTPERQ
perimeters.
SQLVL_NOP
No synchronization.
Specifies that each queue can be accessed by more than one thread at a the same time. The
protection of internal data and of put(9s)
and srv(9s)
procedures against timeout(9)
or bufcall(9)
is done by the module or driver itself. This synchronization level should be used essentially for
multiprocessor-efficient modules.
This level is roughly equivalent to Solaris D_MP
flag.
Synchronous Entry Points are those entry points into the STREAMS driver or module that will be synchronized according to the specified synchronization level.
put(9s)
Queue put procedure.
If the module has any synchronization level other than SQLVL_NOP
,
the put procedure will be exclusive. Attempts to enter the put procedure while another thread is
running within the synchronization level will result in the call being postponed until the thread
currently in the synchronization level exits.
srv(9s)
If the module has any synchronization level other than SQLVL_NOP
,
Queue service procedure.
the service procedure will be exclusive. Attempts to enter the service procedure while another
thread is running within the synchronization level will result in the service procedure being
postponed until the thread currently in the synchronization level exits.
qopen(9)
Queue open procedure.
The queue open procedure is synchronous and exclusive before the call to qprocson(9)
,
or in any event, until return from the procedure. If the module has synchronization level of
global, elsewhere or per-module; the call to the qopen(9)
procedure is exclusive.
qclose(9)
Queue close procedure.
The queue close procedure is synchronous and exclusive after the call to qprocsoff(9)
,
or in any event, after return from the procedure. If the module has synchronization level of
global, elsewhere or per-module; the call to the qclose(9)
procedure is exclusive.
qprocson(9)
Queue procedures on.
qprocsoff(9)
Queue procedures off.
freezestr(9)
Freeze stream.
unfreezestr(9)
Thaw stream.
qwriter(9)
Queue writer.
Synchronous Callbacks are those callbacks into the STREAMS driver or module that will be synchronized according to the specified synchronization level. Synchronous callbacks are an extension to the UNIX System V Release 4.2 specifications of STREAMS. Synchronous callback extensions include Solaris extensions and AIX extensions.
These include:
qbufcall(9) | – queue referenced buffer call |
qtimeout(9) | – queue referenced timeout |
qunbufcall(9) | – queue referenced buffer call cancel |
quntimeout(9) | – queue referenced timeout cancel |
mi_bufcall(9) | – queue reference buffer call |
putnext(9) | – |
qreply(9) | – |
Asynchronous Callbacks are those callbacks into the STREAMS driver or module that will not be synchronized according to the specified synchronization level. Asynchronous callbacks are the basic UNIX System V Release 4.2 callbacks.
The STREAMS framework guarantees the integrity of the STREAMS scheduler and related data
structures, such as the queue(9)
, msgb(9)
, and datab(9)
structures,
assuming that the module properly accesses global operating system data structures, utilities and
facilities.
The q_next and q_ptr members of the queue(9)
structure will not be
modified by the system while a thread is actively executing within a synchronous entry point. The
q_next member of the queue(9)
structure could change while a thread is executing
within an asynchronous entry point.
A STREAMS module or driver must not call another module’s put
or service
procedure directly. The STREAMS utilities putnext(9)
, put(9s)
and others
described in Utilities must be used to pass messages to another queue. Calling another
STREAMS module or driver directly circumvents the MP-STREAMS framework.48
To make a STREAMS module or driver MP-SAFE requires that the integrity of private module data structures be protected by the module itself. The integrity of private module data structures can be maintained either by using the MP-STREAMS framework to control concurrency and synchronize access to private data structures, or by the use of private locks within the module, or a combination of the two.
STREAMS guarantees the ordering of messages along a Stream if all the modules in the Stream preserve message ordering internally. This ordering guarantee only applies to message that are sent along the same Stream and produced by the same source.
STREAMS does not guarantee that a message has been seen by the next put
procedure
by the time that putnext(9)
or qreply(9)
return. Under some circumstances,
invocation of the next module’s put
procedure might be deferred until after an exclusive
thread leaves a synchronization boundary.
Regardless of STREAMS integrity protection, or the presence of synchronization barriers, at
most one thread will be executing a given module’s service
procedure.
STREAMS supports modules that are not MP-SAFE and that are expecting to run in a uniprocessor environment.
By default, all STREAMS modules and drivers are considered MP-UNSAFE unless configured into the system as MP-SAFE.
Unsafe drivers run with only the minimum of modification. Unsafe drivers are synchronized, by
default, at the level SQLVL_MODULE
, which implies that, at any time, only one processor
in the entire system is executing the module’s STREAMS code. MP-UNSAFE modules might
not gain any performance advantage by being run in a multiprocessor environment.
MP-UNSAFE modules that access data structures private to other STREAMS modules must be
synchronized at a broader level of synchronization. All such cooperating modules must be run with
synchronization at the level SQLVL_ELSEWHERE
, with a synchronization queue that is shared
across all the pertinent modules.
MP-UNSAFE modules that do not share data between Stream instances but do shared Stream private
data between the read and write put and service procedures can be synchronized at level
SQLVL_QUEUEPAIR
and will gain some advantage in the multiprocessor environment.
MP-UNSAFE modules that do not share data between Stream instances and do not share data
between read and write side put and service procedures, but do share data between put and service
procedure on the same side, can be synchronized at level SQLVL_QUEUE
and will gain some
advantage in the multiprocessor environment.
MP-UNSAFE modules that shared data between Stream instances, but only in the open and close
routines, can still assign SQLVL_QUEUEPAIR
or SQLVL_QUEUE
, provided that an
outer barrier is also established using the Solaris®-style outer perimeter
(with the D_MTOCEXCL
flag).
MP-UNSAFE modules are still responsible for cancelling all outstanding callbacks in their qi_qclose procedure.
MP-UNSAFE modules that are synchronized at SQLVL_QUEUEPAIR
or
SQLVL_QUEUE
, that do not have an exclusive outer perimited established with
D_MTOCEXCL
, must call qprocsoff(9)
in the qi_qclose routine, in
addition to cancelling all oustanding callbacks, before deallocating Stream private structures or
altering q_qptr pointers.
MP-UNSAFE modules synchronized at synchronization level SQLVL_MODULE
,
SQLVL_ELSEWHERE
, or SQLVL_GLOBAL
are singly threaded within the STREAMS
framework. However, interrupt service routines exist outside the STREAMS framework.
Interrupt service routines that invoke STREAMS utilities will have execution of those
utilities deferred until after all threads have left the synchronization barrier.
Modules that share data structure(s), and that are to be protected by STREAMS synchronization, must be configured at the same level of synchronization.
An MP-UNSAFE module that must wait in its open
or close
procedure for a
message from another STREAMS module must wait outside of all synchronization barriers;
otherwise the responding thread might never be allowed to enter the synchronization barrier to invoke
the module’s put
or service
procedure. Sleeping outside the synchronization
barriers is accomplished by using qwait(9)
or qwait_sig(9)
.
Modules using STREAMS synchronization barriers, either explicitly by configuration, or by
default, must use qwait(9)
and qwait_sig(9)
instead of CV_WAIT(9)
or
CV_WAIT_SIG(9)
from within qi_qopen and qi_qclose
procedures.49
The STREAMS utilities qprocson(9)
and qprocsoff(9)
enable and disable the
put
and service
procedures of a queue pair. Prior to a call to
qprocson(9)
and after a call to qprocsoff(9)
, the module’s put
and
service
procedures are disabled. Messages flow around the module as if it were not
present in the Stream.
qprocson(9)
must be called by the first open(2s)
of a module, but only after
allocation and initialization of any module resources or private data structures upon which the
put
and service
procedures depend. qprocsoff(9)
must be called by the
close(2s)
routine of a module before deallocating any resources on which the put
and service
procedures depend.
For example, it is typical for a module’s qi_qopen procedure to allocate a private data
structure and associate it with the read- and write-queue q_ptr pointer for use by both the
put
and service
procedure. It is typical for a module’s qi_qclose
procedure to free the private data structure. In this case, qprocson(9)
should not be
called until after the private data structure has been allocated, initialized and attached to the
q_ptr pointers. qprocsoff(9)
should be called before deallocating the
private data structure and invalidating the q_ptr pointers.
The timeout(9)
, bufcall(9)
and esbbcall(9)
callbacks are asynchronous
when invoked from outside the STREAMS framework. The means that the timeout(9)
,
bufcall(9)
, or esbbcall(9)
callback functions might execute concurrent with module
procedures.
In contrast, under OpenSS7, when timeout(9)
, bufcall(9)
, and
esbbcall(9)
are invoked from within the STREAMS framework,50 they
are equivalent to a call to qtimeout(9)
, qbufcall(9)
with the current
synchronization queue used as the q argument. This is possible because STREAMS always
knows what queue’s synchronous
procedures or callbacks it is running.
To provide for synchronous callbacks that can be invoked from outside the STREAMS framework,
the qtimeout(9)
, quntimeout(9)
qbufcall(9)
, and qunbufcall(9)
STREAMS utilities are provided. When using these utilities, the callback function is executed
inside any synchronization barrier associated with the queue that is passed to the function.
There are some restrictions on which queue pointer the qtimeout(9)
and qbufcall(9)
can be passed when called from a module’s open
or close
procedure, or when
called from outside STREAMS (at soft or hard interrupt). The caller is responsible for the
validity of the queue pointer. That is, the queue must be allocated and have procedures enabled
across the call. The queue pointer argument of a module’s open
, close
,
put
, or service
procedure can always be passed as an argument to these functions
without any special consideration. They should not be passed a q->q_next pointer, unless the
Stream is first frozen by the caller with freezestr(9)
. They may be passed a
driver’s read-side queue pointer, or a lower multiplexed Stream’s write-side queue pointer,
provided that the caller can ensure that the driver is not closed and the multiplexed Stream
is not unlinked across the call. Reference to interior queue pairs must not be performed unless the
Stream has first been frozen by the caller with freezestre(9)
.
STREAMS modules are permitted to sleep in their qi_qopen and qi_qclose
procedures. However, MP-UNSAFE modules that use synchronization of these procedures against
put
and service
procedures must leave the synchronization barrier before
sleeping. This is accomplished by using the qwait(9)
and qwait_sig(9)
STREAMS utilities. These utilities are similar to CV_WAIT(9)
and
CV_WAIT_SIG(9)
, however, they release the synchronization barrier before sleeping. These
MP-UNSAFE utilities may also be used by MP-SAFE modules; however, MP-SAFE modules may also use
CV_WAIT(9)
or CV_WAIT_SIG(9)
.
Because callback functions can be asynchronous with respect to the STREAMS framework, they
might execute concurrent with a module’s close
procedure. It is the responsibility of the
module to cancel all outstanding callbacks before deallocating or invalidating references to data
structures upon which those callbacks depend, and before returning from the close
procedure.
A callback function scheduled with timeout(9)
or bufcall(9)
are guaranteed to have
been cancelled by the time that the corresponding untimeout(9)
or unbufcall(9)
utilities return. The same is true for qtimeout(9)
, qbufcall(9)
,
quntimeout(9)
and qunbufcall(9)
.
The Mentat Portable Streams (MPS®) framework provided by the STREAMS
Compatibility Modules package for Linux Fast-STREAMS also provides an mi_bufcall(9)
function and mi_timer(9)
function that can be used to manage buffer callbacks and timeouts
as well as converting these asyncrhonous events into STREAMS synchronous events.
STREAMS tracks kernel module references and prohibits a kernel module from unloading while
there is a reference to a statically allocated data structure contained within the kernel module.
If a STREAMS module does not cancel all callbacks in the module close
procedure, the
associated kernel module must not be permitted to be unloaded. STREAMS handles all references
with the exception of references to the free routine provided to esballoc(9)
.
STREAMS loadable kernel modules that pass free routines to esballoc(9)
are
responsible for incrementing their own module counts upon the call to esballoc(9)
and
decrementing them when the free_rtn function exits.51
Basic spin locks or reader/writer locks can be used by MP-SAFE modules to protect module private data structures. When using locks, however, the following guidelines should be followed:
putnext(9)
, qreply(9)
, or
other STREAMS utilities that invoke a put
procedure, unless re-entrancy is provided.
Otherwise, the calling thread might reenter the same queue procedure and attempt to take the same
lock twice, causing a single-party deadlock scenario.
put
or service
procedures,
across the calls to qprocson(9)
or qprocsoff(9)
. These utilities spin waiting for
all put
and service
procedures to exit, causing a single-party deadlock
scenario.
timeout(9)
or bufcall(9)
callback
functions across calls to untimeout(9)
or unbufcall(9)
. These utilities spin
waiting for the callback function to exit, causing a single-party deadlock scenario.
Interrupt service routines and other asynchronous callback functions require special care by the STREAMS driver writer, because they can execute asynchronous to threads executing within the STREAMS framework.
MP-SAFE modules, or modules using synchronization barriers can use the qtimeout(9)
and
qbufcall(9)
callbacks that are synchronous with respect to the STREAMS framework.
Under OpenSS7, even timeout(9)
and bufcall(9)
utilities are
synchronous with respect to the STREAMS framework when invoked from within a qi_putp
procedure, qi_srvp procedure, or a synchronous callback. However, when invoked from
outside a STREAMS module procedure (or from within qi_qopen or qi_qclose
procedures, these functions generate asynchronous callbacks.
Because an asynchronous thread from outside of STREAMScan enter the driver at any time, the
driver writer is responsible for ensuring that the asynchronous callback function acquires the
necessary private locks before accessing private module data structures and releases those locks
before returning. It is also the responsibility of the module to cancel any outstanding callback
functions (see untimeout(9)
and unbufcall(9)
) before the data structures upon
which they depend are deallocated and the module closed.
The following guidelines must be followed:
timeout(9)
and bufcall(9)
must be cancelled with
a call to untimeout(9)
or unbufcall(9)
.
esballoc(9)
, must be allowed to complete before the kernel
module is permitted to be unloaded.
The q_next field of the queue(9)
structure can be dereferenced in that queue’s
qi_qopen, qi_qclose, qi_putp, and qi_srvp procedures as well as
within any other synchronous procedure or callback (such as qtimeout(9)
,
qbufcall(9)
, qwriter(9)
) predicated on a queue in the same Stream.
All code executing outside the STREAMS framework, such as interrupt service routines,
tasklets, network bottom halves, asynchronous timeout(9)
, bufcall(9)
, and
esballoc(9)
callback routines, are not permitted to dereference q_next for any
queue pair in any Stream. Asynchronous procedures must use the ‘next’ version of all
functions (e.g, ‘canputnext(q)’ instead of ‘canput(q->q_next)’).
adjmsg(9) | trim bytes from the front or back of a STREAMS message |
allocb(9) | allocate a STREAMS message and data block |
bufcall(9) | install a buffer callback |
copyb(9) | copy a STREAMS message block |
copymsg(9) | copy a STREAMS message |
datamsg(9) | tests a STREAMS message type for data |
dupb(9) | duplicate a STREAMS message block |
dupmsg(9) | duplicate a STREAMS message |
esballoc(9) | allocate a STREAMS message and data block with a caller supplied data buffer |
freeb(9) | frees a STREAMS message block |
freemsg(9) | frees a STREAMS message |
linkb(9) | link a message block to a STREAMS message |
msgdsize(9) | calculate the size of the data in a STREAMS message |
msgpullup(9) | pull up bytes in a STREAMS message |
pcmsg(9) | test a data block message type for priority control |
pullupmsg(9) | pull up the bytes in a STREAMS message |
rmvb(9) | remove a message block from a STREAMS message |
testb(9) | test if a STREAMS message can be allocated |
unbufcall(9) | remove a STREAMS buffer callback |
unlinkb(9) | unlink a message block from a STREAMS message |
backq(9) | find the upstream or downstream queue |
bcanput(9) | test flow control on a STREAMS message queue |
canenable(9) | test whether a STREAMS message queue can be scheduled |
enableok(9) | allow a STREAMS message queue to be scheduled |
flushband(9) | flushes band STREAMS messages from a message queue |
flushq(9) | flushes messages from a STREAMS message queue |
getq(9) | gets a message from a STREAMS message queue |
insq(9) | inserts a message into a STREAMS message queue |
noenable(9) | disable a STREAMS message queue from being scheduled |
OTHERQ(9) | return the other queue of a STREAMS queue pair |
putbq(9) | put a message back on a STREAMS message queue |
putctl(9) | put a control message on a STREAMS message queue |
putctl1(9) | put a 1 byte control message on a STREAMS message queue |
putq(9) | put a message on a STREAMS message queue |
qenable(9) | schedules a STREAMS message queue service routine |
qreply(9) | replies to a message from a STREAMS message queue |
qsize(9) | return the number of message on a queue |
RD(9) | return the read queue of a STREAMS queue pair |
rmvq(9) | remove a message from a STREAMS message queue |
SAMESTR(9) | test for STREAMS pipe or FIFO |
WR(9) | return the write queue of a STREAMS queue pair |
canputnext(9) | test flow control on a message queue |
canputnext(9) | test flow control on a message queue |
freezestr(9) | freeze the state of a stream queue |
put(9s) | invoke the put procedure for a STREAMS module or driver with a STREAMS message |
putnext(9) | put a message on the downstream STREAMS message queue |
putnextctl1(9) | put a 1 byte control message on the downstream STREAMS message queue |
putnextctl(9) | put a control message on the downstream STREAMS message queue |
qprocsoff(9) | disables STREAMS message queue processing for multi-processing |
qprocson(9) | enables STREAMS message queue processing for multi-processing |
strqget(9) | gets information about a STREAMS message queue |
strqset(9) | sets attributes of a STREAMS message queue |
unfreezestr(9) | thaw the state of a stream queue |
kmem_alloc(9) | allocate kernel memory |
kmem_free(9) | deallocates kernel memory |
kmem_zalloc(9) | allocate and zero kernel memory |
cmn_err(9) | print a kernel command error |
bcopy(9) | copy byte strings |
bzero(9) | zero a byte string |
copyin(9) | copy user data in from user space to kernel space |
copyout(9) | copy user data in from kernel space to user space |
delay(9) | postpone the calling process for a number of clock ticks |
drv_getparm(9) | driver retrieve kernel parameter |
drv_hztomsec(9) | convert kernel tick time between microseconds or milliseconds |
drv_htztousec(9) | convert kernel tick time between microseconds or milliseconds |
drv_msectohz(9) | convert kernel tick time between microseconds or milliseconds |
drv_priv(9) | check if the current process is privileged |
drv_usectohz(9) | convert kernel tick time between microseconds or milliseconds |
drv_usecwait(9) | delay for a number of microseconds |
min(9) | determine the minimum of two integers |
max(9) | determine the maximum of two integers |
getmajor(9) | get the internal major device number for a device |
getminor(9) | get the extended minor device number for a device |
makedevice(9) | create a device from a major and minor device numbers |
strlog(9) | pass a message to the STREAMS logger |
timeout(9) | start a timer |
untimeout(9) | stop a timer |
mknod(9) | make block or character special files |
mount(9) | mount and unmount file systems |
umount(9) | mount and unmount file systems |
unlink(9) | remove a file |
linkmsg(9) | link a message block to a STREAMS message |
putctl2(9) | put a two byte control message on a STREAMS message queue |
putnextctl2(9) | put a two byte control message on the downstream STREAMS message queue |
weldq(9) | weld two (or four) queues together |
unweldq(9) | unweld two (or four) queues |
allocq(9) | allocate a STREAMS queue pair |
bcanget(9) | test for message arrival on a band on a stream |
canget(9) | test for message arrival on a stream |
freeq(9) | deallocate a STREAMS queue pair |
qattach(9) | attach a module onto a STREAMS file |
qclose(9) | close a STREAMS module or driver |
qdetach(9) | detach a module from a STREAMS file |
qopen(9) | call a STREAMS module or driver open routine |
setq(9) | set sizes and procedures associated with a STREAMS message queue |
appq(9) | append one STREAMS message after another |
esbbcall(9) | install a buffer callback for an extended STREAMS message block |
isdatablk(9) | test a STREAMS data block for data type |
isdatamsg(9) | test a STREAMS data block for data type |
kmem_zalloc_node(9) | allocate and zero memory on a node |
msgsize(9) | calculate the size of the message blocks in a STREAMS message |
qcountstrm(9) | add all counts on all STREAMS message queues in a stream |
xmsgsize(9) | calculate the size of message blocks in a STREAMS message |
This section captures portability information for SVR 4.2 MP based systems. If the operating system from which you are porting more closely fits one of the other portability sections, please see that section.
OpenSS7 has very few differences from SVR 4.2 MP. Not all SVR 4.2 MP functions are implemented in the base OpenSS7 kernel modules. Some functions are included in the SVR 4.2 MP compatibility module, streams-svr4compat.o.
itimeout(9) | Perform a timeout at an interrupt level. |
lbolt(9) | Time in ticks since reboot. |
sleep(9) | Put a process to sleep. |
wakeup(9) | Wake a process. |
vtop(9) | Convert virtual to physical address. |
Linux has a different concept of priority levels than SVR 4.2 MP. Linux has basically 4 priority levels as follows:
At this priority level, software and hardware interrupts are enabled and the kernel is executing with preemption enabled. This means that the currently executing kernel thread could preempt and sleep in favour of another thread of kernel execution.
This priority level only exists on preemptive (mostly 2.6 or 3.x) kernels.
At this priority level, software and hardware interrupts are enabled and the kernel is executing with preemption disabled. This means that the currently executing kernel thread will only be interrupted by software or hardware interrupts.
This priority level exists in all kernels.
At this priority level, software interrupts are disabled and the kernel is executing with preemption disabled. This means that the currently executing kernel thread will only be interrupted by hardware interrupts.
This is the case when the executing thread is processing a software interrupt, or when the currently executing thread has disabled software interrupts.
This priority level exists in all kernels.
At this priority level, hardware interrupts are disabled and the kernel is executing with preemption disabled. This means that the currently executing kernel thread will not be interrupted.
This is the case when the executing thread is processing a hardware interrupt, or when the currently executing thread has disabled hardware interrupts.
This priority level exists in all kernels.
spl0(9) | Set priority level 0. |
spl1(9) | Set priority level 1. |
spl2(9) | Set priority level 2. |
spl3(9) | Set priority level 3. |
spl4(9) | Set priority level 4. |
spl5(9) | Set priority level 5. |
spl7(9) | Set priority level 6. |
spl7(9) | Set priority level 7. |
spl(9) | Set priority level. |
splx(9) | Set priority level x. |
ATOMIC_INT_ADD(9) | Add an integer value to an atomic integer. |
ATOMIC_INT_ALLOC(9) | Allocate and initialize an atomic integer. |
ATOMIC_INT_DEALLOC(9) | Deallocate an atomic integer. |
ATOMIC_INT_DECR(9) | Decrement and test an atomic integer. |
ATOMIC_INT_INCR(9) | Increment an atomic integer. |
ATOMIC_INT_INIT(9) | Initialize an atomic integer. |
ATOMIC_INT_READ(9) | Read an atomic integer. |
ATOMIC_INT_SUB(9) | Subtract and integer value from an atomic integer. |
ATOMIC_INT_WRITE(9) | Write an integer value to an atomic integer. |
LOCK(9) | Lock a basic lock. |
LOCK_ALLOC(9) | Allocate a basic lock. |
LOCK_DEALLOC(9) | Deallocate a basic lock. |
LOCK_OWNED(9) | Determine whether a basic lock is head by the caller. |
TRYLOCK(9) | Try to lock a basic lock. |
UNLOCK(9) | Unlock a basic lock. |
MPSTR_QLOCK(9) | Release a queue from exclusive access. |
MPSTR_QRELE(9) | Acquire a queue for exclusive access. |
MPSTR_STPLOCK(9) | Acquire a stream head for exclusive access. |
MPSTR_STPRELE(9) | Release a stream head from exclusive access. |
RW_ALLOC(9) | Allocate and initialize a read/write lock. |
RW_DEALLOC(9) | Deallocate a read/write lock. |
RW_RDLOCK(9) | Acquire a read/write lock in read mode. |
RW_TRYRDLOCK(9) | Attempt to acquire a read/write lock in read mode. |
RW_TRYWRLOCK(9) | Attempt to acquire a read/write lock in write mode. |
RW_UNLOCK(9) | Release a read/write lock. |
RW_WRLOCK(9) | Acquire a read/write lock in write mode. |
SLEEP_ALLOC(9) | Allocate a sleep lock. |
SLEEP_DEALLOC(9) | Deallocate a sleep lock. |
SLEEP_LOCK(9) | Acquire a sleep lock. |
SLEEP_LOCKAVAIL(9) | Determine whether a sleep lock is available. |
SLEEP_LOCKOWNED(9) | Determine whether a sleep lock is held by the caller. |
SLEEP_LOCK_SIG(9) | Acquire a sleep lock. |
SLEEP_TRYLOCK(9) | Attempt to acquire a sleep lock. |
SLEEP_UNLOCK(9) | Release a sleep lock. |
SV_ALLOC(9) | Allocate a basic condition variable. |
SV_BROADCAST(9) | Broadcast a basic condition variable. |
SV_DEALLOC(9) | Deallocate a basic condition variable. |
SV_SIGNAL(9) | Signal a basic condition variable. |
SV_WAIT(9) | Wait on a basic condition variable. |
SV_WAIT_SIG(9) | Interruptible wait on a basic condition variable. |
rmalloc(9) | Allocate a number of units from a resource map. |
rmallocmap(9) | Allocated a resource map. |
rmallocmap_wait(9) | Allocated a resource map. |
rmalloc_wait(9) | Allocate a number of units from a resource map. |
rmfree(9) | Free a number of units from a resource map. |
rmfreemap(9) | Free a resource map. |
rmget(9) | Allocated a number of units from a resource map. |
rminit(9) | Initialize a resource map. |
rmsetwant(9) | Wait for resources on a resource map. |
rmwanted(9) | Waiters on a resource map. |
major(9) | Get the internal major number of a device. |
makedev(9) | Make a device number from internal major and minor device numbers. |
minor(9) | Get the internal minor number of a device. |
putctl2(9) | Put a 2 byte control message on a STREAMS message queue. putctl2(9) is a OpenSS7 core function. |
splstr(9) | Set or restore priority levels. splstr(9) is a OpenSS7 core function. |
splx(9) | Set or restore priority levels. splx(9) is a OpenSS7 core function. |
weldq(9) | Weld together two pairs of STREAMS message queues. weldq(9) is a OpenSS7 core function. |
unweldq(9) | Unweld two pairs of STREAMS message queues. unweldq(9) is a OpenSS7 core function. |
mi_bufcall(9) | Reliable alternative to buffcall(9) . |
mi_close_comm(9) | STREAMS common minor device close utility. |
mi_next_ptr(9) | STREAMS minor device list traversal. |
mi_open_comm(9) | STREAMS common minor device open utility. |
mi_prev_ptr(9) | STREAMS minor device list traversal. |
str_install(9) | Install a STREAMS module or driver. |
wantio(9) | Perform direct I/O from a STREAMS driver. |
wantmsg(9) | Provide a filter of wanted messages from a STREAMS module. |
streams_put(9) | Invoke the put procedure for a STREAMS module or driver with a STREAMS message. streams_put(9) is implemented using put(9s) . put(9s) is a OpenSS7 core function. |
putctl2(9) | Put a 2 byte control message on a STREAMS message queue. putctl2(9) is a OpenSS7 core function. |
putnextctl2(9) | Put a 2 byte control message on the downstream STREAMS message queue. putnextctl2(9) is a OpenSS7 core function. |
unweldq(9) | Unweld two pairs of streams queues. unweldq(9) is a OpenSS7 core function. |
weldq(9) | Weld together two pairs of streams queues. weldq(9) is a OpenSS7 core function. |
str_install(9) | Install a STREAMS module or driver. |
str_uninstall(9) | Uninstall a STREAMS module or driver. |
streams_get_sleep_lock(9) | Provide access to the global sleep lock. |
lbolt(9) | Time in ticks since reboot lbolt(9) is a OpenSS7 core function. |
puthere(9) | Invoke the put procedure for a STREAMS module or driver with a STREAMS message. puthere(9) is implemented using put(9s) . put(9s) is a OpenSS7 core function. |
weldq(9) | Weld together two pairs of streams queues. weldq(9) is a OpenSS7 core function. |
unweldq(9) | Unweld two pairs of streams queues. unweldq(9) is a OpenSS7 core function. |
streams_close_comm(9) | Common minor device close utility. |
streams_open_comm(9) | Common minor device open utility. |
streams_open_ocomm(9) | Common minor device open utility. |
strmod_add(9) | Add a STREAMS module. |
strmod_del(9) | Delete a STREAMS module or driver from the kernel. |
time(9) | (undoc). |
UnixWare provides most of the core functions provide by OpenSS7 along with all of the compatibility functions provided by the SVR 4.2 MP compatibility module. In addition the functions provided here in the UnixWare compatibility module are provided.
The following compatibility functions are in addition to all SVR 4.2 compatibility functions.
Device numbering has evolved since UNIX Sytem V Release 3.0 and provides internal, external and extended device numbering. These functions are provided for backward compatibility with some drivers that were written for the older system. These are core functions in the OpenSS7 implementation.
emajor(9) | Get the external (real) major device number from the device number. |
eminor(9) | Get the external extended minor device number from the device number. |
etoimajor(9) | Convert an external major device number to an internal major device number. |
getemajor(9) | Get the external (real) major device number. |
geteminor(9) | Get the external minor device number. |
itoemajor(9) | Convert an internal major device number to an external major device number. |
In attempting to unify several disparaging UNIX-based systems (in particular XENIX
and UnixWare,
it became necessary to sometimes address the alignment of data buffers. Certainly a better way to
accomplish this would be to allocate data buffers using other allocators that provide the required
alignment and other buffer characteristics and then allocating a message and data block with a call
to esballoc(9)
.
Nevertheless, these functions were provided for making message blocks, data blocks and data buffers
meet specific physical requirements.
OpenSS7 provides these functions for compatibility, however, most of the physical requirements provided are ignored.
allocb_physreq(9) | Allocate a STREAMS message and data block. |
msgphysreq(9) | Cause a message block to meet physical requirements. |
msgpullup_physreq(9) | Pull up bytes in a STREAMS message. |
msgscgth(9) | (undoc). |
strioccall(9) | (undoc). |
qbufcall(9) | Install a STREAMS buffer callback. |
qunbufcall(9) | Cancel a STREAMS buffer callback. |
qtimeout(9) | Start a timer associated with a queue. |
quntimeout(9) | Stop a timer associated with a queue. |
qwait(9) | Wait for a queue message. |
qwait_sig(9) | Wait for a queue message or signal. |
queclass(9) | Return the class of a STREAMS message. |
qwriter(9) | STREAMS mutex upgrade. |
install_driver(9) | Install a device driver. |
mod_info(9) | Provides information on a loadable kernel module to the STREAMS executive. |
mod_install(9) | Installs a loadable kernel module in the STREAMS executive. |
mod_remove(9) | Removes a loadable module from the STREAMS executive. |
Solaris provides a wide array of Device Driver Interface functions available for use by device drivers. Many of these functions are useful for STREAMS device and pseudo-device drivers and modules. Almost all of these functions, however, are Solaris-specific and are completely non-portable to other UNIX-based operating systems. To make matters worse for portability, many of these functions have no SVR 4.2 MP equivalents.
ddi_create_minor_node(9) | Create a minor node for this device. |
ddi_remove_minor_node(9) | Remove a minor node for a device. |
ddi_driver_major(9) | Find the major device number associated with a driver. |
ddi_getiminor(9) | Get the internal minor device number. |
ddi_driver_name(9) | Return normalized driver name. |
ddi_get_cred(9) | Get a reference to the credentials of the current user. |
ddi_get_instance(9) | Get device instance number. |
ddi_get_lbolt(9) | Get the current value of the system tick clock. |
ddi_get_pid(9) | Get the process id of the current process. |
ddi_get_time(9) | Get the current time in seconds since the epoch. |
ddi_removing_power(9) | |
ddi_get_soft_state(9) | |
ddi_soft_state(9) | |
ddi_soft_state_fini(9) | |
ddi_soft_state_free(9) | |
ddi_soft_state_init(9) | |
ddi_soft_state_zalloc(9) | |
ddi_umem_alloc(9) | Allocate page aligned kernel memory. |
ddi_umem_free(9) | Free page aligned kernel memory. |
_fini(9) | |
_info(9) | |
_init(9) | |
attach(9) | Attach a device to the system or resume a suspended device. |
getinfo(9) | |
identify(9) | Determine if a driver is associated with a device. |
detach(9) | Detach a device from the system or suspend a device. |
power(9) | Power a device attached to the system. |
probe(9) |
lbolt(9) | time in ticks since reboot |
lis_appq(9) | Append one STREAMS message after another. |
lis_date(9) | |
lis_esbbcall(9) | Install a buffer callback for an extended STREAMS message block. |
lis_find_strdev(9) | |
lis_OTHER(9) | Return the other queue of a STREAMS queue pair.. This function is intended to accommodate a common miss-spelling of OTHERQ(9) . |
lis_version(9) | |
lis_xmsgsize(9) | Calculate the size of message blocks in a STREAMS message. |
lis_mknod(9) | Make block or character special files. |
lis_unlink(9) | Remove a file. |
lis_mount(9) | Mount a file system. |
lis_umount2(9) | Unmount a file system. |
lis_umount(9) | Unmount a file system. |
lis_register_strdev(9) | Register a STREAMS device. |
lis_register_strmod(9) | Register a STREAMS module. |
lis_unregister_strdev(9) | Unregister a STREAMS device. |
lis_unregsiter_strmod(9) | Unregister a STREAMS module. |
In the process of creating the OpenSS7 subsystem in such a way so as to facilitate portability of STREAMS drivers and modules from a wide range of UNIX operating system variants, a number of guidelines for the development of portable STREAMS drivers and modules have been developed. These guidelines, when adhered to, will allow the resulting driver or module to be ported to another STREAMS implementation with minimal effort. These portability guidelines are collected here.
Portable STREAMS modules and drivers will always allocate memory using the SVR4
memory allocators/deallocators: kmem_alloc(9)
, kmem_zalloc(9)
and
kmem_free(9)
.
Additional eligible allocators are:
rmallocmap(9)
rmfreemap(9)
rmalloc(9)
rmalloc_wait(9)
rmfree(9)
rminit(9)
rmsetwant(9)
rmwanted(9)
Unfortunately, these resource map allocators are not available on AIX so, if portability to the AIX is important, then do not use these allocators.
Additional eligible allocators are:
kmem_fast_alloc(9)
kmem_fast_free(9)
Portable STREAMS modules and drivers will always call qprocson(9)
before returning
from its queue open procedure (see qopen(9)
.
Portable STREAMS modules and drivers will always call qprocsoff(9)
upon entering
its queue close procedure (see qclose(9)
).
Although buffer callbacks identifiers (see bufcall(9)
), timeout identifiers (see
timeout(9)
), and multiplexing driver link identifiers (see I_LINK
and I_PLINK
under
streamio(7)
), are often illustrated as small integer numbers, with some STREAMS
implementations, including OpenSS7, these identifiers are kernel addresses
(pointers) and are never small integer values like 1, 2, or 3.
Also, there is no guarantee that the identifier will be positive. It is guaranteed that the returned identifier will not be zero (0). Zero is used by these function as a return value to indicate an error.
Portable STREAMS drivers and modules will not depend upon the returned identifier from
bufcall(9)
, timeout(9)
or streamio(7)
as being any specific range of
value. Portable drivers and modules will save any returned identifiers in data types that will not
loose the precision of the identifier.
In versions of UNIX System V previous to Release 4, the major and minor device numbers were each 8 bit, and they were packed into a 16 bit word (usually a C Language short variable). Under UNIX System V Release 4, the device numbers are held in a
dev_t
variable, which is often implemented as a 32 bit integer. The minor device number is held as 14 bits, and a further 8 bits are used for the major device number.dev_t
is ofter referred to as the "expanded device type", since it allows many more minor devices than before.Many drivers were written for earlier releases, an may eventually be ported to UNIX System V Release 4. In earlier releases, some manufacturers got around the 256 minor device number limit by using multiple major device numbers for a device. Devices were created with different major device numbers (the external major device number) but they all mapped to the same device driver entry in the device switch tables (the internal device number). Even under this scheme, each major device could only support 256 minor devices, but the driver could support many more. This has been recognized in UNIX System V Release 4, and functions are provided to do this mapping; for example, the function
etoimajor(9)
and so on, give a machine independent interface to the device number mapping.52
Versions of the Linux kernel in the 2.4 kernel series and prior to 2.6 also provided an 8 bit major device number and an 8 bit minor device number grouped into a 16-bit combined device number. Linux 2.6 and 3.x kernels (and some patched 2.4 kernels) now have larger device numbers. These extended device numbers are 12 bits for major device number and 20 bits for minor device number, with 32 bits for the combined device number.
OpenSS7 began with extended device numbering. The specfs shadow special
character device file system used by OpenSS7 uses the ‘inode’ number to hold the
dev_t
device number instead of the ‘inode->i_rdev’, which on older kernels is only a 16-bit
short.
In earlier versions of OpenSS7, the internal device numbering is 16-bits for major device number and 16-bits for minor device number. This will soon be changed to 12-bits for major device number and 20-bits for minor device number to accommodate the newer Linux scheme.
On 2.6 and 3.x Linux kernels that support the newer extended device numbers, external device numbers and internal device numbers will be the same. On 2.4 Linux kernels with the older 16-bit device numbers, external device number and internal device numbers will differ. In some situations, an internal device number can exists with no corresponding external device number (accessed only via a clone device or direct access to the mounted specfs shadow special character device file system).
etoimajor(9) | change external to internal major device number |
getemajor(9) | get external major device number |
geteminor(9) | get external minor device number |
itoemajor(9) | change internal to external major device number |
Copyright © 2007 Free Software Foundation, Inc. http://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program–to make sure it remains free software for all its users.
When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.
Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.
A secondary benefit of defending all users’ freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.
The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.
An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.
The precise terms and conditions for copying, distribution and modification follow.
“This License” refers to version 3 of the GNU Affero General Public License.
“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.
“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations.
To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work.
A “covered work” means either the unmodified Program or a work based on the Program.
To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.
To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work.
A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.
The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work’s System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
The Corresponding Source for a work in source code form is that same work.
All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.
No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.
When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work’s users, your or third parties’ legal rights to forbid circumvention of technological measures.
You may convey verbatim copies of the Program’s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.
You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:
A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation’s users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:
A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.
A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.
If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).
The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:
All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.
You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).
However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.
You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.
Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.
An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party’s predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.
A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor’s “contributor version”.
A contributor’s “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor’s essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.
In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.
If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient’s use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.
A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.
If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.
Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.
Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.
The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.
If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Program.
Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.
If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found.
one line to give the program's name and a brief idea of what it does. Copyright (C) year name of author This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Also add information on how to contact you by electronic and paper mail.
If your software can interact with users remotely through a network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a “Source” link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.
You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see http://www.gnu.org/licenses/.
Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. http://fsf.org/ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The purpose of this License is to make a manual, textbook, or other functional and useful document free in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
This License is a kind of “copyleft”, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Document”, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “you”. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.
A “Modified Version” of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
A “Secondary Section” is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.
The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.
A “Transparent” copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent” is called “Opaque”.
Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.
The “Title Page” means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page” means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text.
The “publisher” means any person or entity that distributes copies of the Document to the public.
A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgements”, “Dedications”, “Endorsements”, or “History”.) To “Preserve the Title” of such a section when you modify the Document means that it remains a section “Entitled XYZ” according to this definition.
The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.
You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly display copies.
If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles.
You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of your Modified Version by various parties—for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.
The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
In the combination, you must combine any sections Entitled “History” in the various original documents, forming one section Entitled “History”; likewise combine any sections Entitled “Acknowledgements”, and any sections Entitled “Dedications”. You must delete all sections Entitled “Endorsements.”
You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate” if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.
Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.
If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.
You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License.
However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it.
The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version” applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document.
“Massive Multiauthor Collaboration Site” (or “MMC Site”) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration” (or “MMC”) contained in the site means any set of copyrightable works thus published on the MMC site.
“CC-BY-SA” means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.
“Incorporate” means to publish or republish a Document, in whole or in part, as part of another Document.
An MMC is “eligible for relicensing” if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.
The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.
To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:
Copyright (C) year your name. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''.
If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with…Texts.” line with this:
with the Invariant Sections being list their titles, with the Front-Cover Texts being list, and with the Back-Cover Texts being list.
If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.
If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.
A STREAMS locking mechanism that prevents the removal of STREAMS modules with the
I_POP
ioctl
. Anchors are placed on STREAMS modules by adding the
‘[anchor]’ flag to autopush(8)
configuration files or directly with the
I_ANCHOR
ioctl
.
A STREAMS mechanism that enables a pre-specified list of modules to be pushed automatically onto a Stream when a STREAMS device is opened. This mechanism is used only for administrative purposes.
To enable (by STREAMS) a preceding blocked queue’s service
procedure when
STREAMS determines that a succeeding queue has reached its low-water mark.
A queue’s service
procedure that cannot be enabled due to flow control.
A STREAMS device that returns an unused major/minor device number when initially opened,
rather than requiring the minor device to be specified by name in the open
call.
A routine that is called when a module is popped from a Stream or when a driver is closed.
A pointer to this procedure is specified in the qi_qopen member of the queue(9)
structure associated with the read side of the module’s queue pair.
A Stream above a multiplexing driver used to establish lower multiplexer connections. Multiplexed Stream configurations are maintained through the controlling Stream to a multiplexing driver.
An interface that facilitates driver portability across different UNIX system versions.
A Stream component whose principle functions are handling an associated physical device and transforming data and information between the external interface and the Stream.
An interface between the UNIX system kernel and different types of drivers. It consists of a set of driver defined functions that are called by the kernel. These functions are entry points into a driver.
A direction of data flow going from the Stream head toward a driver. Also called the write-side and output-side.
A module that forms the Stream end. It can be a device driver or a pseudo-device driver. It is a required component in STREAMS (except in STREAMS-based pipes and FIFOs), and is physically identical to a module. It typically handles data transfer between the kernel and a device and does little or no processing of data.
A term used to describe scheduling of a queue’s service
procedure.
First In, First Out. A term used in STREAMS for named pipes. This term is also used in queue scheduling.
A STREAMS mechanism that regulates the rate of message transfer within a Strema and from user space into a Stream.
A module required when the terminal line discipline is on a Stream but there is no terminal
driver at the Stream end. This module recognizes all termio(7)
ioctl
s
necessary to support terminal semantics specified by termio(9)
and termios(9)
.
A direction of data flow going from a driver toward the Stream head. Also called read-side and upstream.
A STREAMS module that performs termio(7)
canonical and non-canonical processing. It
shares some termio(7)
processing with a driver in a STREAMS terminal subsystem.
A Stream connected beneath a multiplexing pseudo-device driver, by means of an
I_LINK
or I_PLINK
ioctl
. The far end of a lower Stream
terminates at a device driver or another multiplexer driver.
A STREAMS-based device supported by the pseudo-terminal subsystem. It is the controlling part of the pseudo-terminal subsystem (also called ‘ptm’).
One or more linked message blocks. A message is referenced by its first message block and its type is defined by the message type of that block.
A triplet consisting of a data buffer and associated control structures, a msgb(9)
structure, a datab(9)
structure. It carries data or information, as identified by its
message type, in a Stream.
A linked list of zero or more messages connected together.
A enumerated set of values identifying the contents of a message.
A defined set of kernel-level routines and data structure used to process data, status, and control information on a Stream. It is an optional element, but there can be many modules in one Stream. It consists of a pair of queues (read queue and write queue), and it communicates to other components in a Stream by passing messages.
A STREAMS mechanism that allows message to be routed among multiple Streams in the kernel. A multiplexing configuration includes at least one multiplexing pseudo-device driver connected to one or more upper Streams and one or more lower Streams.
A Stream, typically a pipe, with a name associated with it by way of a call to
fattach(3)
(that is, a mount(2)
operation). This is different from a named pipe
(FIFO) in two ways: a named pipe (FIFO) is unidirectional while a named Stream is
bidirectional; a name Stream need not refer to a pipe, but can be another type of
Stream.
A procedure in each STREAMS driver and module called by STREAMS on each open
system call made on the Stream. A module’s open
procedure is also called when the
module is pushed.
A feature supported by the STREAMS-based pseudo-terminal subsystem. It is used to inform a process on the master side when state changes occur on the slave side of a pseudo-TTY. It is enabled by pushing a module called ‘pckt’ on the master side.
A connection below a multiplexer that can exist without having an open controlling Stream associated with it.
See STREAMS-based pipe.
A term used when a module that is immediately below the Stream head is removed.
A software driver, not directly associated with a physical device, that performs functions internal
to a Stream such as a multiplexer or log(4)
driver.
A user interface identical to a terminal subsystem except that there is a process in place of a hardware device. It consists of at least a master device, slave device, line discipline module, and hardware emulation module.
A term used when a module is inserted in a Stream immediately below the Stream head.
A module put between the Stream head and driver. It performs intermediate transformations on messages flowing between the Stream head and driver. A driver is a non-pushable module.
A routine in a module or driver associated with a queue that receives messages from the preceding
queue. It is the single entry point into a queue from a preceding queue. It may perform processing
on the message and will then generally either queue the message for subsequent processing by this
queue’s service
procedure, or will pass the message to the put
procedure of the
following queue (using putnext(9)
).
A data structure that contains status information, a pointer to routines processing message, and
pointers for administering a Stream. It typically contains pointer to put
and
service
procedures, a message queue, and private data.
A direction of data flow going from a driver toward the Stream head. Also called upstream and input-side.
A message queue in a module or driver containing messages moving upstream. Associated with
the read(2s)
system call and input from a driver.
A feature available with the pseudo-terminal subsystem. It is used for applications that perform the canonical and echoing functions normally done by line discipline module and TTY driver. It enables applications on the master side to turn off the canonical processing.
A STREAMS Administrative Driver that provides an interface to the autopush(8)
mechanism.
To place a queue on the internal list of queues that will subsequently have their service procedure called by the STREAMS scheduler. STREAMS scheduling is independent of Linux process scheduling.
A set of primitives that define a service at the boundary between a service user and a service
provider and the rules (typically represented by a state machine) for allowable sequences of the
primitives across the boundary. At a Stream/user boundary, the primitives are typically
contained in the control part of a message; within a Stream, in M_PROTO
or
M_PCPROTO
message blocks.
A module or driver routine associated with a queue that receives messages queue for it by the
put
procedure is called by the STREAMS scheduler. It may perform processing on the
message and generally passes the message to the put
procedure of the following queue.
An entity in a service interface that responds to request primitives from the service user with response and event primitives.
An entity in a service interface that generates request primitives for the service provider and consumes response and event primitives.
A STREAMS-based device supported by the pseudo-terminal subsystem. It is also called ‘pts’ and works with a line discipline module and hardware emulation module to provide an interface to a user process.
A mechanism for the unidirectional flow of data between two processes where data written by one process becomes data read by the other process.
A kernel level aggregate created by connecting STREAMS components, resulting from an application of the STREAMS mechanism. The primary components are the Stream head, the driver (or Stream end), and zero or more pushable modules between the Stream head and driver.
A mechanism used for bidirectional data transfer implemented using STREAMS, and sharing the properties of STREAMS-based devices.
A Stream component furthest from the user process that contains a driver.
A Stream component closest to the user process. It provides the interface between the Stream and the user process.
A kernel mechanism that provides the framework for network services and data communication. It defines interface standards for character input/output within the kernel, and between the kernel and user level. The STREAMS mechanism includes integral functions, utility routines, kernel facilities, and a set of structures.
A STREAMS-based device used in a terminal subsystem.
A Stream that terminates above a multiplexing driver. The beginning of an upper Stream originates at the Stream head or another multiplexing driver.
A direction of data flow going from a driver toward the Stream head. Also called read-side and input side.
A limit value used in flow control. Each queue has a high-water mark and a low-water mark. The high-water mark value indicates the upper limit related to the number of bytes contained on the queue. When the queued character reaches its high water mark, STREAMS causes another queue that attempts to send a message to this queue to become blocked. When the characters in this queue are reduced to the low-water mark value, the other queue is unblocked by STREAMS.
A message queue in a module or driver containing messages moving downstream. Associated with the
write(2s)
system call and output from a user process.
A direction of data flow going from the Stream head toward a driver. Also called downstream and output side.
Jump to: | A B C D E F H I L M N O P Q R S T U W X |
---|
Jump to: | A B C D E F H I L M N O P Q R S T U W X |
---|
La Direction des Services de la Navigation Aérienne - La Direction Général de l’Aviation Civile
Deutsches Zentrum für Luft- unde Raumfarht
Federal Aviation Administration - William J. Hughes Technical Center
Ecole Nationale Supérieure des Télécommunications
Hochschule für Technik und Wirtschaft des Saarlandes
Formerly X/Open and UNIX International.
A Stream Input-Output System, AT&T Bell Laboratories Technical Journal 63, No. 8 Part 2 (October, 1984), pp. 1897-1910.
For example, AIX.
For example, HP-UX
XPG 4.2/XNS 4.2, XPG 5/XNS 5, POSIX/SUSv2 XSI Extensions and POSIX/SUSv3 XSR Extensions.
Unlike the native Linux pipes and FIFOs that use the older UNIX System V Release 3 or BSD approaches to these facilities.
An exception is STREAMS-based pipes, that are opened with the
pipe(2s)
system call.
See ITU-T Recommendation X.200 and ITU-T Recommendation X.210 for more information about service primitive interfaces.
SS7 MTP over ISDN LAPB was originally defined under ISDN as an E-Channel.
Although the
poll(2s)
system call has been
implemented in GNU/Linux, it was historically provided only by STREAMS. This is
evident from the fact that
poll(2s)
system can supports events like POLLRDBAND
that have no meaning outside of the STREAMS framework.
However, for the purpose of the STREAMS executive, most implementations cache a
pointer to the Stream head in the queue(9)
structure.
This is different that the situation in the UNIX System V Release 4.2 system and other UNIX variants in the following respects: In SVR 4.2 all FIFOs are STREAMS-based. In other UNIX implementations FIFOs are either SVR 3.2-style or, in some systems, optionally STREAMS-based. In SVR 4.2 FIFOs are FIFO special files. In other UNIX implementations, FIFOs are character special files. Under GNU/Linux, system FIFOs are by default SVR 3.2-style FIFOs. To acheive the greatest possible degree of compatibility, OpenSS7 provides the option of making all GNU/Linux system FIFOs STREAMS-based, and also provides a character special file implementation of STREAMS-based FIFOs.
For example, a FIFO opened read-only will block waiting for another process to open the FIFO for writing.
Note that, by default, GNU/Linux system pipes obtained
with the pipe(2s)
system call are SVR 3.2-style unidirectional pipes.
OpenSS7 provides a pipe(2s)
library function in the libstreams
library that can be used to override the normal pipe(2s)
system call for some applications
programs. Also, OpenSS7 provides the option of overriding all system pipes
returned by the pipe(2s)
system call to be bidirectional STREAMS-based pipes.
Some UNIX implementations, notably UnixWare, provide the
ability to open two character special files and associate them together into a STREAMS-based
pipe (see sfx(4)
). In that case, opening each end of a STREAMS-based pipe is no
different than opening a regular STREAMS driver.
Some UNIX implementations, and UNIX System V Release 4,
provide a separate file system, the pipefs, upon which vnodes
are created. In a
simlar fashion, GNU/Linux SVR 3.2-style system pipes also allocates inode
s from
a pipefs file system.
Examples of differences include that pipes issue
SIGPIPE
when the Stream encounters an error, that is, the SNDPIPE
write
option is enabled, and pipe cannot send zero-length data by default, that is, the SNDZERO
write option is disabled. Both of these are the reverse for a regular Stream.
Exceptions are when the
Stream has been named with fattach(8)
, that is, it is still mounted, or when
the Stream is still linked under a multiplexing driver.
Note that the messges are not queued on the Stream head write-side queue and so no delay in closing the Stream head queue pair is considered.
These commands are fictitious.
Under some restricted circumstances, a module or
driver put
procedure is run under a user context when invoked from a Stream head, or
under an interrupt service routine or software interrupt when invoked from a Stream end
(driver).
The qi_putp procedure should not be called directly.
In special
circumstances, such as in a Stream end or driver, it is possible to use putq(9) to place
a message on a queue to be later retreived by the driver’s service
procedure; however,
this practice is the same as seting the driver’s qi_putp pointer to putq(9)
.
Because the
Interrupt Service Routine (ISR) stack is particularly limited, put(9s)
should not be
called from ‘in_irq()’ context under Linux, execution of put(9s)
should be
deferred by the ISR, either with an immediate bottom half procedure (i.e., software interrupt), or
by placing messages on the driver queue and processing from the queue’s service
proceedure: either of which run with a full kernel stack instead of an interrupt stack.
M_PASSFP
is never passed on the Stream but is placed on one Stream head directly by the opposite Stream head of a STREAMS-based pipe.
Transparent ioctl
s support applications developed prior to the introduction of STREAMS.
Ibid.
Ibid.
Note that OpenSS7 does not include the b_pad2 member to reduce the size of the triplet and provide more room for a cache-aligned internal data buffer.
System V Release 4 Programmer’s Guide: STREAMS.
This is an old SVR 3.1 member that was used to contain the internal data buffer. It is not longer at this location and this member is not present in OpenSS7.
This
member is used by some implementations to locate the initial msgb(9)
structure allocated
with this data block as a 3-tuple. OpenSS7 calculates this address from the
address of the data block itself and discards this member to reduce the overall size of the 3-tuple
and to increase the cache-aligned size of the internal data buffer.
OpenSS7 discards this field to reduce the overall size of the structure and to increase the cache-aligned size of the internal data buffer.
Some SVR 4.2-based implementations also provide the M_HPDATA
message
for passing high priority data in the same fashion as M_DATA
messages.
For a complete applications framework based on STREAMS and service interfaces, see the ADAPTIVE Communications Environment (ACE) communications framework
One example of backwards compatibility to a character device driver implemented under STREAMS is the STREAM implementation of terminal and pseudo-terminal devices.
The RFILL
option is not defined by
SVR 4.2, but is defined by some implementations based on SVR 4.2.
Note
that earlier releases, such as UNIX System V Release 3.0, did not support read protocols.
Under these earlier implementations, the read protocol was always RPROTNORM
.
This
setting is used with the timod(4)
module requiring the use of the tirdwr(4)
module
for use with the xti(3)
library.
This may be useful for specialized libraries or at the user’s option with
timod(4)
or sockmod(4)
modules.
This setting is used with the sockmod(4)
module,
or at the user’s option with other modules or drivers.
The RPROCOMPRESS
option is not defined by SVR 4.2,
but is defined by some implementations based on SVR 4.2.
The
practise of calling a neighbouring module’s put or service procedure directly using the
qi_putp or qi_srvp members of the qinit(9)
structure is long deprecated
and has not been seen in drivers since SVR 3.
Modules are not permitted to sleep outside of their queue open and close
procedures. Attempting to sleep in a put
or service
procedure will panic most
kernels.
That is, they are
invoked from a module’s put
or service
procedure, or from within another
synchronous callback, but not within a module’s open
or close
procedures.
It is only true for Linux 2.4 kernels that it is necessary for the module to keep track of these things. Under recent Linux 2.6 and 3.x kernels, it is possible for the STREAMS executive to determine the module owner of the callback function and Linux Fast-STREAMS performs the necessary module reference counting.
The Magic Garden Explained