Query: copyresp
OS: opensolaris
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
copyresp(9S) Data Structures for Drivers copyresp(9S)NAMEcopyresp - STREAMS data structure for the M_IOCDATA message typeSYNOPSIS#include <sys/stream.h>INTERFACE LEVELArchitecture independent level 1 (DDI/DKI)DESCRIPTIONThe data structure copyresp is used with the M_IOCDATA message type.STRUCTURE MEMBERSint cp_cmd; /* ioctl command (from ioc_cmd) */ cred_t *cp_cr; /* full credentials */ uint_t cp_id; /* ioctl id (from ioc_id) */ uint_t cp_flag; /* ioctl flags */ mblk_t *cp_private; /* private state information */ caddr_t cp_rval; /* status of request: 0 -> success; /* non-zero -> failure */SEE ALSOSTREAMS Programming Guide SunOS 5.11 14 Nov 1996 copyresp(9S)
Related Man Pages |
---|
mkiocb(9f) - sunos |
mblk(9s) - opensolaris |
msgb(9s) - centos |
msgb(9s) - xfree86 |
msgb(9s) - suse |
Similar Topics in the Unix Linux Community |
---|
Trying to block signal |
solaris zones vs container.. |
What's legal and what's not? |
Identify problem with while getopts |
What is good? |