DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

streamtab - Display the stream table structure

SYNOPSIS

streamtab address

DESCRIPTION

The streamtab macro is used to display the stream table structure as defined in /usr/include/sys/stream.h

First, run the stdata macro to obtain the address given in the sd_strtab field. Use this as an argument for streamtab.

Typical output looks like this:

 S> streamtab D1508C94
  st_rdinit    D1508C78
  st_wrinit    D1508C5C
  st_muxrinit  00000000
  st_muxwinit  00000000

DEFINED IN

file.k

SEE ALSO

file, streams

APPENDIX A: Alphabetic Index of Macros