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))
686 else if ((Queued && Running && !Interrupted) &&
689 else if ((!Queued && Running && Interrupted) &&
692 else if ((Queued && !Running && Interrupted) &&
1285 else if (Queued && !CequalA && !foundlck)
1564 Queued = 1;
[all …]