Home
last modified time | relevance | path

Searched refs:iosb (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/apps/
Dvms_term_sock.c46 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;
[all …]
/third_party/boost/boost/math/special_functions/
Dnonfinite_num_facets.hpp69 OutputIterator it, std::ios_base& iosb, CharType fill, double val) const in do_put() argument
71 put_and_reset_width(it, iosb, fill, val); in do_put()
76 OutputIterator it, std::ios_base& iosb, CharType fill, long double val) const in do_put() argument
78 put_and_reset_width(it, iosb, fill, val); in do_put()
84 OutputIterator& it, std::ios_base& iosb, in put_and_reset_width() argument
87 put_impl(it, iosb, fill, val); in put_and_reset_width()
88 iosb.width(0); in put_and_reset_width()
92 OutputIterator& it, std::ios_base& iosb, in put_impl() argument
111 put_num_and_fill(it, iosb, prefix_minus, body_inf, fill, val); in put_impl()
113 else if(iosb.flags() & std::ios_base::showpos) in put_impl()
[all …]
/third_party/curl/src/
Dtool_getpass.c78 short int iosb$w_status; /* status */ in getpass_r()
79 short int iosb$w_bcnt; /* byte count */ in getpass_r()
81 } iosb; in getpass_r() local
90 &iosb, 0, 0, buffer, buflen, 0, 0, in getpass_r()
93 if((sts & 1) && (iosb.iosb$w_status & 1)) in getpass_r()
94 buffer[iosb.iosb$w_bcnt] = '\0'; in getpass_r()
/third_party/openssl/crypto/ui/
Dui_openssl.c148 short iosb$w_value;
149 short iosb$w_count;
150 long iosb$l_info;
166 static struct IOSB iosb; variable
484 status = sys$qiow(0, channel, IO$_SENSEMODE, &iosb, 0, 0, tty_orig, 12, in open_console()
488 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) in open_console()
510 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in noecho_console()
512 if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) { in noecho_console()
518 iosb.iosb$w_value); in noecho_console()
548 status = sys$qiow(0, channel, IO$_SETMODE, &iosb, 0, 0, tty_new, 12, in echo_console()
[all …]
/third_party/libuv/src/win/
Dwinsock.c275 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecv_workaround() local
303 iosb->Status = STATUS_PENDING; in uv__wsarecv_workaround()
304 iosb->Pointer = 0; in uv__wsarecv_workaround()
310 iosb, in uv__wsarecv_workaround()
318 *bytes = (DWORD) iosb->Information; in uv__wsarecv_workaround()
370 IO_STATUS_BLOCK* iosb = (IO_STATUS_BLOCK*) &overlapped->Internal; in uv__wsarecvfrom_workaround() local
401 iosb->Status = STATUS_PENDING; in uv__wsarecvfrom_workaround()
402 iosb->Pointer = 0; in uv__wsarecvfrom_workaround()
408 iosb, in uv__wsarecvfrom_workaround()
416 *bytes = (DWORD) iosb->Information; in uv__wsarecvfrom_workaround()
[all …]
Dfs.c1144 IO_STATUS_BLOCK iosb; in fs__unlink() local
1198 &iosb, in fs__unlink()
1212 &iosb, in fs__unlink()
1372 IO_STATUS_BLOCK iosb; in fs__scandir() local
1407 &iosb, in fs__scandir()
1517 &iosb, in fs__scandir()
1529 if (status == STATUS_SUCCESS && iosb.Information == 0) in fs__scandir()
/third_party/openssl/crypto/rand/
Drand_vms.c392 IOSB iosb; in data_collect_method() local
423 if ((status = sys$getrmi(efn, 0, 0, RMI_items_64bit, &iosb, 0, 0)) in data_collect_method()
428 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method()
432 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method()
433 lib$signal(iosb.iosb$l_getxxi_status); in data_collect_method()
436 if ((status = sys$getrmi(efn, 0, 0, RMI_items, &iosb, 0, 0)) in data_collect_method()
441 if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) { in data_collect_method()
445 if (iosb.iosb$l_getxxi_status != SS$_NORMAL) { in data_collect_method()
446 lib$signal(iosb.iosb$l_getxxi_status); in data_collect_method()
/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c162 IO_STATUS_BLOCK iosb; in windows_compute_revents() local
197 memset (&iosb, 0, sizeof (iosb)); in windows_compute_revents()
201 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli), in windows_compute_revents()
/third_party/boost/tools/build/src/engine/
Dexecvms.cpp392 IOSB iosb; in get_cpu_time() local
402 status = sys$getjpiw (EFN$C_ENF, 0, 0, jpi_items, &iosb, 0, 0); in get_cpu_time()
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dwin_iocp_socket_service_base.ipp222 ULONG_PTR iosb[2] = { 0, 0 };
224 if (fn(sock_as_handle, iosb, &info, sizeof(info),
/third_party/boost/boost/asio/detail/impl/
Dwin_iocp_socket_service_base.ipp222 ULONG_PTR iosb[2] = { 0, 0 };
224 if (fn(sock_as_handle, iosb, &info, sizeof(info),