Searched refs:ReadFile (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/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-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis_.c93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL))
96 wpa_printf(MSG_DEBUG, "%s: ReadFile() failed: %d", __func__,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp81 uint64_t RemoteAwarePlatform::ReadFile(lldb::user_id_t fd, uint64_t offset, function in class:RemoteAwarePlatform
85 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error);
87 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error);
88 return Platform::ReadFile(fd, offset, dst, dst_len, error);
H A DPlatform.cpp1654 ReadFile(src_fd, offset, &buffer[0], to_read, error);
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c72 static int ReadFile(FILE *fp);
182 rtn = ReadFile(fp);
211 ReadFile(FILE *fp) function
534 rtn = ReadFile(fp);
/freebsd-11-stable/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, function in class:FileCache
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h30 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
H A DPlatform.h518 virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, function in class:lldb_private::Platform
521 "Platform::ReadFile() is not supported in the %s platform",
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c15 * 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 returne
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c112 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h121 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
H A DPlatformRemoteGDBServer.cpp647 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset, function in class:PlatformRemoteGDBServer
650 return m_gdb_client.ReadFile(fd, offset, dst, dst_len, error);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c732 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL))
743 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL))
/freebsd-11-stable/contrib/pf/libevent/
H A Dbuffer.c387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL);
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dnmakehlp.c457 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h367 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
H A DGDBRemoteCommunicationClient.cpp3008 uint64_t GDBRemoteCommunicationClient::ReadFile(lldb::user_id_t fd,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp378 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(),
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp712 // bytes_read can't be passed directly to ReadFile:
716 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp593 uint32_t retcode = platform_sp->ReadFile(
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c3251 if (ReadFile(GetStdHandle(STD_INPUT_HANDLE), buf, siz, &n, NULL))
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 971 milliseconds