Lines Matching full:enabled
70 * a verification session. For instance, when a given monitor is enabled,
94 * - Lists the enabled monitors, one per line;
97 * - Truncating the file disables all enabled monitors.
113 * Note that more than one monitor can be enabled concurrently.
117 * that it does not disable enabled monitors or detach events,
247 buff = mon->enabled ? "1\n" : "0\n"; in monitor_enable_read_data()
253 * __rv_disable_monitor - disabled an enabled monitor
259 if (mon->enabled) { in __rv_disable_monitor()
260 mon->enabled = 0; in __rv_disable_monitor()
267 * be inconsistent. i.e., if the monitor is re-enabled. in __rv_disable_monitor()
287 if (mon->enabled) in rv_enable_single()
293 mon->enabled = 1; in rv_enable_single()
301 int enabled = 0; in rv_disable_container() local
306 enabled += __rv_disable_monitor(p, false); in rv_disable_container()
308 if (enabled) in rv_disable_container()
310 mon->enabled = 0; in rv_disable_container()
326 mon->enabled = 1; in rv_enable_container()
503 if (mon->enabled) in enabled_monitors_next()
532 * available/enabled monitors seq definition.
569 int enabled = 0; in disable_all_monitors() local
574 enabled += __rv_disable_monitor(mon, false); in disable_all_monitors()
576 if (enabled) { in disable_all_monitors()
580 * be inconsistent. i.e., if the monitor is re-enabled. in disable_all_monitors()
703 if (mon->enabled && mon->reset) in reset_all_monitors()