Searched refs:qryp (Results 1 – 1 of 1) sorted by relevance
670 mblk_t *bp, *qryp; in ldtermopen() local743 if ((qryp = open_ioctl(q, MC_CANONQUERY)) == NULL) in ldtermopen()750 qryp->b_datap->db_type = M_CTL; in ldtermopen()752 putnext(wq, qryp); in ldtermopen()755 if ((qryp = open_ioctl(q, TCSBRK)) == NULL) in ldtermopen()757 tp->t_drainmsg = qryp; in ldtermopen()760 qryp->b_cont = bp; in ldtermopen()773 if ((qryp = open_ioctl(q, MC_POSIXQUERY)) == NULL) in ldtermopen()775 qryp->b_datap->db_type = M_CTL; in ldtermopen()776 putnext(wq, qryp); in ldtermopen()[all …]