STREAMS/UX for the HP 9000 Reference Manual

53
Differences Between STREAMS/UX and System V Release 4 STREAMS
HP-UX Changes to STREAMS/UX Drivers and Modules
clone
Major Number: 72
clone is used to provide cloning. The major number of the device file for a
cloneable driver must be the clone driver's major number, 72. The minor
number is set to the real major number of the device.
strlog
Major Number: 73
Module ID Number: 44
Maximum Packet Size: INFPSZ
Minimum Packet Size: 0
High Water Mark: 2048
Low Water Mark: 128
The STREAMS/UX log driver is named strlog instead of log. The special
device file is /dev/strlog. strlog provides the same functionality for logging
as described in the UNIX SVR4.2 System Files and Devices Reference, with
the exceptions described below:
The strlog kernel utility formats binary arguments before sending messages up
the stream.
STREAMS/UX does not provide a separate console logger or /dev/console
device. strlog does not support the I_CONSLOG ioctl. strlog prints a log
message on the console if the SL_CONSOLE flag is set.
The HP-UX log_ctl structure does not contain a pri field. Priority and facility
codes are not supported.
sad
Major Number: 74
Module ID Number: 45
Maximum Packet Size: INFPSZ
Minimum Packet Size: 0