Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp132 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()
HDPlatformPOSIX.h54 ReadFile (lldb::user_id_t fd,
/trueos/usr.sbin/ngctl/
HDmain.c72 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/
HDdriver_ndis_.c93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) in wpa_driver_ndis_event_pipe_cb()
/trueos/contrib/wpa/src/l2_packet/
HDl2_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()
/trueos/contrib/wpa/src/common/
HDwpa_ctrl.c617 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/
HDPlatformRemoteGDBServer.h173 ReadFile (lldb::user_id_t fd,
HDPlatformRemoteGDBServer.cpp636 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/
HDHost.h574 ReadFile (lldb::user_id_t fd,
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h436 ReadFile (lldb::user_id_t fd,
HDGDBRemoteCommunicationClient.cpp3007 GDBRemoteCommunicationClient::ReadFile (lldb::user_id_t fd, in ReadFile() function in GDBRemoteCommunicationClient
/trueos/contrib/pf/libevent/
HDbuffer.c387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL); in evbuffer_read()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDPlatform.h605 ReadFile (lldb::user_id_t fd, in ReadFile() function
/trueos/contrib/ntp/ntpd/
HDntp_intres.c833 ret = ReadFile((HANDLE)sockfd, (char *)&reqpkt, (DWORD)REQ_LEN_MAC, in request()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp809 …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/
HDHost.cpp2340 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/
HDPath.inc660 BOOL read_success = ::ReadFile(file, result.data(), len, &bytes_read, NULL);
/trueos/crypto/openssl/apps/
HDapps.c2951 if (ReadFile(GetStdHandle(STD_INPUT_HANDLE), buf, siz, &n, NULL)) in raw_read_stdin()
/trueos/crypto/heimdal/lib/sqlite/
HDsqlite3.c32693 while( !ReadFile(pFile->h, pBuf, amt, &nRead, 0) ){
/trueos/contrib/sqlite3/
HDsqlite3.c31440 { "ReadFile", (SYSCALL)ReadFile, 0 },