Lines Matching full:monitor
28 * should_stop - check if the monitor should stop.
30 * Returns 1 if the monitor should stop, 0 otherwise.
84 * rv_mon - try to run a monitor passed as argument
93 " usage: rv mon [-h] monitor [monitor options]", in rv_mon()
95 " run a monitor", in rv_mon()
99 " monitor [monitor options]: the monitor, passing", in rv_mon()
100 " the arguments to the [monitor options]", in rv_mon()
123 * Call all possible monitor implementations, looking in rv_mon()
124 * for the [monitor]. in rv_mon()
129 err_msg("rv: monitor %s does not exist\n", monitor_name); in rv_mon()
147 " mon: run a monitor", in usage()
190 * monitor's main should monitor should_stop() function. in main()