/titanic_44/usr/src/common/lzma/ |
H A D | Types.h | 119 SRes (*Read)(void *p, void *buf, size_t *size); member 145 SRes (*Read)(void *p, void *buf, size_t *size); /* same as ISeqInStream::Read */ member 158 SRes (*Read)(void *p, void *buf, size_t *size); member
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | xio.c | 119 if( (len = (*Read)(fn, str, XBUFSIZ)) == 0) 224 if ((ret = (*Read)(fn, blk, len - i)) < 0) {
|
H A D | dio.c | 144 if( (len = (*Read)(fn, str, XBUFSIZ)) <= 0) { 252 if ((ret = (*Read)(fn, blk, (unsigned) len - i)) < 0) {
|
H A D | imsg.c | 61 while ((i = (*Read)(fn, msg, sizeof(char))) == sizeof(char)) {
|
H A D | eio.c | 307 if ((ret = (*Read)(fn, blk, (unsigned) len - i)) < 0) { 484 len = (*Read)(fn, str, i);
|
H A D | interface.c | 61 GLOBAL ssize_t (*Read)() = read, variable 148 Read = Interface[i].IN_read;
|
H A D | conn.c | 705 kr = (*Read)(fn, &nextch, 1); 1019 if ((*Read)(fn, &cin, 1) != 1) 1239 (void) (*Read)(fd, 0, time);
|
/titanic_44/usr/src/cmd/initpkg/init.d/ |
H A D | README | 59 Read /etc/rcS.d/README for details. This run-level corresponds to 76 Read /etc/rc2.d/README for details. This run-level corresponds to 81 Read /etc/rc3.d/README for details. This run-level corresponds to
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 50 static ssize_t (*Read)() = read, variable 102 Read = Interface[i].IN_read; in interface()
|
H A D | conn.c | 502 kr = (*Read)(fn, &nextch, 1); in expect_str() 768 if ((*Read)(fn, &cin, 1) != 1) in wrchr()
|
H A D | uucp.h | 396 static ssize_t (*Read)(), (*Write)(); variable
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_007_neg.ksh | 74 log_must $GREP -i Read-only /tmp/output.$$
|
/titanic_44/usr/src/cmd/smbsrv/dtrace/ |
H A D | cifs.d | 196 sdt:smbsrv::-smb_op-Read-start, 213 sdt:smbsrv::-smb_op-Read-done,
|
/titanic_44/usr/src/cmd/lp/lib/lp/ |
H A D | isterminfo.c | 210 if (Read(fd, buf, 2) == 2 && buf[0] == 26 && buf[1] == 1)
|
H A D | files.c | 100 while ((count < len) && (Read(fd, &tmp, 1) > 0)) in fdgets()
|
H A D | tidbit.c | 280 n = Read(tfd, pt->tiebuf, statbuf.st_size);
|
/titanic_44/usr/src/cmd/audio/include/ |
H A D | Audio.h | 124 virtual AudioError Read(
|
/titanic_44/usr/src/uts/i86xpv/ml/ |
H A D | amd64.il | 78 * Read the -real- TSC.
|
H A D | ia32.il | 93 * Read the -real- TSC.
|
/titanic_44/usr/src/lib/libsecdb/ |
H A D | auth_attr.txt | 36 solaris.admin.wusb.read:::Read Wireless USB Host and Device Information::help=WUSBread.html 180 solaris.smf.read.smb:::Read permission for protected SMF SMB Service Properties::help=AuthReadSMB.h… 183 solaris.smf.read.stmf:::Read STMF Provider Private Data::help=SmfSTMFRead.html 189 solaris.smf.read.ndmp:::Read permission for protected SMF NDMP Service Properties::help=AuthReadNDM…
|
/titanic_44/usr/src/cmd/sendmail/ |
H A D | READ_ME | 32 "Sendmail - Installation and Operation Guide". Read both of these
|
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | Audio.cc | 196 Read( in Read() function in Audio
|
/titanic_44/usr/src/cmd/lp/include/ |
H A D | lp.h | 513 #define Read _Read macro
|
/titanic_44/usr/src/cmd/lp/cmd/lpsched/ |
H A D | dowait.c | 519 if ((n = Read(fd, buf, statbuf.st_size)) > 0) { in geterrbuf()
|
H A D | files.c | 165 while ((n = Read(reqfd, buf, BUFSIZ)) > 0) in rmfiles()
|