Home | History | Annotate | Download | only in des

Lines Matching refs:iosb

182 struct IOSB {
183 short iosb$w_value;
184 short iosb$w_count;
185 long iosb$l_info;
263 struct IOSB iosb;
329 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
330 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
353 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0);
354 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
404 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0