Man Page: queclass
Operating Environment: opensolaris
Section: 9s
queclass(9S) Data Structures for Drivers queclass(9S)NAMEqueclass - a STREAMS macro that returns the queue message class definitions for a given message blockSYNOPSIS#include <sys/stream.h> queclass(mblk_t *bp);INTERFACE LEVELSolaris DDI specific (Solaris DDI)DESCRIPTIONqueclass returns the queue message class definition for a given data block pointed to by the message block bp passed in. The message can be either QNORM, a normal priority message, or QPCTL, a high priority message.SEE ALSOSTREAMS Programming Guide SunOS 5.11 07 Mar 1994 queclass(9S)
| Related Man Pages |
|---|
| msgb(9s) - opensolaris |
| msgb(9s) - sunos |
| msgb(9s) - debian |
| msgb(9s) - osx |
| msgb(9s) - minix |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| Change directory for core file |
| Identify problem with while getopts |
| Solaris 10 - password complexity not working |
| Shopt -s histappend |