Searched refs:read (Results 201 - 225 of 877) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Dofw_copy.c160 got = read(fd, buf, get);
164 printf("ofw_readin: read failed\n");
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dhost.c74 return (CALLBACK(read, f->f_fsdata, start, size, resid));
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S88 ld [%o0], %o2 ! read old value
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhimfuncs.h78 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhimfuncs.h78 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
/freebsd-9.3-release/tools/tools/find-sb/
H A Dfind-sb.c78 justread = read(fd, &u.buf[len], DEV_BSIZE);
86 err(1, "read");
87 errx(1, "short read %jd (wanted %d) at %jd",
/freebsd-9.3-release/usr.bin/brandelf/
H A Dbrandelf.c124 if (read(fd, buffer, EI_NIDENT) < EI_NIDENT) {
/freebsd-9.3-release/usr.bin/ctags/
H A DC.c52 * read .c and .h files and call appropriate routines
307 else { /* don't ever "read" '/' */
324 int c; /* character read */
439 int c; /* character read */
/freebsd-9.3-release/usr.bin/gprof/
H A Delf.c75 if (read(fd, &h, sizeof h) != sizeof h || !IS_ELF(h)) {
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dv3451.c175 if (read(FD, rp, 1) < 0) {
/freebsd-9.3-release/usr.sbin/faithd/
H A Dftp.c450 n = read(src, rbuf, 1);
455 n = read(src, rbuf, sizeof(rbuf));
463 n = read(src, rbuf, sizeof(rbuf));
492 n = read(src, rbuf, 1);
497 n = read(src, rbuf, sizeof(rbuf));
505 n = read(src, rbuf, sizeof(rbuf));
725 n = read(src, rbuf, 1);
730 n = read(src, rbuf, sizeof(rbuf));
738 n = read(src, rbuf, sizeof(rbuf));
/freebsd-9.3-release/usr.sbin/pw/
H A Dcpdir.c107 while ((b = read(infd, copybuf, 4096)) > 0)
/freebsd-9.3-release/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c61 read(fp, &buf, XFRBLOCKSIZE)) != -1) {
67 yp_error("read error: %s", strerror(errno));
/freebsd-9.3-release/usr.sbin/rtsold/
H A Drtsock.c102 n = read(s, msg, sizeof(msg));
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c164 if (read(memf, (char *)&tcp_debx, sizeof(tcp_debx)) !=
168 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) !=
287 if (read(memf, (char *)&tcp_debx, sizeof(tcp_debx)) !=
292 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) !=
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dkeyboard.c106 cc = read(keyboard->fd, &c, 1);
/freebsd-9.3-release/contrib/ipfilter/samples/
H A Drelay.c66 rw = read(ifd, irh, ibuff + RELAY_BUFSZ - irh);
82 rw = read(rfd, iwh, obuff + RELAY_BUFSZ - iwh);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_program.c192 ret = read(state->child_stdout,
288 bytes_read = read(state->child_stdout,
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DEndian.h10 // This file declares generic functions to read and write endian specific data.
48 inline value_type read(const void *memory) { function in namespace:llvm::support::endian
76 return endian::read<value_type, endian, alignment>(
H A DGCOV.h10 // This header provides the interface to read and write coverage files that
41 /// read operations.
198 bool read(GCOVBuffer &Buffer);
212 bool read(GCOVBuffer &Buffer, GCOV::GCOVFormat Format);
/freebsd-9.3-release/contrib/lukemftpd/
H A Dconfig.h.in270 #undef read
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_read.c156 * 1: A read from a file or a pipe. In this case, the reads
159 * on the next read anyway.
162 switch (nr = read(STDIN_FILENO, bp, blen)) {
175 * 2: A read with an associated timeout, e.g., trying to complete
266 switch (nr = read(STDIN_FILENO, bp, blen - ONE_FOR_EOF)) {
269 * ^D in canonical mode returns a read of 0, i.e. EOF. EOF is
/freebsd-9.3-release/contrib/pf/pflogd/
H A Dprivsep.c319 res = read(fd, s + pos, n - pos);
342 res = read(fd, s + pos, n - pos);
/freebsd-9.3-release/crypto/openssh/
H A Droaming_common.c167 ssize_t ret = read(fd, buf, count);
193 } else if (f == read && ret > 0 && !resume_in_progress) {
H A Dssh-pkcs11-client.c68 if ((len = atomicio(read, fd, buf, 4)) != 4) {
69 error("read from helper failed: %u", len);
75 /* read len bytes into m */
81 if (atomicio(read, fd, buf, l) != l) {

Completed in 156 milliseconds

1234567891011>>