Searched defs:copyreq (Results 1 – 2 of 2) sorted by relevance
521 struct copyreq { struct531 struct copyreq { argument532 int cq_cmd; /* ioctl command (from ioc_cmd) */533 cred_t *cq_cr; /* full credentials */534 uint_t cq_id; /* ioctl id (from ioc_id) */535 caddr_t cq_addr; /* address to copy data to/from */536 size_t cq_size; /* number of bytes to copy */537 uint_t cq_flag; /* must be zero */538 mblk_t *cq_private; /* private state information */539 int cq_filler[4]; /* reserved for future use */[all …]
542 struct copyreq *copyreq = (struct copyreq *)mp->b_rptr; local