Searched refs:write (Results 251 - 275 of 1243) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/tests/sys/audit/
H A Dopen.c36 * 274:AUE_OPENAT_W:openat(2) - write:fw
37 * 275:AUE_OPENAT_WC:openat(2) - write,creat:fc,fw,fa,fm
38 * 276:AUE_OPENAT_WT:openat(2) - write,trunc:fd,fw,fa,fm
39 * 277:AUE_OPENAT_WTC:openat(2) - write,creat,trunc:fc,fd,fw,fa,fm
40 * 278:AUE_OPENAT_RW:openat(2) - read,write:fr,fw
41 * 279:AUE_OPENAT_RWC:openat(2) - read,write,create:fc,fw,fr,fa,fm
42 * 280:AUE_OPENAT_RWT:openat(2) - read,write,trunc:fd,fw,fr,fa,fm
43 * 281:AUE_OPENAT_RWTC:openat(2) - read,write,creat,trunc:fc,fd,fw,fr,fa,fm
166 OPEN_AT_TC_DEFINE(write, "write", O_WRONL
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace.c168 rv = write(fds_toparent[1], &msg, sizeof(msg));
187 rv = write(fds_fromparent[1], &msg, sizeof(msg));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msync.c59 * Create a temporary file, write
76 ATF_REQUIRE_MSG(write(fd, buf, page) != -1, "write(2) failed: %s",
89 * write garbage to this position.
97 rv = write(fd, garbage, len);
100 str = "failed to write garbage";
/freebsd-11-stable/usr.bin/elf2aout/
H A Delf2aout.c146 if (write(fd, &a, sizeof(a)) != sizeof(a) ||
147 write(fd, (char *)e + offset, filesz) != (ssize_t)filesz)
/freebsd-11-stable/usr.sbin/uathload/
H A Duathload.c197 if (write(msg, &txmsg, sizeof(txmsg)) != sizeof(txmsg)) {
205 if (write(data, txdata, mlen) != mlen) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp173 bool write) {
176 return m_reg_ctx_sp->SetHardwareWatchpoint(addr, size, read, write);
170 SetHardwareWatchpoint(lldb::addr_t addr, size_t size, bool read, bool write) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h34 // propertyWriter.find(propertyName).write##TypeName(value)
35 // to write the properties of the node it is serializing.
38 // void write##TypeName(ValueType value);
77 // of the write methods of the BasicWriter passed in:
82 // static void write(BasicWriter &W, ValueType value);
85 // BasicWriterBase provides convenience implementations of the write
145 WriteDispatcher<T>::write(asImpl(), elt);
151 WriteDispatcher<T>::write(asImpl(), PackOptionalValue<T>::pack(value));
228 // Don't need to write an associated value.
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryRegionInfo.h25 MemoryRegionInfo(RangeType range, OptionalBool read, OptionalBool write, argument
28 : m_range(range), m_read(read), m_write(write), m_execute(execute),
/freebsd-11-stable/contrib/unbound/services/
H A Dview.c224 views_find_view(struct views* vs, const char* name, int write) argument
235 if(write) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h2065 #define RING_LOCALS int write, _nr, _align_nr; unsigned int mask; u32 *ring;
2081 write = dev_priv->ring.tail; \
2088 write, dev_priv->ring.tail ); \
2090 if (((dev_priv->ring.tail + _nr) & mask) != write) { \
2092 "ADVANCE_RING(): mismatch: nr: %x write: %x line: %d\n", \
2094 write, __LINE__); \
2096 dev_priv->ring.tail = write; \
2108 (unsigned int)(x), write ); \
2110 ring[write++] = (x); \
2111 write
[all...]
/freebsd-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp.c73 write(1, buf1, co1.dst_len);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_hpgps.c212 if (write(pp->io.fd, "*IDN?\r:PTIME:TZONE?\r", 20) != 20)
291 * screen buffer. When we have the last line, write the buffer to
295 * or a timecode. At this point, also write the response
354 if (write(pp->io.fd, "*CLS\r\r", 6) != 6)
587 if (write(pp->io.fd, ":SYSTEM:PRINT?\r", 15) != 15)
617 if (write(pp->io.fd, ":PTIME:TCODE?\r", 14) != 14) {
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dssp.c26 along with GCC; see the file COPYING. If not, write to the Free
121 ssize_t wrote = write (fd, buf, len);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dstats.h154 void stats_print(void (*write)(void *, const char *), void *cbopaque,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_grzip.c78 f->write = archive_write_grzip_write;
/freebsd-11-stable/bin/sh/
H A Derror.c117 write(STDERR_FILENO, "\n", 1);
/freebsd-11-stable/bin/sh/tests/errors/
H A DMakefile32 ${PACKAGE}FILES+= write-error1.0
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-utils.h17 along with this program; if not, write to the Free Software Foundation,
78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) macro
90 word used to write to the /proc/PID/ctl file. */
H A Dui-file.h17 along with this program; if not, write to the Free Software
36 /* NOTE: Both fputs and write methods are available. Default
74 extern void ui_file_put (struct ui_file *src, ui_file_put_method_ftype *write, void *dest);
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c60 write(fd, &utmp, sizeof(struct utmp));
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A Drsh_locl.h164 #define do_write(F, B, L, I) write((F), (B), (L))
/freebsd-11-stable/libexec/ypxfr/
H A Dypxfrd_getmap.c59 if (write(fp, objp->xfr_u.xfrblock_buf.xfrblock_buf_val,
61 yp_error("write failed: %s", strerror(errno));
/freebsd-11-stable/contrib/tnftp/src/
H A Dprogressbar.c186 (void)write(fileno(ttyout), buf, len);
297 (void)write(fileno(ttyout), buf, len);
378 (void)write(siginfo ? STDERR_FILENO : fileno(ttyout), buf, len);
391 write(fileno(ttyout), "\n", 1);
/freebsd-11-stable/gnu/usr.bin/binutils/as/
H A DMakefile45 write.c
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb184 f.write(file[:boilerplate] % [file[:name]]) unless file[:boilerplate].nil?
185 f.write(file[:template] % [ file[:name],

Completed in 189 milliseconds

<<11121314151617181920>>