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

1234567891011>>

/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
H A Dzstream.h208 int write(const void* buf, size_t len) { function in class:ozstream
264 inline int write(ozstream& zs, const T* x, Items items) { function
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_arbiter.c24 #undef write macro
25 #define write(fd, data, octets) async_write(fd, data, octets) macro
[all...]
H A Drefclock_dumbclock.c30 #undef write macro
31 #define write(fd, data, octets) async_write(fd, data, octets) macro
/netbsd-current/lib/libnvmm/
H A Dnvmm.h83 bool write; member in struct:nvmm_mem
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp39 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { function in class:CoverageFilenamesSectionWriter
155 void CoverageMappingWriter::write(raw_ostream &OS) { function in class:CoverageMappingWriter
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp368 Error COFFWriter::write(bool IsBigObj) { function in class:llvm::objcopy::coff::COFFWriter
449 Error COFFWriter::write() { function in class:llvm::objcopy::coff::COFFWriter
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_domain.c54 i915_gem_object_set_to_wc_domain(struct drm_i915_gem_object *obj, bool write) argument
115 i915_gem_object_set_to_gtt_domain(struct drm_i915_gem_object *obj, bool write) argument
427 i915_gem_object_set_to_cpu_domain(struct drm_i915_gem_object *obj, bool write) argument
[all...]
H A Di915_gem_object_blt.c309 static int move_to_gpu(struct i915_vma *vma, struct i915_request *rq, bool write) argument
/netbsd-current/sys/dev/ic/
H A Dtpmvar.h76 int (*write)(struct tpm_softc *, const void *, size_t); member in struct:tpm_intf
/netbsd-current/lib/librefuse/refuse/
H A Dv23.h67 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v23
H A Dv25.h63 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v25
H A Dv26.h63 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v26
/netbsd-current/common/dist/zlib/contrib/iostream2/
H A Dzstream.h208 int write(const void* buf, size_t len) { function in class:ozstream
264 inline int write(ozstream& zs, const T* x, Items items) { function
/netbsd-current/tests/net/tcp/
H A Dt_tcp_connect_port.c64 #define write rump_sys_write macro
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dprocess_machdep.c202 int write = 0, error; local
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream2/
H A Dzstream.h208 int write(const void* buf, size_t len) { function in class:ozstream
264 inline int write(ozstream& zs, const T* x, Items items) { function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-service.c70 ps_xfer_memory(const struct ps_prochandle *ph, psaddr_t addr, gdb_byte *buf, size_t len, int write) argument
H A Dvalue.h264 void (*write) (struct value *toval, struct value *fromval); member in struct:lval_funcs
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream2/
H A Dzstream.h208 int write(const void* buf, size_t len) { function in class:ozstream
264 inline int write(ozstream& zs, const T* x, Items items) { function
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A D__init__.py47 def write(self, s): member in class:_GdbOutputFile
53 def write(self, s): member in class:_GdbOutputErrorFile
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DOrdinals.pm224 sub write { subroutine
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A D__init__.py59 def write(self, s): member in class:_GdbFile
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dvalue.h265 void (*write) (struct value *toval, struct value *fromval); member in struct:lval_funcs
H A Dproc-service.c72 ps_xfer_memory(const struct ps_prochandle *ph, psaddr_t addr, gdb_byte *buf, size_t len, int write) argument
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mutexset.h32 bool write; member in struct:__tsan::MutexSet::Desc
85 void MutexSet::Add(u64 id, bool write, u64 epoch) {} argument
86 void MutexSet::Del(u64 id, bool write) {} argument
88 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) {} argument

Completed in 245 milliseconds

1234567891011>>