Symbol: iosb
crypto/openssl/apps/lib/vms_term_sock.c
312
struct _iosb iosb;
crypto/openssl/apps/lib/vms_term_sock.c
314
IOSB iosb;
crypto/openssl/apps/lib/vms_term_sock.c
401
&iosb,
crypto/openssl/apps/lib/vms_term_sock.c
47
unsigned short int iosb$w_status; /* Final I/O status */
crypto/openssl/apps/lib/vms_term_sock.c
472
status = sys$synch(EFN$C_ENF, &iosb);
crypto/openssl/apps/lib/vms_term_sock.c
473
if (!(iosb.iosb$w_status & 1)) {
crypto/openssl/apps/lib/vms_term_sock.c
474
if (iosb.iosb$w_status == SS$_ABORT)
crypto/openssl/apps/lib/vms_term_sock.c
478
iosb.iosb$w_status);
crypto/openssl/apps/lib/vms_term_sock.c
52
unsigned short int iosb$w_bcnt; /* 16-bit byte count */
crypto/openssl/apps/lib/vms_term_sock.c
524
TerminalDeviceBuff[TerminalDeviceIosb.iosb$w_bcnt] = '\0';
crypto/openssl/apps/lib/vms_term_sock.c
531
TerminalDeviceIosb.iosb$w_bcnt + 1, 0);
crypto/openssl/apps/lib/vms_term_sock.c
55
unsigned int iosb$l_dev_depend; /* 32-bit device dependent info */
crypto/openssl/apps/lib/vms_term_sock.c
56
unsigned int iosb$l_pid; /* 32-bit pid */
crypto/openssl/apps/lib/vms_term_sock.c
58
iosb$r_l;
crypto/openssl/apps/lib/vms_term_sock.c
60
iosb$r_bcnt_16;
crypto/openssl/apps/lib/vms_term_sock.c
63
unsigned int iosb$l_bcnt; /* 32-bit byte count (unaligned) */
crypto/openssl/apps/lib/vms_term_sock.c
64
unsigned short int iosb$w_dev_depend_high; /* 16-bit device dependent info */
crypto/openssl/apps/lib/vms_term_sock.c
66
iosb$r_bcnt_32;
crypto/openssl/apps/lib/vms_term_sock.c
68
iosb$r_devdepend;
crypto/openssl/apps/lib/vms_term_sock.c
70
iosb$r_io_64;
crypto/openssl/apps/lib/vms_term_sock.c
75
unsigned int iosb$l_getxxi_status; /* Final GETxxI status */
crypto/openssl/apps/lib/vms_term_sock.c
76
unsigned int iosb$l_reg_status; /* Final $Registry status */
crypto/openssl/apps/lib/vms_term_sock.c
78
iosb$r_l_status;
crypto/openssl/apps/lib/vms_term_sock.c
79
unsigned int iosb$l_reserved; /* Reserved field */
crypto/openssl/apps/lib/vms_term_sock.c
81
iosb$r_get_64;
crypto/openssl/apps/lib/vms_term_sock.c
83
iosb$r_io_get;
crypto/openssl/apps/lib/vms_term_sock.c
87
#define iosb$w_status iosb$r_io_get.iosb$r_io_64.iosb$w_status
crypto/openssl/apps/lib/vms_term_sock.c
88
#define iosb$w_bcnt iosb$r_io_get.iosb$r_io_64.iosb$r_devdepend.iosb$r_bcnt_16.iosb$w_bcnt
crypto/openssl/apps/lib/vms_term_sock.c
89
#define iosb$r_l iosb$r_io_get.iosb$r_io_64.iosb$r_devdepend.iosb$r_bcnt_16.iosb$r_l
crypto/openssl/apps/lib/vms_term_sock.c
90
#define iosb$l_dev_depend iosb$r_l.iosb$l_dev_depend
crypto/openssl/apps/lib/vms_term_sock.c
91
#define iosb$l_pid iosb$r_l.iosb$l_pid
crypto/openssl/apps/lib/vms_term_sock.c
92
#define iosb$l_bcnt iosb$r_io_get.iosb$r_io_64.iosb$r_devdepend.iosb$r_bcnt_32.iosb$l_bcnt
crypto/openssl/apps/lib/vms_term_sock.c
93
#define iosb$w_dev_depend_high iosb$r_io_get.iosb$r_io_64.iosb$r_devdepend.iosb$r_bcnt_32.iosb$w_dev_depend_high
crypto/openssl/apps/lib/vms_term_sock.c
94
#define iosb$l_getxxi_status iosb$r_io_get.iosb$r_get_64.iosb$r_l_status.iosb$l_getxxi_status
crypto/openssl/apps/lib/vms_term_sock.c
95
#define iosb$l_reg_status iosb$r_io_get.iosb$r_get_64.iosb$r_l_status.iosb$l_reg_status
crypto/openssl/crypto/ui/ui_openssl.c
144
short iosb$w_value;
crypto/openssl/crypto/ui/ui_openssl.c
145
short iosb$w_count;
crypto/openssl/crypto/ui/ui_openssl.c
146
long iosb$l_info;
crypto/openssl/crypto/ui/ui_openssl.c
162
static struct IOSB iosb;
crypto/openssl/crypto/ui/ui_openssl.c
473
status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12,
crypto/openssl/crypto/ui/ui_openssl.c
477
if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
crypto/openssl/crypto/ui/ui_openssl.c
499
status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
crypto/openssl/crypto/ui/ui_openssl.c
501
if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) {
crypto/openssl/crypto/ui/ui_openssl.c
504
status, iosb.iosb$w_value);
crypto/openssl/crypto/ui/ui_openssl.c
531
status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12,
crypto/openssl/crypto/ui/ui_openssl.c
533
if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) {
crypto/openssl/crypto/ui/ui_openssl.c
536
status, iosb.iosb$w_value);
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
389
IOSB iosb;
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
421
if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0))
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
426
if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
430
if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
431
lib$signal(iosb.iosb$l_getxxi_status);
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
434
if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0))
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
439
if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
443
if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
444
lib$signal(iosb.iosb$l_getxxi_status);