man pages section 9F: Kernel Functions for Drivers
    
C
 
 call a STREAMS put procedure -- put ( Index Term Link )
 
 copyb -- copy a message block ( Index Term Link )
 
 copymsg -- copy a message ( Index Term Link )
 
 create and initialize a new kstat -- kstat_create ( Index Term Link )
    
D
 
 dupb -- duplicate a message block descriptor ( Index Term Link )
 
 duplicate a message -- dupmsg ( Index Term Link )
 
 duplicate a message block descriptor -- dupb ( Index Term Link )
 
 dupmsg -- duplicate a message ( Index Term Link )
    
I
 
 insq -- insert a message into a queue ( Index Term Link )
    
K
 
 kstat_create -- create and initialize a new kstat ( Index Term Link )
    
L
 
 linkb -- concatenate two message blocks ( Index Term Link )
    
M
 
 msgpullup -- concatenate bytes in a message ( Index Term Link )
    
P
 
 pullupmsg -- concatenate bytes in a message ( Index Term Link )
 
 put -- call a STREAMS put procedure ( Index Term Link )
 
 putbq -- place a message at the head of a queue ( Index Term Link )
 
 putctl1 -- send a control message with a one-byte parameter to a queue ( Index Term Link )
 
 putctl -- send a control message to a queue ( Index Term Link )
 
 putnext -- send a message to the next queue ( Index Term Link )
 
 putnextctl1 -- send a control message with a one-byte parameter to a queue ( Index Term Link )
 
 putnextctl -- send a control message to a queue ( Index Term Link )
 
 putq -- put a message on a queue ( Index Term Link )
    
S
 
 STREAMS message blocks
  concatenate bytes in a message -- msgpullup ( Index Term Link )
  concatenate bytes in a message -- pullupmsg ( Index Term Link )
  concatenate two -- linkb ( Index Term Link )
  copy -- copyb ( Index Term Link )
 
 STREAMS message queue, insert a message into a queue -- insq ( Index Term Link )
 
 STREAMS messages, copy a message -- copymsg ( Index Term Link )
 
 STREAMS queues
  place a message at the head of a queue -- putbq ( Index Term Link )
  put a message on a queue -- putq ( Index Term Link )
  send a control message to a queue -- putctl ( Index Term Link )
  send a control message to a queue -- putnextctl ( Index Term Link )
  send a control message with a one-byte parameter to a queue -- putctl1 ( Index Term Link )
  send a control message with a one-byte parameter to a queue -- putnextctl1 ( Index Term Link )
  send a message to the next queue -- putnext ( Index Term Link )
    
T
 
 tsol_get_strattr -- get security attributes of a message ( Index Term Link )
 
 tsol_set_strattr -- set security attributes of a message ( Index Term Link )