Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfdisc.c158 rv = (*f->disc->exceptf)(f, SF_DBUFFER, &n, f->disc);
163 rv = (*disc->exceptf)(f, SF_DBUFFER, &n, disc);
H A Dsftmp.c303 type != SF_DPUSH && type != SF_DPOP && type != SF_DBUFFER)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h170 #define SF_DBUFFER 8 /* buffer not empty during push or pop */ macro