/titanic_50/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | _read.s | 37 SYSREENTRY(_read) 43 SET_SIZE(_read)
|
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | inject.c | 39 extern ssize_t _read(int fildes, void *buf, size_t nbyte); 54 return (_read(fildes, buf, nbyte)); in read()
|
/titanic_50/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | read.c | 63 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_read() 76 return (_read(fd, buf, size)); in bc_read()
|
H A D | readv.c | 66 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_readv()
|
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | read.c | 63 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_read() 77 if ((ret = _read(fd, buf, size)) == -1) { in bc_read()
|
H A D | readv.c | 67 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_readv()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ttyslot.c | 74 while (_read(fd, &utx, sizeof (struct utmpx)) > 0) { in ttyslot()
|
/titanic_50/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 61 #define read _read
|
/titanic_50/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtldlib.s | 85 .global _open, _mmap, _munmap, _read, _write, _lseek, _close 106 _read: label
|
/titanic_50/usr/src/lib/libnwam/ |
H A D | README | 110 nwam_<entity>_read(), and freed (in memory) via calls to nwam_<entity>_free(). 113 called. Persistently stored entitites are retrieved via nwam_<entity>_read(), 130 - nwam_<entity>_read(), nwam_<entity>_create() or nwam_<entity>_copy() 136 atomicity of _commit() and _read() operations is guaranteed - i.e. 138 storage, while _read() is guaranteed to read a consistent view of the 139 entity (i.e. _read() cannot collide with another entity _commit()ting 140 changes). However, it is possible that a _read() will retrieve an 141 outdated view of an entity, if after the _read() completes, another
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | omitted | 22 while ((n = _read(fd, buf, sizeof(buf))) > 0 && _write(td, buf, n) == n);
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | omitted.c | 75 extern ssize_t _read(int, void*, size_t); 149 …r = (m = _read(fd, buf, n)) >= 2 && (buf[1] == 0x5a && (buf[0] == 0x4c || buf[0] == 0x4d) || ux &&… in magic()
|
/titanic_50/usr/src/lib/libsys/common/ |
H A D | mapfile-vers | 253 _read;
|
/titanic_50/usr/src/test/test-runner/cmd/ |
H A D | run | 124 while self._read() is not None: 128 def _read(self):
|
/titanic_50/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 144 sbrk.o _syscall.o getmsg.o _read.o _write.o \
|
/titanic_50/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 48 #pragma weak _read = read macro
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2497 _read;
|