Searched defs:write (Results 51 - 75 of 186) sorted by relevance

12345678

/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_file.c206 bool read, write; local
/freebsd-11-stable/sys/dev/nand/
H A Dnand_geom.c137 nand_oob_access(struct nand_chip *chip, uint32_t page, uint32_t offset, uint32_t len, uint8_t *data, uint8_t write) argument
H A Dnand_cdev.c264 nand_oob_access(struct nand_chip *chip, uint32_t page, uint32_t offset, uint32_t len, uint8_t *data, uint8_t write) argument
/freebsd-11-stable/sys/nfs/
H A Dnfs_fha.h45 int write; member in struct:fha_ctls
87 int write; member in struct:fha_info
/freebsd-11-stable/usr.bin/mkimg/
H A Dscheme.h73 int (*write)(lba_t, void *); member in struct:mkimg_scheme
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c227 __get_user_pages_fast(unsigned long start, int nr_pages, int write, argument
201 linux_get_user_pages_internal(vm_map_t map, unsigned long start, int nr_pages, int write, struct page **pages) argument
/freebsd-11-stable/sys/contrib/zlib/
H A Dgzguts.h49 # define write _write macro
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dminigzip.c172 int write; member in struct:gzFile_s
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp49 const bool write = false; local
56 const bool write = true; local
63 const bool write = true; local
89 AppendOpenFileAction(int fd, const FileSpec &file_spec, bool read, bool write) argument
99 AppendSuppressFileAction(int fd, bool read, bool write) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h51 bool write; member in struct:__tsan::ReportMopMutex
58 bool write; member in struct:__tsan::ReportMop
H A Dtsan_report.cpp149 static const char *MopDesc(bool first, bool write, bool atomic) { argument
156 ExternalMopDesc(bool first, bool write) argument
[all...]
H A Dtsan_debugging.cpp108 __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, int *size, int *write, int *atomic, void **trace, uptr trace_size) argument
H A Dtsan_fd.cpp190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { argument
225 void FdDup(ThreadState *thr, uptr pc, int oldfd, int newfd, bool write) { argument
[all...]
H A Dtsan_rtl_mutex.cpp345 bool write = true; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_arm.cpp190 SetHardwareWatchpoint( addr_t addr, size_t size, bool read, bool write) argument
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp197 SetHardwareWatchpoint( lldb::addr_t addr, size_t size, bool read, bool write) argument
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp190 SetHardwareWatchpoint( addr_t addr, size_t size, bool read, bool write) argument
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp204 SetHardwareWatchpoint( addr_t addr, size_t size, bool read, bool write) argument
H A DRegisterContextPOSIXProcessMonitor_x86.cpp27 static uint32_t size_and_rw_bits(size_t size, bool read, bool write) { argument
408 SetHardwareWatchpoint( addr_t addr, size_t size, bool read, bool write) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp170 SetHardwareWatchpoint(lldb::addr_t addr, size_t size, bool read, bool write) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp66 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { function in class:SampleProfileWriter
130 std::error_code SampleProfileWriterExtBinaryBase::write( function in class:SampleProfileWriterExtBinaryBase
214 std::error_code SampleProfileWriterCompactBinary::write( function in class:SampleProfileWriterCompactBinary
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h25 MemoryRegionInfo(RangeType range, OptionalBool read, OptionalBool write, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp69 PipePosix::PipePosix(lldb::pipe_t read, lldb::pipe_t write) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp483 Error MachOWriter::write() { function in class:llvm::objcopy::macho::MachOWriter
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h129 #define write _write macro

Completed in 240 milliseconds

12345678