Lines Matching full:monitor
28 * should_stop - check if the monitor should stop.
30 * Returns 1 if the monitor should stop, 0 otherwise.
72 * rv_mon - try to run a monitor passed as argument
81 " usage: rv mon [-h] monitor [monitor options]", in rv_mon()
83 " run a monitor", in rv_mon()
87 " monitor [monitor options]: the monitor, passing", in rv_mon()
88 " the arguments to the [monitor options]", in rv_mon()
111 * Call all possible monitor implementations, looking in rv_mon()
112 * for the [monitor]. in rv_mon()
117 err_msg("rv: monitor %s does not exist\n", monitor_name); in rv_mon()
135 " mon: run a monitor", in usage()
178 * monitor's main should monitor should_stop() function. in main()