Searched refs:should_run (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h202 extern int should_run;
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c124 int should_run; variable
883 should_run = 0;
1451 should_run = 1;
1595 while (should_run != 0) {
1653 if (next > now && should_run != 0) {
H A Drcapd_scanner.c671 while (lpc != NULL && should_run) {
709 while (lpc != NULL && should_run) {
731 while (vic != NULL && excess > 0 && should_run) {
798 while (excess > 0 && vicaddr != NULL && should_run) {

Completed in 63 milliseconds