SEQ_QEMPTY
while (!SEQ_QEMPTY(&sc->outq) && !error)
while (!SEQ_QEMPTY(q) && !sc->timeout) {
while (SEQ_QEMPTY(q)) {
while (uio->uio_resid >= sizeof(ev) && !error && !SEQ_QEMPTY(q)) {
if ((sc->flags&FREAD) && !SEQ_QEMPTY(&sc->inq))
if (SEQ_QEMPTY(&sc->inq)) {