Lines Matching refs:log_error
181 log_error("missing closing brace for format '%s'", src); in udev_event_apply_format()
277 log_error("requested part of result string not found"); in udev_event_apply_format()
300 log_error("missing file parameter for attr"); in udev_event_apply_format()
385 log_error("unknown substitution type=%i", type); in udev_event_apply_format()
505 log_error("timeout '%s'", cmd); in spawn_read()
520 log_error("timeout '%s'", cmd); in spawn_read()
545 … log_error("'%s' ressize %zu too short", cmd, ressize); in spawn_read()
627 log_error("timeout: killing '%s' ["PID_FMT"]", cmd, pid); in spawn_wait()
653 …log_error("'%s' ["PID_FMT"] terminated by signal %i (%s)", cmd, pid, WTERMSIG(status), strsignal(W… in spawn_wait()
656 log_error("'%s' ["PID_FMT"] stopped", cmd, pid); in spawn_wait()
659 log_error("'%s' ["PID_FMT"] continued", cmd, pid); in spawn_wait()
662 … log_error("'%s' ["PID_FMT"] exit with status 0x%04x", cmd, pid, status); in spawn_wait()
969 … log_error("could not rename netif to '%s' for collision avoidance\n",newifname);