STREAMS/UX for the HP 9000 Reference Manual

157
Debugging STREAMS/UX Modules and Drivers
STREAMS/UX Debugging Tool
o
struct queue 0x5c1574 S:2
q_qinfo = 0x29650c q_pad1[2] = 00
q_first = 0x0 q_other = 0x5c1500
q_last = 0x0
q_next = 0x605e74
q_link = 0x0
q_ptr = 0x5f0100
q_count = 0
q_flag = 0x102a
QNOENB
QWANTR
QUSE
QSYNCH
q_minpsz = 0
q_maxpsz = -1
q_hiwat = 0x2800
q_lowat = 0x400
q_bandp = 0x0
q_nband = 0
q_pad1[0] = 00
q_pad1[1] = 00
The user looks at the next queue, sp's write queue, by entering the n key.
struct queue 0x605e74 S:3
q_qinfo = 0x296434 q_pad1[2] = 00
q_first = 0x0 q_other = 0x605e00
q_last = 0x0
q_next = 0x0
q_link = 0x0
q_ptr = 0x29ec48
q_count = 0
q_flag = 0x1128
QWANTR
QUSE
QOLD
QSYNCH
q_minpsz = 0
q_maxpsz = 256
q_hiwat = 0x8000
q_lowat = 0x4000
q_bandp = 0x53b400
q_nband = 1
q_pad1[0] = 00
q_pad1[1] = 00
Next the user enters the o key to look at the other queue in this pair, sp's read
queue.