HomeSort by: relevance | last modified time | path
    Searched defs:iosb (Results 1 - 24 of 24) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/lib/
vms_term_sock.c 47 unsigned short int iosb$w_status; /* Final I/O status */
52 unsigned short int iosb$w_bcnt; /* 16-bit byte count */
55 unsigned int iosb$l_dev_depend; /* 32-bit device dependent info */
56 unsigned int iosb$l_pid; /* 32-bit pid */
58 iosb$r_l;
60 iosb$r_bcnt_16;
63 unsigned int iosb$l_bcnt; /* 32-bit byte count (unaligned) */
64 unsigned short int iosb$w_dev_depend_high; /* 16-bit device dependent info */
66 iosb$r_bcnt_32;
68 iosb$r_devdepend
312 struct _iosb iosb; local
314 IOSB iosb; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
vms_term_sock.c 46 unsigned short int iosb$w_status; /* Final I/O status */
49 unsigned short int iosb$w_bcnt; /* 16-bit byte count */
51 unsigned int iosb$l_dev_depend; /* 32-bit device dependent info */
52 unsigned int iosb$l_pid; /* 32-bit pid */
53 } iosb$r_l;
54 } iosb$r_bcnt_16;
56 unsigned int iosb$l_bcnt; /* 32-bit byte count (unaligned) */
57 unsigned short int iosb$w_dev_depend_high; /* 16-bit device dependent info */
58 } iosb$r_bcnt_32;
59 } iosb$r_devdepend
299 struct _iosb iosb; local
301 IOSB iosb; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
vms_term_sock.c 46 unsigned short int iosb$w_status; /* Final I/O status */
49 unsigned short int iosb$w_bcnt; /* 16-bit byte count */
51 unsigned int iosb$l_dev_depend; /* 32-bit device dependent info */
52 unsigned int iosb$l_pid; /* 32-bit pid */
53 } iosb$r_l;
54 } iosb$r_bcnt_16;
56 unsigned int iosb$l_bcnt; /* 32-bit byte count (unaligned) */
57 unsigned short int iosb$w_dev_depend_high; /* 16-bit device dependent info */
58 } iosb$r_bcnt_32;
59 } iosb$r_devdepend
299 struct _iosb iosb; local
301 IOSB iosb; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 143 struct IOSB {
144 short iosb$w_value;
145 short iosb$w_count;
146 long iosb$l_info;
162 static struct IOSB iosb; variable in typeref:struct:IOSB
473 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
477 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
499 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12
    [all...]
  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 172 struct IOSB {
173 short iosb$w_value;
174 short iosb$w_count;
175 long iosb$l_info;
235 struct IOSB iosb; local
301 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
302 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
325 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 143 struct IOSB {
144 short iosb$w_value;
145 short iosb$w_count;
146 long iosb$l_info;
162 static struct IOSB iosb; variable in typeref:struct:IOSB
475 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
479 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
501 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 172 struct IOSB {
173 short iosb$w_value;
174 short iosb$w_count;
175 long iosb$l_info;
235 struct IOSB iosb; local
301 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
302 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
325 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 147 struct IOSB {
148 short iosb$w_value;
149 short iosb$w_count;
150 long iosb$l_info;
166 static struct IOSB iosb; variable in typeref:struct:IOSB
484 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
488 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
510 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 172 struct IOSB {
173 short iosb$w_value;
174 short iosb$w_count;
175 long iosb$l_info;
235 struct IOSB iosb; local
301 status=sys$qiow(0,channel,IO$_SENSEMODE,&iosb,0,0,tty_orig,12,0,0,0,0);
302 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
325 status = sys$qiow(0,channel,IO$_SETMODE,&iosb,0,0,tty_new,12,0,0,0,0)
    [all...]
  /src/external/gpl2/gmake/dist/
vmsfunctions.c 181 static short int iosb[4]; local
222 status = sys$qiow (0, DevChan, IO$_ACCESS, &iosb, 0, 0,
227 status = iosb[0];
vmsjobs.c 249 } iosb; local
260 status= sys$qiow (0, chan, IO$_SETMODE|IO$M_CTRLYAST,&iosb,0,0,
263 status= iosb.status;
  /src/external/mit/libuv/dist/src/win/
winsock.c 275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; local
303 iosb->Status = STATUS_PENDING;
304 iosb->Pointer = 0;
310 iosb,
318 *bytes = (DWORD) iosb->Information;
370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; local
401 iosb->Status = STATUS_PENDING;
402 iosb->Pointer = 0;
408 iosb,
416 *bytes = (DWORD) iosb->Information
463 IO_STATUS_BLOCK iosb; local
    [all...]
fs.c 1105 IO_STATUS_BLOCK iosb; local
1165 &iosb,
1189 &iosb,
1203 &iosb,
1377 IO_STATUS_BLOCK iosb; local
1412 &iosb,
1511 &iosb,
1523 if (status == STATUS_SUCCESS && iosb.Information == 0)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/seeding/
rand_vms.c 389 IOSB iosb; local
421 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0))
426 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
430 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
431 lib$signal(iosb.iosb$l_getxxi_status);
434 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0))
439 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL)
    [all...]
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
rand_vms.c 390 IOSB iosb; local
421 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0))
426 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
430 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
431 lib$signal(iosb.iosb$l_getxxi_status);
434 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0))
439 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
rand_vms.c 392 IOSB iosb; local
423 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0))
428 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
432 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
433 lib$signal(iosb.iosb$l_getxxi_status);
436 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0))
441 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
te-vms.c 54 struct IOSB
139 struct IOSB iosb; local
232 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
240 if ((iosb.status & 1) != 1)
247 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
255 if ((iosb.status & 1) != 1)
  /src/external/gpl3/binutils.old/dist/gas/config/
