Searched refs:write (Results 126 - 150 of 1243) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dwritev.c58 ret = write (d, buf, tot);
/freebsd-11-stable/sys/dev/hptnr/
H A Dwj.h32 * NVRAM write journaling interface.
/freebsd-11-stable/share/examples/kld/cdev/test/
H A Dtestcdev.c111 if (write(kernel_fd, writestr, len) == -1) {
112 perror("write()");
/freebsd-11-stable/usr.bin/tail/
H A Dextern.h35 if (write(STDOUT_FILENO, p, size) != (ssize_t)size) \
/freebsd-11-stable/usr.sbin/ngctl/
H A DMakefile9 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
/freebsd-11-stable/contrib/elftoolchain/ar/
H A DMakefile6 SRCS= ar.c read.c util.c write.c
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh59 /* read-write orphan */
76 # Read-write orphan sections are placed after well-known
77 # read-write sections (.data) but before .bss.
/freebsd-11-stable/contrib/netbsd-tests/dev/audio/
H A Dh_pad.c68 err(1, "write");
74 write(STDOUT_FILENO, buf, n);
/freebsd-11-stable/sbin/reboot/
H A Dreboot.c137 (void)write(fd, "nextboot_enable=\"YES\"\n", 22);
138 (void)write(fd, "kernel=\"", 8L);
139 (void)write(fd, kernel, strlen(kernel));
140 (void)write(fd, "\"\n", 2);
/freebsd-11-stable/usr.bin/mkimg/
H A Dformat.c98 error = format->write(fd);
/freebsd-11-stable/usr.bin/yes/
H A Dyes.c80 while ((ret = write(STDOUT_FILENO, exp + (explen - more), more)) > 0)
/freebsd-11-stable/usr.sbin/bhyve/
H A Dsockstream.c75 n = write(fd, p + len, nbytes - len);
/freebsd-11-stable/stand/libsa/
H A Dwrite.c1 /* $NetBSD: write.c,v 1.7 1996/06/21 20:29:30 pk Exp $ */
34 * @(#)write.c 8.1 (Berkeley) 6/11/93
64 __FBSDID("$FreeBSD: stable/11/stand/libsa/write.c 344291 2019-02-19 18:50:20Z kevans $");
70 write(int fd, const void *dest, size_t bcount) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp66 SampleProfileWriter::write(const StringMap<FunctionSamples> &ProfileMap) { function in class:SampleProfileWriter
130 std::error_code SampleProfileWriterExtBinaryBase::write( function in class:SampleProfileWriterExtBinaryBase
200 if (std::error_code EC = ProfSymList->write(*OutputStream))
214 std::error_code SampleProfileWriterCompactBinary::write( function in class:SampleProfileWriterCompactBinary
216 if (std::error_code EC = SampleProfileWriter::write(ProfileMap))
336 Writer.write(FuncOffsetTableStart);
411 Writer.write(static_cast<uint64_t>(SectionHdrLayout.size()));
414 Writer.write(static_cast<uint64_t>(-1));
415 Writer.write(static_cast<uint64_t>(-1));
416 Writer.write(static_cas
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.h60 Error write();
/freebsd-11-stable/usr.bin/tar/
H A DMakefile17 write.c
/freebsd-11-stable/sys/dev/drm/
H A Dr128_drv.h468 int write, _nr; unsigned int tail_mask; volatile u32 *ring;
480 write = dev_priv->ring.tail; \
494 write, dev_priv->ring.tail ); \
496 if ( R128_BROKEN_CCE && write < 32 ) { \
499 write * sizeof(u32) ); \
501 if (((dev_priv->ring.tail + _nr) & tail_mask) != write) { \
503 "ADVANCE_RING(): mismatch: nr: %x write: %x line: %d\n", \
505 write, __LINE__); \
507 dev_priv->ring.tail = write; \
523 (unsigned int)(x), write ); \
[all...]
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dnt_gss_common.c64 if (write (sock, net_len, 4) != 4)
65 err (1, "write");
66 if (write (sock, buf->value, len) != len)
67 err (1, "write");
/freebsd-11-stable/sys/sys/
H A Dmpt_ioctl.h48 * For the read page and write page requests, 'buf' should point to a
82 uint8_t write; member in struct:mpt_raid_action
121 uint8_t write; member in struct:mpt_raid_action32
/freebsd-11-stable/tools/regression/netinet/tcpfullwindowrst/
H A Dtcpfullwindowrsttest.c115 if (write(t, buf, sizeof buf) == -1) {
122 if (write(u, buf, sizeof buf) == -1) {
/freebsd-11-stable/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c85 len = write(fd, block, BLOCKSIZE);
89 warnx("fill_blocks: write(%d) returned %zd",
98 warn("fill_blocks: write");
106 * the write.
109 len = write(fd, block, BLOCKSIZE);
111 warn("fill_blocks: write after ENOSPC");
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Denc_writ.c70 * has a cryptographic weakness: When asked to write more
88 extern int write();
130 /* write length first */
162 i = write(fd, (void *)&(outbuf[j]), outnum - j);
/freebsd-11-stable/usr.bin/calendar/
H A Dio.c487 /* parent -- write to pipe input */
490 write(pdes[1], "From: \"Reminder Service\" <", 26);
491 write(pdes[1], pw->pw_name, strlen(pw->pw_name));
492 write(pdes[1], ">\nTo: <", 7);
493 write(pdes[1], pw->pw_name, strlen(pw->pw_name));
494 write(pdes[1], ">\nSubject: ", 11);
495 write(pdes[1], dayname, strlen(dayname));
496 write(pdes[1], "'s Calendar\nPrecedence: bulk\n\n", 30);
499 (void)write(pdes[1], buf, nread);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h51 bool write; member in struct:__tsan::ReportMopMutex
58 bool write; member in struct:__tsan::ReportMop
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dgmon-sol2.c143 write( 2 , MSG , sizeof(MSG) );
148 write( 2 , MSG , sizeof(MSG) );
160 write( 2 , MSG , sizeof(MSG) );
218 write( fd , sbuf , ssiz );
234 write( fd , &rawarc , sizeof rawarc );
375 write(2, TOLIMIT, sizeof(TOLIMIT));

Completed in 301 milliseconds

1234567891011>>