Query: qsize
OS: opensolaris
Section: 9f
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
qsize(9F) Kernel Functions for Drivers qsize(9F)NAMEqsize - find the number of messages on a queueSYNOPSIS#include <sys/stream.h> int qsize(queue_t *q);INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).PARAMETERSq Queue to be evaluated.DESCRIPTIONThe qsize() function evaluates the queue q and returns the number of messages it contains.RETURN VALUESIf there are no message on the queue, qsize() returns 0. Otherwise, it returns the integer representing the number of messages on the queue.CONTEXTThe qsize() function can be called from user, interrupt, or kernel context.SEE ALSOWriting Device Drivers STREAMS Programming Guide SunOS 5.11 16 Jan 2006 qsize(9F)
Related Man Pages |
---|
canput(9f) - opensolaris |
wr(9f) - opensolaris |
canput(9f) - sunos |
canput(9f) - debian |
rd(9f) - freebsd |
Similar Topics in the Unix Linux Community |
---|
ioctl() system call on Linux-i386 |
why printf() function don't go work? |
Should I be worried about my AIX Cluster? |
Thread parameter in ANSI C makes a segmentation fault |
Wait process holding CPU |