Searched refs:udev_device_get_devpath (Results 1 - 10 of 10) sorted by relevance

/systemd/src/libudev/
H A Dlibudev.sym16 udev_device_get_devpath;
H A Dlibudev.h90 const char *udev_device_get_devpath(struct udev_device *udev_device);
H A Dlibudev-device.c567 * udev_device_get_devpath:
575 _public_ const char *udev_device_get_devpath(struct udev_device *udev_device) function
/systemd/src/udev/
H A Dudevadm-info.c97 printf(" looking at device '%s':\n", udev_device_get_devpath(device));
114 printf(" looking at parent device '%s':\n", udev_device_get_devpath(device_parent));
135 printf("P: %s\n", udev_device_get_devpath(device));
441 printf("%s\n", udev_device_get_devpath(device));
H A Dudevadm-monitor.c48 udev_device_get_devpath(device),
H A Dudev-node.c247 name, udev_device_get_devpath(dev));
H A Dudev-event.c205 l = strpcpy(&s, l, udev_device_get_devpath(dev));
876 log_debug("changed devpath to '%s'", udev_device_get_devpath(dev));
H A Dudevd.c610 event->devpath = udev_device_get_devpath(dev);
H A Dudev-rules.c1888 if (match_key(rules, cur, udev_device_get_devpath(event->dev)) != 0)
/systemd/src/test/
H A Dtest-libudev.c55 str = udev_device_get_devpath(device);

Completed in 3015 milliseconds