Home
last modified time | relevance | path

Searched refs:ReadFile (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/usr.sbin/ngctl/
H A Dmain.c69 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 DRemoteAwarePlatform.cpp115 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 DPlatform.cpp662 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 DFileCache.h37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis_.c93 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 Devent-read-fifo.c46 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); in fifo_read()
/freebsd/contrib/libevent/sample/
H A Devent-read-fifo.c46 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); in fifo_read()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c165 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 DFileCache.cpp90 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 DRemoteAwarePlatform.h36 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
H A DPlatform.h525 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 DPlatformRemoteGDBServer.h116 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
H A DPlatformRemoteGDBServer.cpp615 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 Dwpa_ctrl.c741 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 Dpassphrase.c111 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL); in readpassphrase()
/freebsd/contrib/pf/libevent/
H A Dbuffer.c387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL); in evbuffer_read()
/freebsd/contrib/libfido2/src/
H A Dhid_win.c491 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 DGDBRemoteCommunicationClient.h370 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c476 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L); in ReadFromPipe()
/freebsd/crypto/openssl/engines/
H A De_dasync.c593 ReadFile(pipefds[0], &buf, 1, &numread, NULL); in dummy_pause_job()
/freebsd/contrib/bearssl/tools/
H A Dtwrch.c138 eof = !ReadFile(GetStdHandle(STD_INPUT_HANDLE), in stdin_read()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp238 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 Dsanitizer_win.cpp784 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr); in ReadFromFile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1303 // 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 DCommandObjectPlatform.cpp581 uint64_t retcode = platform_sp->ReadFile( in DoExecute()

12