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

12345678

/freebsd-current/lib/libc/sys/
H A Dwrite.c39 #pragma weak write macro
41 write(int fd, const void *buf, size_t nbytes) function
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dposix_win.h42 #define write(fd, buf, count) posix_write(fd, buf, count) macro
/freebsd-current/stand/libsa/
H A Dwrite.c65 write(int fd, const void *dest, size_t bcount) function
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h46 int write; member in struct:__anon10768
/freebsd-current/usr.bin/mkimg/
H A Dformat.h35 int (*write)(int); member in struct:mkimg_format
/freebsd-current/contrib/libpcap/testprogs/
H A Dunix.h54 #define write _write macro
/freebsd-current/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-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cpp24 void MutexSet::AddAddr(uptr addr, StackID stack_id, bool write) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFWriter.cpp108 Error XCOFFWriter::write() { function in class:llvm::objcopy::xcoff::XCOFFWriter
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } function in class:Writer
29 void Writer::write(int64_t i) { function in class:Writer
62 void Writer::write(uint64_t u) { function in class:Writer
90 void Writer::write(double d) { function in class:Writer
103 void Writer::write(StringRef s) { function in class:Writer
123 void Writer::write(MemoryBufferRef Buffer) { function in class:Writer
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp34 Open(int fd, const FileSpec &file_spec, bool read, bool write) argument
/freebsd-current/contrib/libfido2/fuzz/
H A Dpreload-fuzz.c90 write(int fd, const void *buf, size_t nbytes) function
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp60 Error Writer::write() { function in class:llvm::objcopy::wasm::Writer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndianStream.h37 inline void write(raw_ostream &os, value_type value, endianness endian) { function in namespace:llvm::support::endian
43 inline void write<float>(raw_ostream &os, float value, endianness endian) { function in namespace:llvm::support::endian
48 inline void write<double>(raw_ostream &os, double value, function in namespace:llvm::support::endian
54 inline void write(raw_ostream &os, ArrayRef<value_type> vals, function in namespace:llvm::support::endian
61 inline void write(SmallVectorImp function in namespace:llvm::support::endian
71 template <typename value_type> void write(ArrayRef<value_type> Val) { function in struct:llvm::support::endian::Writer
74 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
[all...]
H A DEndian.h91 inline void write(void *memory, value_type value, endianness endian) { function in namespace:llvm::support::endian
101 inline void write(void *memory, value_type value) { function in namespace:llvm::support::endian
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp36 static size_t write(support::endian::Writer &OS, Tuple &&) { function in struct:llvm::xray::__anon3038::IndexedWriter
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dmop.cpp66 bool write = true; local
[all...]
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h71 bhnd_nvram_iop_write *write; /**< write() implementation */ member in struct:bhnd_nvram_iops
/freebsd-current/sys/arm64/linux/
H A Dlinux_vdso_gtod.c51 write(int lfd, const void *lbuf, size_t lsize) function
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h84 #define write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) macro
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_nvram.c52 sfxge_nvram_rw(struct sfxge_softc *sc, sfxge_ioc_t *ip, efx_nvram_type_t type, boolean_t write) argument
/freebsd-current/sys/dev/syscon/
H A Dsyscon_power.c66 bool write; local
/freebsd-current/contrib/unbound/services/
H A Dview.c225 views_find_view(struct views* vs, const char* name, int write) argument
/freebsd-current/usr.bin/dtc/
H A Ddtb.cc45 void write(dtc::byte_buffer &buffer, int fd) function in namespace:__anon6431
257 header::write(output_writer &out) function in class:dtc::dtb::header
327 string_table::write(dtb::output_writer &writer) function in class:dtc::dtb::string_table
/freebsd-current/sys/powerpc/powermac/
H A Data_dbdma.c58 int write; member in struct:ata_dbdma_dmaload_args

Completed in 200 milliseconds

12345678