DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

strqueue - Display the information for a queue

SYNOPSIS

strqueue address

DESCRIPTION

The strqueue macro takes one argument, the address of a queue. It displays the information about the given queue.

The queue structure is defined in /usr/include/sys/streams.h

First run the streams or the streams_muxs macro and obtain the address of a queue as an argument for this macro.

Typical output looks like this:

 S> strqueue D12A274C
  queue    bsrv     idname   ptr   count cpu plumbing:sched:flag
  D12A274C 00000000 strwhead D12E9980 00 UBND PROCSON USE

DEFINED IN

stream.k

SEE ALSO

queues,streams, streams_muxs

APPENDIX A: Alphabetic Index of Macros