|
|
NAME
strmsg - Display stream message block information
SYNOPSIS
strmsg address
DESCRIPTION
The strmsg macro takes one argument, the address of
a message block. It prints a streams message block
information.
To obtain the address of a message byte, first run the streams or the streams_mux macro and use an address given in the msgb column.
This macro is primarily used as a subroutine by other streams-related macros.
Typical output looks like this:
S> strmsg D12AB580
msgb type rf size psize next
D12AB580 00 DATA 00 00000001 00000000 D12C1C80
D12C1C80 00 DATA 00 00000001 00000000 D12F8B00
D12F8B00 00 DATA 00 00000001 00000000 D1303C80
D1303C80 00 DATA 00 00000001 00000000 D12F8B80
D12F8B80 00 DATA 00 00000001 00000000 D12F4F00
D12F4F00 00 DATA 00 00000001 00000000 D12F9300
D12F9300 00 DATA 00 00000001 00000000 D12C6600
....