Query: copyreq
OS: sunos
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
copyreq(9S) Data Structures for Drivers copyreq(9S)NAMEcopyreq - STREAMS data structure for the M_COPYIN and the M_COPYOUT message typesSYNOPSIS#include <sys/stream.h>INTERFACE LEVELArchitecture independent level 1 (DDI/DKI)DESCRIPTIONThe data structure for the M_COPYIN and the M_COPYOUT message types.STRUCTURE MEMBERSint cq_cmd; /* ioctl command (from ioc_cmd) */ cred_t *cq_cr; /* full credentials */ uint_t cq_id; /* ioctl id (from ioc_id) */ uint_t cq_flag; /* must be zero */ mblk_t *cq_private; /* private state information */ caddr_t cq_addr; /* address to copy data to/from */ size_t cq_size; /* number of bytes to copy */SEE ALSOSTREAMS Programming Guide SunOS 5.10 6 October 2000 copyreq(9S)
Related Man Pages |
---|
msgb(9s) - opensolaris |
intro(9s) - sunos |
mcopyout(9f) - opensolaris |
mcopyin(9f) - opensolaris |
msgb(9s) - centos |
Similar Topics in the Unix Linux Community |
---|
Transparent ioctls Streams calls |