/freebsd/usr.sbin/ngctl/ |
H A D | main.c | 69 static int ReadFile(FILE *fp); 179 rtn = ReadFile(fp); in main() 208 ReadFile(FILE *fp) in ReadFile() function 531 rtn = ReadFile(fp); in ReadCmd()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 115 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in RemoteAwarePlatform 119 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 120 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
|
H A D | Platform.cpp | 662 uint64_t Platform::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in Platform 665 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 1752 ReadFile(src_fd, offset, &buffer[0], to_read, error); in DownloadModuleSlice()
|
/freebsd/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/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/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/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/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/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/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 36 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
H A D | Platform.h | 525 virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
/freebsd/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/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/contrib/libarchive/libarchive_fe/ |
H A D | passphrase.c | 111 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL); in readpassphrase()
|
/freebsd/contrib/pf/libevent/ |
H A D | buffer.c | 387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL); in evbuffer_read()
|
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 370 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | nmakehlp.c | 476 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L); in ReadFromPipe()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync.c | 593 ReadFile(pipefds[0], &buf, 1, &numread, NULL); in dummy_pause_job()
|
/freebsd/contrib/bearssl/tools/ |
H A D | twrch.c | 138 eof = !ReadFile(GetStdHandle(STD_INPUT_HANDLE), in stdin_read()
|
/freebsd/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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 784 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr); in ReadFromFile()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 1303 // ReadFile can only read 2GB at a time. The caller should check the number of 1308 if (::ReadFile(FileHandle, Buf.data(), BytesToRead, &BytesRead, Overlap))
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlatform.cpp | 581 uint64_t retcode = platform_sp->ReadFile( in DoExecute()
|