Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dinject.c37 extern ssize_t _read(int fildes, void *buf, size_t nbyte);
52 return (_read(fildes, buf, nbyte)); in read()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin64.h165 #define read _read
H A Dacwin.h180 #define read _read
/illumos-gate/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
/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h48 # define read _read
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Domitted22 while ((n = _read(fd, buf, sizeof(buf))) > 0 && _write(td, buf, n) == n);
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dwine.sizeof_param336 _read 2 1
/illumos-gate/usr/src/boot/include/
H A Dstdio.h122 int (*_read)(void *, char *, int); member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Domitted.c76 extern ssize_t _read(int, void*, size_t);
134 #define sysread _read
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun141 while self._read() is not None:
145 def _read(self):
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c48 #pragma weak _read = read macro
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2016 vdev_probe(vdev_phys_read_t *_read, vdev_phys_write_t *_write, void *priv, in vdev_probe() argument
2034 vtmp.v_phys_read = _read; in vdev_probe()
2150 vdev->v_phys_read = _read; in vdev_probe()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex589 …terrupt needs to be read from a register in the IGU. Use \myfunc{int\_igu\_read\_sisr\_reg}{int_ig…
1667 \myfunc{vf\_read\_bulletin}{vf_read_bulletin}, which checks for any changes.
1680 …\item On the VF-side, the polled \textit{ecore\_vf\_read\_bulletin()} samples the buffer, verifies…
1757 Rx/Tx timestamp values can be read using the APIs \myfunc{ptp\_read\_rx\_ts}{ptp_read_rx_ts} and
1758 \myfunc{ptp\_read\_tx\_ts}{ptp_read_tx_ts} respectively.
1759 The API \myfunc{ptp\_read\_cc}{ptp_read_cc} can be used to read the Phy hardware clock and
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2832 _read;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c113 #define read _read