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.ksh85 typeset c_read=0
109 c_read=`echo $line | awk '{print $3}'`
112 if [ $c_read != 0 ] || [ $c_write != 0 ] || \
120 c_read=`echo $line | awk '{print $3}'`
123 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