Searched defs:write (Results 76 - 100 of 186) sorted by relevance

12345678

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_private.h55 int (*write)(struct archive_write_filter *, const void *, size_t); member in struct:archive_write_filter
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_acts.c25 #undef write /* ports/winnt/include/config.h: #define write _write */ macro
27 #define write(fd, data, octets) async_write(fd, data, octets) macro
[all...]
H A Drefclock_palisade.c82 #undef write macro
83 #define write(fd, data, octets) async_write(fd, data, octets) macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dexec.c450 xfer_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
H A Dremote-sim.c749 gdbsim_xfer_inferior_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
H A Dremote-st.c566 st2000_xfer_inferior_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
H A Dlin-lwp.c1696 lin_lwp_xfer_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
H A Drs6000-nat.c444 child_xfer_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
H A Dui-file.c90 null_file_put(struct ui_file *file, ui_file_put_method_ftype *write, void *dest) argument
188 ui_file_put(struct ui_file *file, ui_file_put_method_ftype *write, void *dest) argument
240 set_ui_file_write(struct ui_file *file, ui_file_write_ftype *write) argument
366 mem_file_put(struct ui_file *file, ui_file_put_method_ftype *write, void *dest) argument
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dnet.c150 ldns_sock_wait(int sockfd, struct timeval timeout, int write) argument
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Di2c.c154 i2c_do_wait(device_t dev, struct i2c_softc *sc, int write, int start) argument
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.h72 ssize_t (*write)(struct physical *, const void *, size_t); member in struct:device
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h250 unsigned long write; member in struct:c4iw_stats
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_ioctl.h180 struct bnxt_ioctl_hwrm_nvm_write write; member in union:bnxt_ioctl_data::__anon6207
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp286 bool SBLaunchInfo::AddSuppressFileAction(int fd, bool read, bool write) { argument
278 AddOpenFileAction(int fd, const char *path, bool read, bool write) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp940 SetHardwareWatchpoint(lldb::addr_t addr, size_t size, bool read, bool write) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp37 raw_ostream &RewriteBuffer::write(raw_ostream &os) const { function in class:RewriteBuffer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp56 void write(uint64_t V) { LE.write<uint64_t>(V); } function in class:llvm::ProfOStream
377 void InstrProfWriter::write(raw_fd_ostream &OS) { function in class:InstrProfWriter
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp354 const bool write = options & File::eOpenOptionWrite; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp259 void __tsan_mutex_before_lock(ThreadState *thr, uptr addr, uptr write) { argument
266 void __tsan_mutex_after_lock(ThreadState *thr, uptr addr, uptr write) { argument
273 void __tsan_mutex_before_unlock(ThreadState *thr, uptr addr, uptr write) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp223 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { argument
232 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) { argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp231 void write(ostream &os) { os.write(data, length); } function in class:StringTable
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp146 write(const std::string& text) function in class:__anon167::temp_file
/freebsd-11-stable/contrib/gdb/include/gdb/
H A Dcallback.h89 int (*write) PARAMS ((host_callback *,int, const char *, int)); member in struct:host_callback_struct
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h485 #define write Rwrite macro

Completed in 413 milliseconds

12345678