te-vms.c 54 struct IOSB
139 struct IOSB iosb; local
232 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
240 if ((iosb.status & 1) != 1)
247 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
255 if ((iosb.status & 1) != 1)
  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 143 IO_STATUS_BLOCK iosb; local
183 memset (&iosb, 0, sizeof (iosb));
187 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli),
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 143 IO_STATUS_BLOCK iosb; local
183 memset (&iosb, 0, sizeof (iosb));
187 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli),
  /src/external/gpl3/gcc/dist/gcc/
vmsdbgout.cc 1647 struct IOSB
1720 struct IOSB iosb;
1803 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
1807 if ((iosb.status & 1) != 1)
1811 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
1815 if ((iosb.status & 1) != 1)
1718 struct IOSB iosb; local
  /src/external/gpl3/gcc.old/dist/gcc/
vmsdbgout.cc 1647 struct IOSB
1720 struct IOSB iosb;
1803 = SYS$QIOW (0, chan, IO$_ACCESS|IO$M_ACCESS, &iosb, 0, 0,
1807 if ((iosb.status & 1) != 1)
1811 status = SYS$QIOW (0, chan, IO$_DEACCESS, &iosb, 0, 0, &fibdsc, 0, 0, 0,
1815 if ((iosb.status & 1) != 1)
1718 struct IOSB iosb; local
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 296 struct _iosb iosb; local
301 &iosb, /* I/O status block. */
309 status = iosb.iosb$w_status;
484 struct _iosb iosb; local
527 &iosb, /* I/O status block. */
533 status = iosb.iosb$w_status;
554 &iosb, /* I/O status block. */
564 status = iosb.iosb$w_status
683 struct _iosb iosb; local
1905 struct _iosb iosb; local
1956 struct _iosb iosb; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 296 struct _iosb iosb; local
301 &iosb, /* I/O status block. */
309 status = iosb.iosb$w_status;
484 struct _iosb iosb; local
527 &iosb, /* I/O status block. */
533 status = iosb.iosb$w_status;
554 &iosb, /* I/O status block. */
564 status = iosb.iosb$w_status
683 struct _iosb iosb; local
1905 struct _iosb iosb; local
1956 struct _iosb iosb; local
    [all...]

Completed in 50 milliseconds