| /freebsd-14.2/usr.sbin/ngctl/ |
| H A D | main.c | 70 static int ReadFile(FILE *fp); 180 rtn = ReadFile(fp); in main() 209 ReadFile(FILE *fp) in ReadFile() function 532 rtn = ReadFile(fp); in ReadCmd()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 228 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in RemoteAwarePlatform 232 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 233 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
| H A D | Platform.cpp | 696 uint64_t Platform::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in Platform 699 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 1800 ReadFile(src_fd, offset, &buffer[0], to_read, error); in DownloadModuleSlice()
|
| /freebsd-14.2/contrib/wpa/src/drivers/ |
| H A D | driver_ndis_.c | 93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) in wpa_driver_ndis_event_pipe_cb()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/sample/ |
| H A D | event-read-fifo.c | 46 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); in fifo_read()
|
| /freebsd-14.2/contrib/libevent/sample/ |
| H A D | event-read-fifo.c | 46 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); in fifo_read()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 90 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in FileCache
|
| /freebsd-14.2/contrib/wpa/src/l2_packet/ |
| H A D | l2_packet_ndis.c | 165 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf, in l2_packet_rx_thread_try_read() 254 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf, in l2_ndisuio_start_read()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 35 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| H A D | Platform.h | 538 virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 116 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
|
| H A D | PlatformRemoteGDBServer.cpp | 615 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in PlatformRemoteGDBServer 619 return m_gdb_client_up->ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
| /freebsd-14.2/contrib/wpa/src/common/ |
| H A D | wpa_ctrl.c | 741 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL)) in wpa_ctrl_request() 752 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL)) in wpa_ctrl_recv()
|
| /freebsd-14.2/contrib/libarchive/libarchive_fe/ |
| H A D | passphrase.c | 111 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL); in readpassphrase()
|
| /freebsd-14.2/contrib/pf/libevent/ |
| H A D | buffer.c | 387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL); in evbuffer_read()
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | hid_win.c | 491 if (ReadFile(ctx->dev, ctx->report, (DWORD)(len + 1), &n, in fido_hid_read()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 368 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
| /freebsd-14.2/contrib/sqlite3/tea/win/ |
| H A D | nmakehlp.c | 476 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L); in ReadFromPipe()
|
| /freebsd-14.2/crypto/openssl/engines/ |
| H A D | e_dasync.c | 593 ReadFile(pipefds[0], &buf, 1, &numread, NULL); in dummy_pause_job()
|
| /freebsd-14.2/contrib/bearssl/tools/ |
| H A D | twrch.c | 138 eof = !ReadFile(GetStdHandle(STD_INPUT_HANDLE), in stdin_read()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 238 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 788 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr); in ReadFromFile()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1297 // ReadFile can only read 2GB at a time. The caller should check the number of 1302 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 205 …o Fix win32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and Wr…
|