Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c88 static short State, Queued, Running, Complete, Interrupted; variable
406 else if (Uopt | Sysopt | Queued | Running | Interrupted) in main()
484 if (Complete && !Queued && !Running && !Interrupted)
680 if (Queued && Running && Interrupted)
682 else if ((Queued && !Running && !Interrupted) && (inputint == 1))
684 else if ((Running && !Queued && !Interrupted) && (inputint == 2)) return(TRUE);
685 else if ((Interrupted && !Queued && !Running) && (inputint == 3)) return(TRUE);
686 else if ((Queued && Running && !Interrupted) &&
689 else if ((!Queued && Running && Interrupted) &&
692 else if ((Queued && !Running && Interrupted) &&
[all …]