Lines Matching refs:to
299 /* try to read the value specified by "[dmi/id]product_name" */
303 /* try to read the attribute the device */
307 /* try to read the attribute of the parent device, other matches have selected */
396 /* discard child output or connect to pipe */
417 /* connect pipes to std{out,err} */
443 return log_error_errno(errno, "failed to execute '%s' '%s': %m", argv[0], cmd);
476 log_error_errno(errno, "fail to add stdout fd to epoll: %m");
484 log_error_errno(errno, "fail to add stderr fd to epoll: %m");
513 log_error_errno(errno, "failed to poll: %m");
559 log_error_errno(errno, "failed to remove fd from epoll: %m");
592 log_warning("spawned process '%s' ["PID_FMT"] is taking longer than %s to complete", spawn->cmd, spawn->pid,
622 log_error("Process '%s' failed due to unknown reason.", spawn->cmd);
731 /* pipes from child to parent */
760 /* allow programs in /usr/lib/udev/ to be called without the path */
815 return log_error_errno(r, "Error changing net interface name '%s' to '%s': %m", oldname, name);
817 log_debug("renamed network interface '%s' to '%s'", oldname, name);
868 log_warning_errno(r, "could not rename interface '%d' from '%s' to '%s': %m", udev_device_get_ifindex(dev),
873 log_warning_errno(r, "renamed interface '%d' from '%s' to '%s', but could not update udev_device: %m",
876 log_debug("changed devpath to '%s'", udev_device_get_devpath(dev));