Home
last modified time | relevance | path

Searched defs:copyreq (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h539 struct copyreq { struct
549 struct copyreq { argument
550 int cq_cmd; /* ioctl command (from ioc_cmd) */
551 cred_t *cq_cr; /* full credentials */
552 uint_t cq_id; /* ioctl id (from ioc_id) */
553 caddr_t cq_addr; /* address to copy data to/from */
554 size_t cq_size; /* number of bytes to copy */
555 uint_t cq_flag; /* must be zero */
556 mblk_t *cq_private; /* private state information */
557 int cq_filler[4]; /* reserved for future use */
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c530 struct copyreq *copyreq = (struct copyreq *)mp->b_rptr; in consmslrput() local