| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | pipe.c | 77 struct IOSB iosb; /* pipe I/O status block */ member 100 struct IOSB iosb; local 112 if (!this->iosb.status) 116 sys$qio (0, this->chan, IO$_WRITEOF, &iosb, 119 sys$synch (evf, &this->iosb); 141 struct IOSB iosb; local 154 if (!this->iosb.status) 158 sys$qio (0, this->chan, IO$_WRITEOF, &iosb, 161 sys$synch (evf, &this->iosb); 194 struct IOSB iosb; local [all …]
|
| H A D | getpass.c | 32 unsigned short iosb[4]; in getpass() local 46 status = sys$qiow (0, chan, IO$_READPROMPT | IO$M_NOECHO, &iosb, 0, 0, in getpass() 50 if (!(iosb[0] & 1)) in getpass() 52 buf[iosb[1]] = '\0'; in getpass()
|
| H A D | vmsmunch.c | 166 static short int iosb[4]; local 230 status = sys$qiow(0,DevChan,IO$_ACCESS,&iosb,0,0, 237 status = iosb[0]; 310 status = sys$qiow(0,DevChan,IO$_MODIFY,&iosb,0,0, 318 status = iosb[0];
|
| H A D | piped_child.c | 65 struct IOSB iosb; local 80 struct IOSB iosb; local 107 sys$qio (0, siop->write_chan, IO$_WRITEOF, &iosb, 329 struct IOSB iosb; local 353 sys$qio (0, siop->write_chan, IO$_WRITEOF, &iosb,
|
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/ |
| H A D | Stdio.xs | 431 unsigned long int chan, iosb[2], retsts, retsts2; 442 if (retsts & 1) retsts = sys$qiow(0,chan,IO$_WRITEOF,iosb,0,0,0,0,0,0,0,0); 443 if (retsts & 1) retsts = iosb[0];
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 1391 unsigned long int sts, iosb[2], retlen, keylen; in prime_env_iter() local 1394 sts = sys$qiow(0,chan,IO$_READVBLK,iosb,0,0,buf,mbxbufsiz,0,0,0,0); in prime_env_iter() 1395 if (sts & 1) sts = iosb[0] & 0xffff; in prime_env_iter() 1404 retlen = iosb[0] >> 16; in prime_env_iter() 1407 if (iosb[1] != subpid) { in prime_env_iter() 1408 if (iosb[1]) { in prime_env_iter() 2384 unsigned short int iosb[4]; in Perl_my_killpg() local 2411 status = sys$getjpiw(EFN$C_ENF, NULL, NULL, il3, iosb, NULL, 0); in Perl_my_killpg() 2413 status = iosb[0]; in Perl_my_killpg() 2488 status = sys$getjpiw( EFN$C_ENF, &jpi_context, NULL, il3, iosb, NULL, 0); in Perl_my_killpg() [all …]
|