Lines Matching refs:iosb
71 static short iosb[4]; // IO status block variable
129 status = sys$qiow(0, iochan, IO$_SETMODE, iosb, 0, 0, in mch_settmode()
131 if (status!=SS$_NORMAL || (iosb[0]&0xFFFF)!=SS$_NORMAL) in mch_settmode()
158 status = sys$qiow(0, iochan, IO$_SETMODE, iosb, 0, 0, in set_tty()
160 if (status!=SS$_NORMAL || (iosb[0]&0xFFFF)!=SS$_NORMAL) in set_tty()
176 status = sys$qiow(0, iochan, IO$_SENSEMODE, iosb, 0, 0, in get_tty()
178 if (status != SS$_NORMAL || (iosb[0] & 0xFFFF) != SS$_NORMAL) in get_tty()
351 status = sys$qiow(0, iochan, function, &iosb, 0, 0, in vms_read()
357 status = sys$qiow(0, iochan, function, &iosb, 0, 0, in vms_read()
785 status = sys$qiow(0, iochan, IO$_SENSEMODE | IO$M_TYPEAHDCNT, iosb, in RealWaitForChar()
787 if (status != SS$_NORMAL || (iosb[0] & 0xFFFF) != SS$_NORMAL) in RealWaitForChar()