Home
last modified time | relevance | path

Searched +defs:read +defs:file (Results 1 – 10 of 10) sorted by relevance

/freebsd/stand/libsa/
H A Dcd9660.c110 struct file { struct
111 int f_flags; /* file flags */ argument
112 off_t f_off; /* Current offset within file */ argument
114 off_t f_size; /* Size of file */ argument
133 susp_lookup_record(struct open_file *f, const char *identifier, in susp_lookup_record() argument
141 size_t read; in susp_lookup_record() local
299 size_t read; in cd9660_read_dr() local
341 size_t read, dsize, off; in cd9660_open() local
517 size_t read; in buf_read_file() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section_file.c108 int pt_sec_file_map(struct pt_section *section, FILE *file) in pt_sec_file_map()
201 FILE *file; in pt_sec_file_read() local
203 size_t read; in pt_sec_file_read() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp345 std::string file; in Handle_qfProcessInfo() local
513 auto file = FileSystem::Instance().Open(path_spec, flags, mode, false); in Handle_vFile_Open() local
556 NativeFile file(fd, File::OpenOptions(0), true); in Handle_vFile_Close() local
587 NativeFile file(fd, File::eOpenOptionReadOnly, false); in Handle_vFile_pRead() local
620 NativeFile file(fd, File::eOpenOptionWriteOnly, false); in Handle_vFile_pWrite() local
923 const bool read = true; in Handle_QSetSTDIN() local
939 const bool read = false; in Handle_QSetSTDOUT() local
955 const bool read = false; in Handle_QSetSTDERR() local
1174 llvm::StringRef file, triple; in Handle_jModulesInfo() local
H A DProcessGDBRemote.cpp110 auto file = FileSystem::Instance().Open( in DumpProcessGDBRemotePacketHistory() local
3141 bool read = wp_res_sp->WatchpointResourceRead(); in GetGDBStoppointType() local
3173 bool read = wp_sp->WatchpointRead(); in EnableWatchpoint() local
5055 lldb::ModuleSP ProcessGDBRemote::LoadModuleAtAddress(const FileSpec &file, in LoadModuleAtAddress()
5094 FileSpec file(mod_name); in LoadModules() local
5148 Status ProcessGDBRemote::GetFileLoadAddress(const FileSpec &file, in GetFileLoadAddress()
/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c54 ATTRIBUTE_WARN_UNUSED_RET static int export_private_key(FILE * file, const char *name, in export_private_key()
110 ATTRIBUTE_WARN_UNUSED_RET static int export_public_key(FILE * file, const char *name, in export_public_key()
242 FILE *file = NULL; in generate_and_export_key_pair() local
378 size_t read, written; in store_sig() local
667 size_t read, to_read; in sign_bin_file() local
1023 size_t read, to_read; in verify_bin_file() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h116 #define file linux_file macro
138 ssize_t (*read)(struct linux_file *, char __user *, size_t, off_t *); member
305 no_llseek(struct file *file, loff_t offset, int whence) in no_llseek()
312 default_llseek(struct file *file, loff_t offset, int whence) in default_llseek()
318 generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek()
324 noop_llseek(struct linux_file *file, loff_t offset, int whence) in noop_llseek()
331 file_inode(const struct linux_file *file) in file_inode()
338 call_mmap(struct linux_file *file, struct vm_area_struct *vma) in call_mmap()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h55 # define read _read macro
212 gzFile file; member
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c124 FILE *file; member
735 static struct ptunit_result read(struct section_fixture *sfix) in read() function
1018 int read; in worker_read() local
1345 FILE *file; in sfix_fini() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp678 SBBreakpoint SBTarget::BreakpointCreateByLocation(const char *file, in BreakpointCreateByLocation()
1332 bool read, bool modify, in WatchAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7743 static uint64_t read(StringRef Contents, ptrdiff_t Offset) { in read() function
7783 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read() function
10244 const MachOObjectFile *file = cast<const MachOObjectFile>(Obj); in printMachOFileHeader() local
10255 const MachOObjectFile *file = cast<const MachOObjectFile>(Obj); in printMachOLoadCommands() local