Lines Matching refs:cqp
347 struct copyreq *cqp;
385 cqp = (struct copyreq *)mp->b_rptr;
386 cqp->cq_addr = (caddr_t)*(intptr_t *)mp->b_cont->b_rptr;
389 cqp->cq_size = sizeof (struct sgttyb);
392 cqp->cq_size = sizeof (struct ltchars);
395 cqp->cq_size = sizeof (struct tchars);
401 cqp->cq_size = sizeof (int);
406 cqp->cq_flag = 0;
407 cqp->cq_private = NULL;
1078 struct copyreq *cqp;
1084 cqp = (struct copyreq *)mp->b_rptr;
1085 cqp->cq_addr = (caddr_t)tp->t_arg; /* retrieve the 3rd argument */
1089 cqp->cq_size = sizeof (struct ltchars);
1092 cqp->cq_size = sizeof (struct tchars);
1095 cqp->cq_size = sizeof (int);
1102 cqp->cq_flag = 0;
1103 cqp->cq_private = NULL;