Home
last modified time | relevance | path

Searched refs:un_flush_not_supported (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h139 uchar_t un_flush_not_supported; /* disk doesn't support flush cmd */ member
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2520 un->un_flush_not_supported = 1; in dcdintr()
3410 if (un->un_flush_not_supported || in dcdioctl()
3412 i = un->un_flush_not_supported ? ENOTSUP : 0; in dcdioctl()