Searched refs:devpath_old (Results 1 - 2 of 2) sorted by relevance

/systemd/src/libudev/
H A Dlibudev-device-private.c80 const char *devpath_old = NULL; local
85 r = sd_device_get_property_value(udev_device->device, "DEVPATH_OLD", &devpath_old);
91 return devpath_old;
/systemd/src/udev/
H A Dudevd.c122 const char *devpath_old; member in struct:event
612 event->devpath_old = udev_device_get_devpath_old(dev);
678 if (event->devpath_old != NULL && streq(loop_event->devpath, event->devpath_old)) {

Completed in 16 milliseconds