/osnet-11/usr/src/lib/libc/common/sys/ |
H A D | read.s | 30 .file "read.s" 32 /* C library -- read */ 37 SYSCALL2_RESTART_RVAL1(__read,read)
|
/osnet-11/usr/src/grub/grub2/include/grub/emu/ |
H A D | export.h | 3 void EXPORT_FUNC (read) (void);
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/ |
H A D | guess.d | 35 system("read guess"); 39 syscall::read:entry 46 syscall::read:return 55 syscall::read:return 70 syscall::read:return 77 syscall::read:return 84 system("/usr/bin/read name"); 87 syscall::read:return 95 system("read line"); 99 syscall::read [all...] |
H A D | wpm.d | 14 * isn't the case for all processes that read keyboard input (eg, sh). 81 syscall::read:entry 87 syscall::read:return 97 syscall::read:return 106 syscall::read:return 115 syscall::read:return 123 syscall::read:return
|
H A D | rwbypid.d | 3 * rwbypid.d - read/write calls by PID. 47 syscall::*read*:entry
|
H A D | httpdstat.d | 89 syscall::read:entry 98 syscall::read:return
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/ |
H A D | guess.d | 35 system("read guess"); 39 syscall::read:entry 46 syscall::read:return 55 syscall::read:return 70 syscall::read:return 77 syscall::read:return 84 system("/usr/bin/read name"); 87 syscall::read:return 95 system("read line"); 99 syscall::read [all...] |
H A D | wpm.d | 14 * isn't the case for all processes that read keyboard input (eg, sh). 81 syscall::read:entry 87 syscall::read:return 97 syscall::read:return 106 syscall::read:return 115 syscall::read:return 123 syscall::read:return
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | showjournal.c | 30 read(db, aData, pagesize); 60 read(db, zBuf, 8); 62 read(db, &u, sizeof(u)); 64 read(db, &u, sizeof(u)); 67 read(db, zBuf2, sizeof(zBuf2)); 70 while( read(db, zBuf2, sizeof(zBuf2))==sizeof(zBuf2) ){ 74 read(db, &u, sizeof(u));
|
H A D | diffdb.c | 38 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | readlink.c | 50 if (read(fd, buf, sizeof(FAKELINK_MAGIC)) == sizeof(FAKELINK_MAGIC) && !strcmp(buf, FAKELINK_MAGIC) && (n = read(fd, buf, siz)) > 0 && !buf[n - 1])
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/ |
H A D | rwbypid.d | 3 * rwbypid.d - read/write calls by PID. 47 syscall::*read*:entry
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/t/ |
H A D | fcntl.t | 26 if (sysread($ro, my $read, 3)) { 28 if ($read eq "foo") { 31 print "not ok 6 # content '$read' not ok\n";
|
/osnet-11/usr/src/lib/libresolv2/common/bsd/ |
H A D | readv.c | 27 int bytes = read(fd, vp->iov_base, vp->iov_len);
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | proc_get_info.c | 41 * open() / read() / close() of the necessary /proc files so the 63 if (read(fd, credp, size) >= minsize) 86 read(fd, rv, statb.st_size) != statb.st_size) { 125 if ((ssize = read(fd, pldt, size)) < 0) 145 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) 162 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) 185 if ((rv = read(fd, pauxv, naux * sizeof (auxv_t))) >= 0)
|
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | safe-read.c | 1 /* An interface to read and write that retries after interrupts. 25 # include "safe-read.h" 47 # define rw read 53 interrupted. Return the actual number of bytes read(written), zero for EOF, 58 /* Work around a bug in Tru64 5.1. Attempting to read more than
|
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Apps/ |
H A D | httpdstat.d | 89 syscall::read:entry 98 syscall::read:return
|
/osnet-11/usr/src/lib/libast/common/vec/ |
H A D | vecfile.c | 52 if (read(fd, buf, n) == n)
|
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | read.c | 0 /* read.c - Command to read variables from user. */ 91 {"noblock", 'd', 0, "don't block on the read; use whatever " 93 {"noecho", 'n', 0, "don't echo input as it's read", 0, 0}, 100 GRUB_MOD_INIT(read) 102 cmd = grub_register_extcmd ("read", grub_cmd_read, 0, 108 GRUB_MOD_FINI(read)
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/ |
H A D | machoXX.c | 28 grub_error (GRUB_ERR_READ_ERROR, "cannot read Mach-O header"); 45 grub_error (GRUB_ERR_OUT_OF_MEMORY, "not enough memory to read commands"); 52 grub_error (GRUB_ERR_READ_ERROR, "cannot read Mach-O header"); 92 grub_ssize_t read; local 95 "couldn't read architecture-specific part"); 104 read = grub_file_read (macho->file, dest, 106 if (read != (grub_ssize_t) (macho->endXX - macho->offsetXX)) 110 "couldn't read architecture-specific part"); 196 grub_ssize_t read; local 197 read [all...] |
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-script-check.c | 90 ssize_t read; local 92 read = getline(&cmdline, &len, (file ?: stdin)); 93 if (read == -1) 158 file = 0; /* read from stdin */
|
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | CDAAdvert.java | 189 bytes[0] = (byte)dis.read(); 190 bytes[1] = (byte)dis.read(); 191 bytes[2] = (byte)dis.read(); 192 bytes[3] = (byte)dis.read();
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
H A D | geom_dal.h | 46 int (*read)(dal_t *, void *, blk_t, blk_t); member in struct:dal_ops
|
/osnet-11/usr/src/lib/libwanbootutil/common/ |
H A D | wbio.c | 56 * Returns -1 if all `buflen' bytes cannot be read, otherwise returns 0. 66 nbytes = read(fd, &buf[nread], buflen - nread); 76 * Returns -1 if all `buflen' bytes cannot be read, otherwise returns 0.
|
/osnet-11/usr/src/lib/libcryptoutil/common/ |
H A D | keyfile.c | 35 * Read file into buffer. Used to read raw key data or initialization 38 * If file is a regular file, entire file is read and dlen is set 39 * to the number of bytes read. Otherwise, dlen should first be set 71 /* read the entire regular file */ 75 /* read requested bytes from special file */ 84 * to indicate there was no data to read and caller can 100 /* either it got read or it didn't */ 101 if (read(fd, filebuf, filesize) != filesize) { 116 nread = read(fd, marker, left); 135 /* reset to actual number of bytes read */ [all...] |