Lines Matching defs:action
35 static void exec_list(struct udev_enumerate *udev_enumerate, const char *action) {
50 if (write(fd, action, strlen(action)) < 0)
51 log_debug_errno(errno, "error writing '%s' to '%s': %m", action, filename);
79 " -c --action=ACTION Event action value, default is \"change\"\n"
101 { "action", required_argument, NULL, 'c' },
118 const char *action = "change";
150 log_error("unknown action '%s'", optarg);
153 action = optarg;
271 exec_list(udev_enumerate, action);
275 exec_list(udev_enumerate, action);