Home
last modified time | relevance | path

Searched refs:c_read (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh86 typeset c_read=0
110 c_read=`echo $line | awk '{print $3}'`
113 if [ $c_read != 0 ] || [ $c_write != 0 ] || \
121 c_read=`echo $line | awk '{print $3}'`
124 if [ $c_read != 0 ] || [ $c_write != 0 ] || \
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c380 rv = (c->c_read == NULL) ? ENXIO : c->c_read(c, uio, credp); in audio_read()
H A Daudio_impl.h206 #define c_read c_ops.aco_read macro