Home
last modified time | relevance | path

Searched refs:read (Results 126 – 150 of 1509) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dread.S37 SYSCALL2_RESTART_RVAL1(__read,read)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/begin/
H A Derr.D_PDESC_ZERO.begin.d38 BEGIN::read:entry
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.pipe1 BEGIN {print "read /usr/bwk/awk/t.pipe" | "cat"}
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c123 c = read(0, inputline, sizeof inputline - 4); in getach()
139 if (read(0, inputline, 1) != 1) in getach()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dinput.c154 (read(elf->ed_fd, iop, sz) != sz)) { in _elf_vm()
185 (read(elf->ed_fd, iop, sz) != sz)) { in _elf_vm()
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dgsubasgn.ok1 $AWK: can't read value of test1; it's a function.
H A Darryref4.ok1 $AWK: can't read value of a; it's an array name.
H A Darryref5.ok1 $AWK: can't read value of a; it's an array name.
H A Daryprm2.ok1 $AWK: can't read value of arr; it's an array name.
H A Daryprm3.ok1 $AWK: can't read value of arr; it's an array name.
H A Daryprm5.ok1 $AWK: can't read value of a; it's an array name.
H A Dnastyparm.ok1 $AWK: can't read value of b; it's an array name.
H A Dscalar.ok1 $AWK: can't read value of a; it's an array name.
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S220 ld [%o0], %o2 ! read old value
294 ld [%o0], %o2 ! read old value
461 ld [%o0], %o2 ! read old value
497 ld [%o0], %o2 ! read old value
587 ld [%o0], %o2 ! read old value
623 ld [%o0], %o2 ! read old value
707 ld [%o0], %o4 ! read old value
739 ld [%o0], %o4 ! read old value
785 ld [%o0], %o2 ! read old value
811 ld [%o0], %o2 ! read old value
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S99 ld [%o0], %o2 ! read old value
173 ld [%o0], %o2 ! read old value
336 ld [%o0], %o2 ! read old value
372 ld [%o0], %o2 ! read old value
458 ld [%o0], %o2 ! read old value
494 ld [%o0], %o2 ! read old value
574 ld [%o0], %o4 ! read old value
606 ld [%o0], %o4 ! read old value
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c134 for (pos = 0; read(fd, &ips, sizeof(ips)) == sizeof(ips); ) {
191 for (pos = 0; read(fd, &ipn, sizeof(ipn)) == sizeof(ipn); ) {
480 i = read(sfd, &ips, sizeof(ips));
595 i = read(nfd, &ipn, sizeof(ipn));
618 i = read(nfd, s, n);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt65 drives. David_S_Thompson@notes.seagate.com said "read section
157 that it worked. Issue a read command and make sure you can read what you
158 think is the last sector on the drive. If this read fails with ABRT or
168 I'll say "sorry" now to all you hardware folks that read these reflector
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPHeaderV1.java115 byte flags = (byte) ((char)dis.read() & 0xFF); in parseHeader()
134 int dialect = (int) ((char)dis.read() & 0xFF); in parseHeader()
149 a_bTemp[0] = (byte) dis.read(); in parseHeader()
150 a_bTemp[1] = (byte) dis.read(); in parseHeader()
/illumos-gate/usr/src/stand/lib/sa/
H A Dunistd.h50 extern ssize_t read(int, void *, size_t);
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c294 cc = read(rmtape, buf+i, n - i); in rmtstatus()
338 cc = read(rmtape, buf+i, n - i); in rmtread()
496 n = read(rmtape, cp, n); in rmtgets()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dedit.h213 # define read(fd,buff,n) syscall(3,fd,buff,n) macro
215 # define read(fd,buff,n) rEAd(fd,buff,n) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/
H A Daso-fcntl.c69 else if (read(apl->fd, &references, sizeof(references)) != sizeof(references))
141 if (read(fd, &references, sizeof(references)) != sizeof(references))
/illumos-gate/usr/src/cmd/bhyve/
H A Dmevent_test.c167 len = read(fd, buf, sizeof(buf)); in echoer()
194 while ((len = read(fd, buf, sizeof(buf))) > 0) { in echoer()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dtruss.d43 syscall::read:entry
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dreadv.c23 int bytes = read(fd, vp->iov_base, vp->iov_len);

12345678910>>...61