Lines Matching refs:b_cont
161 cb = (struct termios *)mp->b_cont->b_rptr; in ttycommon_ioctl()
193 cb = (struct termio *)mp->b_cont->b_rptr; in ttycommon_ioctl()
212 ws = (struct winsize *)mp->b_cont->b_rptr; in ttycommon_ioctl()
251 if (*(int *)mp->b_cont->b_rptr) in ttycommon_ioctl()
278 *bp->b_wptr++ = *mp->b_cont->b_rptr; in ttycommon_ioctl()
329 if (mp->b_cont != NULL) in ttycommon_ioctl()
330 freemsg(mp->b_cont); in ttycommon_ioctl()
331 mp->b_cont = datap; in ttycommon_ioctl()
353 if (mp->b_cont != NULL) in ttycommon_ioctl()
354 freemsg(mp->b_cont); in ttycommon_ioctl()
355 mp->b_cont = datap; in ttycommon_ioctl()
375 if (mp->b_cont != NULL) in ttycommon_ioctl()
376 freemsg(mp->b_cont); in ttycommon_ioctl()
377 mp->b_cont = datap; in ttycommon_ioctl()
395 if (mp->b_cont != NULL) in ttycommon_ioctl()
396 freemsg(mp->b_cont); in ttycommon_ioctl()
397 mp->b_cont = datap; in ttycommon_ioctl()