Searched defs:notdone (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c778 int notdone; /* Flag, done yet? */ local
790 notdone = TRUE;
801 while (notdone && (devtabent = _getdevtabent())) {
807 notdone = FALSE;
819 while (notdone && (devtabent = _getdevtabent())) {
825 notdone = FALSE;
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c606 int notdone = 1; local
609 while (notdone) {

Completed in 48 milliseconds