DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

NAME

qinit - Print information about a queue structure

SYNOPSIS

qinit address

DESCRIPTION

The qinit macro takes the address of a queue structure.

The qinit structure is defined in /usr/include/sys/stream.h.

To get the address of a queue, run the queues macro first.

Typical output looks like this:


  S> qinit D1349F00
  qi_putp()    D01A7BF4
  qi_srvp()    00000000
  qi_qopen()   00000000
  qi_qclose()  D1348600
  qi_qadmin()  00000000
  qi_minfo     D1348400
  qi_mstat     00000000

DEFINED IN

file.k

SEE ALSO

queues

APPENDIX A: Alphabetic Index of Macros