| /trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| HD | PlatformPOSIX.cpp | 132 PlatformPOSIX::ReadFile (lldb::user_id_t fd, in ReadFile() function in PlatformPOSIX 139 return Host::ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 141 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 143 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile() 490 const uint64_t n_read = ReadFile (fd_src, in GetFile()
|
| HD | PlatformPOSIX.h | 54 ReadFile (lldb::user_id_t fd,
|
| /trueos/usr.sbin/ngctl/ |
| HD | main.c | 72 static int ReadFile(FILE *fp); 182 rtn = ReadFile(fp); in main() 211 ReadFile(FILE *fp) in ReadFile() function 534 rtn = ReadFile(fp); in ReadCmd()
|
| /trueos/contrib/wpa/src/drivers/ |
| HD | driver_ndis_.c | 93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) in wpa_driver_ndis_event_pipe_cb()
|
| /trueos/contrib/wpa/src/l2_packet/ |
| HD | 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()
|
| /trueos/contrib/wpa/src/common/ |
| HD | wpa_ctrl.c | 617 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL)) in wpa_ctrl_request() 628 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL)) in wpa_ctrl_recv()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.h | 173 ReadFile (lldb::user_id_t fd,
|
| HD | PlatformRemoteGDBServer.cpp | 636 PlatformRemoteGDBServer::ReadFile (lldb::user_id_t fd, in ReadFile() function in PlatformRemoteGDBServer 642 return m_gdb_client.ReadFile (fd, offset, dst, dst_len, error); in ReadFile()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 574 ReadFile (lldb::user_id_t fd,
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 436 ReadFile (lldb::user_id_t fd,
|
| HD | GDBRemoteCommunicationClient.cpp | 3007 GDBRemoteCommunicationClient::ReadFile (lldb::user_id_t fd, in ReadFile() function in GDBRemoteCommunicationClient
|
| /trueos/contrib/pf/libevent/ |
| HD | buffer.c | 387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL); in evbuffer_read()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Platform.h | 605 ReadFile (lldb::user_id_t fd, in ReadFile() function
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntp_intres.c | 833 ret = ReadFile((HANDLE)sockfd, (char *)&reqpkt, (DWORD)REQ_LEN_MAC, in request()
|
| /trueos/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectPlatform.cpp | 809 …uint32_t retcode = platform_sp->ReadFile(fd, m_options.m_offset, &buffer[0], m_options.m_count, er… in DoExecute()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 2340 Host::ReadFile (lldb::user_id_t fd, uint64_t offset, void* dst, uint64_t dst_len, Error &error) in ReadFile() function in Host
|
| /trueos/contrib/llvm/lib/Support/Windows/ |
| HD | Path.inc | 660 BOOL read_success = ::ReadFile(file, result.data(), len, &bytes_read, NULL);
|
| /trueos/crypto/openssl/apps/ |
| HD | apps.c | 2951 if (ReadFile(GetStdHandle(STD_INPUT_HANDLE), buf, siz, &n, NULL)) in raw_read_stdin()
|
| /trueos/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 32693 while( !ReadFile(pFile->h, pBuf, amt, &nRead, 0) ){
|
| /trueos/contrib/sqlite3/ |
| HD | sqlite3.c | 31440 { "ReadFile", (SYSCALL)ReadFile, 0 },
|