HomeSort by relevance Sort by last modified time
    Searched refs:udev_action (Results 1 - 2 of 2) sorted by null

  /external/libmtp/examples/
hotplug.c 56 char *udev_action = NULL; local
64 udev_action = strdup(optarg);
79 if (udev_action != NULL) {
80 action = udev_action;
  /external/libusb/libusb/os/
linux_udev.c 219 const char* udev_action; local
226 udev_action = udev_device_get_action(udev_dev);
227 if (!udev_action) {
231 detached = !strncmp(udev_action, "remove", 6);
238 usbi_dbg("udev hotplug event. action: %s.", udev_action);
240 if (strncmp(udev_action, "add", 3) == 0) {
245 usbi_err(NULL, "ignoring udev action %s", udev_action);

Completed in 107 milliseconds