Searched refs:udev_device_get_devpath (Results 1 - 10 of 10) sorted by relevance
/systemd/src/libudev/ |
H A D | libudev.sym | 16 udev_device_get_devpath;
|
H A D | libudev.h | 90 const char *udev_device_get_devpath(struct udev_device *udev_device);
|
H A D | libudev-device.c | 567 * udev_device_get_devpath: 575 _public_ const char *udev_device_get_devpath(struct udev_device *udev_device) function
|
/systemd/src/udev/ |
H A D | udevadm-info.c | 97 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 D | udevadm-monitor.c | 48 udev_device_get_devpath(device),
|
H A D | udev-node.c | 247 name, udev_device_get_devpath(dev));
|
H A D | udev-event.c | 205 l = strpcpy(&s, l, udev_device_get_devpath(dev)); 876 log_debug("changed devpath to '%s'", udev_device_get_devpath(dev));
|
H A D | udevd.c | 610 event->devpath = udev_device_get_devpath(dev);
|
H A D | udev-rules.c | 1888 if (match_key(rules, cur, udev_device_get_devpath(event->dev)) != 0)
|
/systemd/src/test/ |
H A D | test-libudev.c | 55 str = udev_device_get_devpath(device);
|
Completed in 3015 milliseconds