Searched refs:devpath_old (Results 1 – 2 of 2) sorted by relevance
74 char *devpath_old; member182 return udev_device->devpath_old; in udev_device_get_devpath_old()185 static int udev_device_set_devpath_old(struct udev_device *udev_device, const char *devpath_old) in udev_device_set_devpath_old() argument189 free(udev_device->devpath_old); in udev_device_set_devpath_old()190 udev_device->devpath_old = strdup(devpath_old); in udev_device_set_devpath_old()191 if (udev_device->devpath_old == NULL) in udev_device_set_devpath_old()193 udev_device_add_property_internal(udev_device, "DEVPATH_OLD", udev_device->devpath_old); in udev_device_set_devpath_old()195 pos = strrchr(udev_device->devpath_old, '/'); in udev_device_set_devpath_old()1227 free(udev_device->devpath_old); in udev_device_unref()
97 const char *devpath_old; member489 event->devpath_old = udev_device_get_devpath_old(dev); in event_queue_insert()545 if (event->devpath_old != NULL && streq(loop_event->devpath, event->devpath_old)) { in is_devpath_busy()