Home | History | Annotate | Download | only in ui

Lines Matching refs:iosb

254 struct IOSB {
255 short iosb$w_value;
256 short iosb$w_count;
257 long iosb$l_info;
287 static struct IOSB iosb;
518 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
519 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
540 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
541 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
562 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
563 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))