Data Structures for Drivers copyresp(9S)
NAME
copyresp - STREAMS data structure for the MIOCDATA message
type
SYNOPSIS
#include
INTERFACE LEVEL
Architecture independent level 1 (DI/DKI)
DESCRIPTION
The data structure copyresp is used with the MIOCDATA mes-
sage type.
STRUCTURE MEMBERS
int cpcmd; /* ioctl command (from ioccmd) */
credt *cpcr; /* full credentials */
uintt cpid; /* ioctl id (from iocid) */
uintt cpflag; /* ioctl flags */
mblkt *cpprivate; /* private state information */
caddrt cprval; /* status of request: 0 -> success;
/* non-zero -> failure */
SEE ALSO
STREAMS Programming Guide
SunOS 5.11 Last change: 14 Nov 1996 1
|