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