Home | History | Annotate | Download | only in ui

Lines Matching refs:iosb

260 struct IOSB {
261 short iosb$w_value;
262 short iosb$w_count;
263 long iosb$l_info;
293 static struct IOSB iosb;
524 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
525 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
546 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
547 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
568 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
569 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))