Searched refs:read (Results 176 - 200 of 877) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/boot/fdt/dts/
H A Dmpc8572ds.dts138 read-only;
144 read-only;
150 read-only;
156 read-only;
167 read-only;
173 read-only;
187 read-only;
198 read-only;
209 read-only;
/freebsd-9.3-release/sys/dev/e1000/
H A De1000_nvm.c53 nvm->ops.read = e1000_null_read_nvm;
183 * In order to read a register from the EEPROM, we need to shift 'count' bits
219 * e1000_poll_eerd_eewr_done - Poll for EEPROM read/write completion
223 * Polls the EEPROM status bit for either read or write completion based
371 * e1000_ready_nvm_eeprom - Prepares EEPROM for read/write
429 * @offset: offset of word in the EEPROM to read
430 * @words: number of words to read
431 * @data: word read from the EEPROM
472 * read and will roll over if reading beyond the end. This allows
473 * us to read th
[all...]
/freebsd-9.3-release/bin/pax/
H A Dar_io.c122 syswarn(0, errno, "Failed open to read on %s", name);
142 syswarn(0, errno, "Failed open to read/write on %s",
205 * set default blksz on read. APPNDs writes rdblksz on the last volume
221 * multiple records in a single read. We really do not care
235 * block size, we use that to read. Under append, we must
406 "%s: %s vol %d, %lu files, %lu bytes read, %lu bytes written.\n",
409 "%s: %s vol %d, %ju files, %ju bytes read, %ju bytes written.\n",
419 * drain any archive format independent padding from an archive read
441 while ((res = read(arfd, drbuf, sizeof(drbuf))) > 0)
448 * Set up device right before switching from read t
[all...]
/freebsd-9.3-release/bin/rcp/
H A Drcp.c416 result = read(fd, bp->buf, amt);
524 if (read(rem, cp, 1) <= 0)
529 if (read(rem, &ch, sizeof(ch)) != sizeof(ch))
621 /* Handle copying from a read-only directory */
657 j = read(rem, cp, amt);
730 if (read(rem, &resp, sizeof(resp)) != sizeof(resp))
743 if (read(rem, &ch, sizeof(ch)) != sizeof(ch))
/freebsd-9.3-release/sys/dev/iicbus/
H A Dad7417.c175 device_printf(dev, "iicbus read failed\n");
203 device_printf(dev, "iicbus read failed\n");
217 /* Do a combined write/read. */
238 device_printf(dev, "iicbus write/read failed\n");
362 sc->sc_sensors[j].therm.read =
365 sc->sc_sensors[j].therm.read =
463 uint16_t read; local
471 read = *((int16_t*)buf);
476 *temp = (((int16_t)(read & 0xffc0)) >> 6) * 25 / 10;
614 value = sens->therm.read(
[all...]
/freebsd-9.3-release/usr.sbin/inetd/
H A Dbuiltins.c248 (void) read(s, buffer, sizeof(buffer));
261 while ((ret = read(s, buffer, sizeof(buffer))) > 0)
304 while ((i = read(s, buffer, sizeof(buffer))) > 0 &&
379 * service to read arguments and use getopt() easily.
494 ssize = read(s, &buf[size], (size_t)onreadlen);
598 * Here, if enabled, we read a user's ".fakeid" file in their
629 if ((ssize = read(fakeid_fd, buf, sizeof(buf) - 1)) < 0)
760 n = read(fd, buf, len-count);
/freebsd-9.3-release/contrib/gcc/
H A Dc-pch.c61 Before this structure is read, both an initial 8-character identification
62 string, and a 16-byte checksum, have been read and validated. */
155 /* We need to be able to re-read the output. */
201 fatal_error ("can%'t read %s: %m", asm_file_name);
241 sizeread = read (fd, ident, IDENT_LENGTH + 16);
243 fatal_error ("can%'t read %s: %m", name);
280 executable, so it ought to be long enough that we can read a
282 if (read (fd, &v, sizeof (v)) != sizeof (v))
283 fatal_error ("can%'t read %s: %m", name);
332 if ((size_t) read (f
[all...]
/freebsd-9.3-release/contrib/ipfilter/samples/
H A Dproxy.c123 * Just echo data read in from stdin to stdout
125 while ((n = read(0, buffer, sizeof(buffer))) > 0)
270 i = read(in, nrptr, sizeof(netbuf) - (nrptr - netbuf));
279 i = read(net, orptr, sizeof(outbuf) - (orptr - outbuf));
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_amd64.c197 _kvm_err(kd, kd->program, "cannot read KPML4phys");
202 _kvm_err(kd, kd->program, "cannot read KPML4phys");
266 if (read(kd->pmfd, &pdpe, sizeof pdpe) != sizeof pdpe) {
267 _kvm_syserr(kd, kd->program, "_kvm_vatop: read pdpe");
287 if (read(kd->pmfd, &pde, sizeof pde) != sizeof pde) {
288 _kvm_syserr(kd, kd->program, "_kvm_vatop: read pde");
324 if (read(kd->pmfd, &pte, sizeof pte) != sizeof pte) {
325 _kvm_syserr(kd, kd->program, "_kvm_vatop: read");
/freebsd-9.3-release/sys/boot/userboot/test/
H A Dtest.c76 if (read(0, &c, 1) == 1)
178 sz = read(tf->tf_u.fd, dst, size);
375 .read = test_read,
/freebsd-9.3-release/sys/mips/rmi/
H A Dxlr_i2c.c99 static int xlr_i2c_read(device_t dev, char *buf, int len, int *read, int last, int delay);
242 xlr_i2c_read(device_t dev, char *buf, int len, int *read, int last, argument
279 *read = pos;
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dkeyboard.c106 cc = read(keyboard->fd, &c, 1);
/freebsd-9.3-release/contrib/gcc/config/
H A Dhost-linux.c208 nbytes = read (fd, base, MIN (size, SSIZE_MAX));
/freebsd-9.3-release/contrib/gdb/include/gdb/
H A Dcallback.h84 int (*read) PARAMS ((host_callback *,int, char *, int));
206 /* Working space to be used by memory read/write callbacks. */
211 /* Callbacks for reading/writing memory (e.g. for read/write syscalls).
213 argument here. We mimic sim_{read,write} for now. Be careful to
245 /* either file not found or no read access */
83 int (*read) PARAMS ((host_callback *,int, char *, int)); member in struct:host_callback_struct
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c120 bytes_read = read(mine->fd, mine->buffer, mine->block_size);
165 * read()s instead to advance the file descriptor.
H A Darchive_read_private.h77 struct archive_read_filter *upstream; /* Who I read from. */
80 ssize_t (*read)(struct archive_read_filter *, const void **); member in struct:archive_read_filter
94 char *next; /* Current read location. */
124 /* Dev/ino of the archive being read/written. */
137 /* Callbacks to open/read/write/close client archive stream. */
146 /* File offset of beginning of most recently-read header. */
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A Dauditd_fbsd.c216 num = read(triggerfd, &trigger, sizeof(trigger));
249 auditd_log_err("%s: read EOF", __FUNCTION__);
/freebsd-9.3-release/contrib/pf/libevent/
H A Dsignal.c74 n = read(fd, signals, sizeof(signals));
76 event_err(1, "%s: read", __func__);
/freebsd-9.3-release/contrib/smbfs/smbutil/
H A Dprint.c119 count = read(file, buf, sizeof(buf));
/freebsd-9.3-release/contrib/tcpdump/
H A Dtcpdump-stdinc.h69 #define read _read macro
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dstash.c87 n = read(opt->master_key_fd_integer, buf, sizeof(buf));
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkstash.c56 "filedescriptor to read passphrase from", "fd" },
116 n = read(master_key_fd, buf, sizeof(buf));
118 krb5_err(context, 1, errno, "failed to read passphrase");
/freebsd-9.3-release/crypto/openssh/
H A Datomicio.c48 * ensure all of data on socket comes through. f==read || f==vwrite
61 pfd.events = f == read ? POLLIN : POLLOUT;
/freebsd-9.3-release/lib/libz/
H A Dgzguts.h40 # define read _read macro
180 int past; /* true if read requested past end */
/freebsd-9.3-release/libexec/rshd/
H A Drshd.c267 if ((cc = read(STDIN_FILENO, &c, 1)) != 1) {
269 syslog(LOG_NOTICE, "read: %m");
435 ret = read(s, &sig, 1);
443 cc = read(pv[0], buf, sizeof(buf));
538 if (read(STDIN_FILENO, &c, 1) != 1)

Completed in 187 milliseconds

1234567891011>>