STREAMS/UX for the HP 9000 Reference Manual
143
Debugging STREAMS/UX Modules and Drivers
STREAMS/UX Debugging Tool
You can disable data structure stacking by entering the :u command. When
data structure stacking is disabled, strdb does not display the stack depth.
Data structure stacking is re-enabled by entering the :s command. An
example is shown below. Note how the stack depth displayed in the upper
right hand corner of the screen changes.
qh tmx 0
struct queue 0x21f7b00 S:1
q_qinfo = 0x1f7a18 q_pad1[2] = 00
q_first = 0x0 q_other = 0x21f7b74
q_last = 0x0
q_next = 0x0
q_link = 0x0
q_ptr = 0x21f7a00
q_count = 0
q_flag = 0x1029
QREADR
QWANTR
QUSE
QSYNCH
q_minpsz = 0
q_maxpsz = -1
q_hiwat = 0x200
q_lowat = 0x100
q_bandp = 0x0
q_nband = 0
q_pad1[0] = 00
q_pad1[1] = 00
:u
struct queue 0x21f7b00
q_qinfo = 0x1f7a18 q_pad1[2] = 00
q_first = 0x0 q_other = 0x21f7b74
q_last = 0x0
q_next = 0x0
q_link = 0x0
q_ptr = 0x21f7a00
q_count = 0
q_flag = 0x1029
QREADR
QWANTR
QUSE
QSYNCH
q_minpsz = 0
q_maxpsz = -1
q_hiwat = 0x200
q_lowat = 0x100
q_bandp = 0x0
q_nband = 0