Home
last modified time | relevance | path

Searched refs:_read (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/sys/common/sparc/
H A D_read.s37 SYSREENTRY(_read)
43 SET_SIZE(_read)
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dinject.c39 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 Dread.c63 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_read()
76 return (_read(fd, buf, size)); in bc_read()
H A Dreadv.c66 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_readv()
/titanic_50/usr/src/lib/libbc/libc/sys/4.2/
H A Dread.c63 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_read()
77 if ((ret = _read(fd, buf, size)) == -1) { in bc_read()
H A Dreadv.c67 if ((ret = _read(fd, nbuf, size)) == -1) { in bc_readv()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dttyslot.c74 while (_read(fd, &utx, sizeof (struct utmpx)) > 0) { in ttyslot()
/titanic_50/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h61 #define read _read
/titanic_50/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s85 .global _open, _mmap, _munmap, _read, _write, _lseek, _close
106 _read: label
/titanic_50/usr/src/lib/libnwam/
H A DREADME110 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 Domitted22 while ((n = _read(fd, buf, sizeof(buf))) > 0 && _write(td, buf, n) == n);
/titanic_50/usr/src/lib/libast/common/comp/
H A Domitted.c75 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 Dmapfile-vers253 _read;
/titanic_50/usr/src/test/test-runner/cmd/
H A Drun124 while self._read() is not None:
128 def _read(self):
/titanic_50/usr/src/lib/libbc/sparc/
H A DMakefile144 sbrk.o _syscall.o getmsg.o _read.o _write.o \
/titanic_50/usr/src/lib/libc/port/threads/
H A Dscalls.c48 #pragma weak _read = read macro
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers2497 _read;