Searched defs:write (Results 1 - 25 of 186) sorted by relevance

12345678

/freebsd-11-stable/lib/libc/sys/
H A Dwrite.c43 #pragma weak write macro
45 write(int fd, const void *buf, size_t nbytes) function
/freebsd-11-stable/stand/libsa/
H A Dwrite.c70 write(int fd, const void *dest, size_t bcount) function
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-utils.h78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) macro
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h46 int write; member in struct:__anon8894
/freebsd-11-stable/usr.bin/mkimg/
H A Dformat.h37 int (*write)(int); member in struct:mkimg_format
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c21 #undef write /* ports/winnt/include/config.h: #define write _write */ macro
23 #define write(fd, data, octets) async_write(fd, data, octets) macro
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dunix.h54 #define write _write macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } function in class:Writer
27 void Writer::write(int64_t i) { function in class:Writer
60 void Writer::write(uint64_t u) { function in class:Writer
88 void Writer::write(double d) { function in class:Writer
101 void Writer::write(StringRef s) { function in class:Writer
121 void Writer::write(MemoryBufferRef Buffer) { function in class:Writer
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp33 Open(int fd, const FileSpec &file_spec, bool read, bool write) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { function in namespace:llvm::support::endian
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { function in namespace:llvm::support::endian
38 inline void write<double>(raw_ostream &os, double value, function in namespace:llvm::support::endian
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, function in namespace:llvm::support::endian
55 template <typename value_type> void write(ArrayRe function in struct:llvm::support::endian::Writer
58 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
[all...]
H A DEndian.h99 inline void write(void *memory, value_type value, endianness endian) { function in namespace:llvm::support::endian
109 inline void write(void *memory, value_type value) { function in namespace:llvm::support::endian
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp38 static size_t write(support::endian::Writer &OS, Tuple &&) { function in struct:llvm::xray::__anon3258::IndexedWriter
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cpp24 void MutexSet::Add(u64 id, bool write, u64 epoch) { argument
54 void MutexSet::Del(u64 id, bool write) { argument
H A Dtsan_mutexset.h29 bool write; member in struct:__tsan::MutexSet::Desc
59 void MutexSet::Add(u64 id, bool write, u64 epoch) {} argument
60 void MutexSet::Del(u64 id, bool write) {} argument
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_nvram.c56 sfxge_nvram_rw(struct sfxge_softc *sc, sfxge_ioc_t *ip, efx_nvram_type_t type, boolean_t write) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp66 bool write = true; local
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_zone.c154 zone_dataset_visible(const char *dataset, int *write) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c84 unsigned write; /* window write index */ local
[all...]
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_dbdma.c59 int write; member in struct:ata_dbdma_dmaload_args
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.c116 vmcb_access(struct svm_softc *softc, int vcpu, int write, int ident, argument
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.cc47 void write(dtc::byte_buffer &buffer, int fd) function in namespace:__anon6
259 header::write(output_writer &out) function in class:dtc::dtb::header
329 string_table::write(dtb::output_writer &writer) function in class:dtc::dtb::string_table
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp37 void CoverageFilenamesSectionWriter::write(raw_ostream &OS) { function in class:CoverageFilenamesSectionWriter
127 void CoverageMappingWriter::write(raw_ostream &OS) { function in class:CoverageMappingWriter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp54 void StringTableBuilder::write(raw_ostream &OS) const { function in class:StringTableBuilder
64 void StringTableBuilder::write(uint8_t *Buf) const { function in class:StringTableBuilder
/freebsd-11-stable/contrib/unbound/services/
H A Dview.c224 views_find_view(struct views* vs, const char* name, int write) argument
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_arbiter.c22 #undef write macro
23 #define write(fd, data, octets) async_write(fd, data, octets) macro
[all...]

Completed in 156 milliseconds

12345678