| /src/sys/arch/hpc/stand/hpcboot/ |
| file_fat.cpp | 92 ReadFile(_handle, buf, bytes, &readed, 0);
|
| hpcmenu.cpp | 166 if (!ReadFile(file, &_pref, 12, &cnt, 0)) 172 if (!ReadFile(file, &_pref, _pref._size, &cnt, 0))
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_ndis_.c | 93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) 96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
|
| /src/sys/arch/hpcmips/stand/libsa/ |
| winfs.c | 100 if (!ReadFile(fsdata->hDevice, 103 win_printf(TEXT("ReadFile() failed.\n"));
|
| /src/external/bsd/libevent/dist/sample/ |
| event-read-fifo.c | 47 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL);
|
| /src/external/bsd/wpa/dist/src/l2_packet/ |
| l2_packet_ndis.c | 15 * thread that blocks on ReadFile() whenever the media status is connected. 164 wpa_printf(MSG_MSGDUMP, "l2_packet_rx_thread: -> ReadFile"); 165 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf, 168 wpa_printf(MSG_DEBUG, "l2_packet_rx_thread: ReadFile failed: " 171 * ReadFile on NDISUIO/WinCE returns ERROR_DEVICE_NOT_CONNECTED 216 * ERROR_DEVICE_NOT_CONNECTED whenever ReadFile() is attempted while 218 * local event to allow ReadFile calls only after having received NDIS 254 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf, 259 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile failed: " 268 wpa_printf(MSG_DEBUG, "L2(NDISUIO): ReadFile returned data [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| file.d | 149 if (ReadFile(h, buffer, size, &numread, null) != TRUE)
|
| /src/external/bsd/libarchive/dist/libarchive_fe/ |
| passphrase.c | 111 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL);
|
| /src/external/mit/libuv/dist/test/ |
| runner-win.c | 265 if (!ReadFile(p->stdio_out, buffer, buffer_len - 1, &read, &overlapped))
|
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_ctrl.c | 741 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL)) 752 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL))
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efishell.h | 389 EFI_SHELL_READ_FILE ReadFile;
|
| /src/external/gpl2/gmake/dist/w32/subproc/ |
| sub_proc.c | 450 if (ReadFile( exec_handle, 617 if (ReadFile( (HANDLE)pproc->sv_stdout[0], &c, 1, &nread, NULL) 649 if (ReadFile( (HANDLE)pproc->sv_stderr[0], &c, 1, &nread, NULL) == FALSE) {
|
| /src/external/bsd/libfido2/dist/src/ |
| hid_win.c | 491 if (ReadFile(ctx->dev, ctx->report, (DWORD)(len + 1), &n, 494 fido_log_debug("%s: ReadFile", __func__);
|
| /src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| iowin32.c | 197 if (!ReadFile(hFile, buf, size, &ret, NULL))
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| iowin32.c | 207 if (!ReadFile(hFile, buf, size, &ret, NULL))
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/ |
| iowin32.c | 207 if (!ReadFile(hFile, buf, size, &ret, NULL))
|
| /src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
| iowin32.c | 197 if (!ReadFile(hFile, buf, size, &ret, NULL))
|
| /src/common/dist/zlib/contrib/minizip/ |
| iowin32.c | 197 if (!ReadFile(hFile, buf, size, &ret, NULL))
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ser-mingw.c | 331 if (!ReadFile (h, scb->buf, /* count */ 1, &bytes_read, &ov)) 976 if (! ReadFile (pipeline_out, scb->buf, count, &bytes_read, NULL))
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ser-mingw.c | 331 if (!ReadFile (h, scb->buf, /* count */ 1, &bytes_read, &ov)) 976 if (! ReadFile (pipeline_out, scb->buf, count, &bytes_read, NULL))
|
| /src/external/mit/libuv/dist/src/win/ |
| pipe.c | 1286 if (!ReadFile(handle->handle, &uv_zero_, 0, &bytes, NULL)) 1407 result = ReadFile(handle->handle, 1931 if (!ReadFile(handle->handle, 1987 if (max_bytes == 0 || ReadFile(handle->handle, buf.base, max_bytes, bytes_read, NULL)) 2000 if (ReadFile(handle->handle, buf.base, max_bytes, bytes_read, &req->u.io.overlapped)) { 2377 * uv__pipe_queue_read after successfully calling ReadFile, or in 2529 * synchronous, there may be a worker thread currently calling ReadFile() on
|
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| preference.c | 106 if(!ReadFile(file,c,sizeof(char),&n,NULL)){ 108 TEXT("ReadFile(): error=%d"), GetLastError()); 109 debug_printf(TEXT("ReadFile(): error=%d\r"), GetLastError()); 118 TEXT("ReadFile(): read %d bytes"), n); 119 debug_printf(TEXT("ReadFile(): read %d bytes\r"), n);
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_dasync.c | 477 ReadFile(pipefds[0], &buf, 1, &numread, NULL);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_win.cc | 689 // bytes_read can't be passed directly to ReadFile: 693 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr);
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_dasync.c | 590 ReadFile(pipefds[0], &buf, 1, &numread, NULL);
|