Lines Matching refs:ERROR
91 ERROR("Invalid regular expression\n"); in configuration_default_init()
109 ERROR("'%s' is not accessible\n", path); in configuration_init()
121 ERROR("Failed to parse %s:%d - %s\n", config_error_file(&cfg), in configuration_init()
129 ERROR("No thermal zone configured to be monitored\n"); in configuration_init()
145 ERROR("Missing node name '%d'\n", i); in configuration_init()
150 ERROR("Thermal zone name not found\n"); in configuration_init()
155 ERROR("Polling value not found"); in configuration_init()
164 ERROR("Invalid regular expression '%s'\n", name); in configuration_init()
249 ERROR("Usage: %s --help\n", argv[0]); in options_init()
267 ERROR("Failed to open '%s': %m\n", tz_path); in thermometer_add_tz()
274 ERROR("Failed to allocate thermometer->tz\n"); in thermometer_add_tz()
297 ERROR("Failed to start mainloop\n"); in thermometer_init()
303 ERROR("failed to open '%s'\n", CLASS_THERMAL); in thermometer_init()
319 ERROR("Failed to open '%s': %m", tz_path); in thermometer_init()
366 ERROR("Failed to create directory '%s'\n", options->output); in thermometer_start()
376 ERROR("'%s' already exists\n", path); in thermometer_start()
382 ERROR("Failed to create '%s':%m\n", path); in thermometer_start()
397 ERROR("Failed to create timer for '%s': %m\n", in thermometer_start()
428 ERROR("Failed to fork process: %m"); in thermometer_execute()
445 ERROR("Failed to send SIGTERM signal to '%d': %p\n", pid); in kill_process()
447 ERROR("Failed to wait pid '%d': %p\n", pid); in kill_process()
477 ERROR("Failed to create duration timer: %m\n"); in thermometer_wait()
482 ERROR("Failed to set timer time: %m\n"); in thermometer_wait()
487 ERROR("Failed to set timer exit mainloop callback\n"); in thermometer_wait()
502 ERROR("Failed to set sigprocmask: %m\n"); in thermometer_wait()
508 ERROR("Failed to set the signalfd: %m\n"); in thermometer_wait()
513 ERROR("Failed to set timer exit mainloop callback\n"); in thermometer_wait()