Lines Matching defs:devpath
63 const char *devpath;
298 if (startswith(udev_device->devpath, "/module/")) {
302 if (strstr(udev_device->devpath, "/drivers/") != NULL) {
306 if (startswith(udev_device->devpath, "/subsystem/") ||
307 startswith(udev_device->devpath, "/class/") ||
308 startswith(udev_device->devpath, "/bus/")) {
421 udev_device->devpath = udev_device->syspath + strlen("/sys");
422 udev_device_add_property_internal(udev_device, "DEVPATH", udev_device->devpath);
569 if (udev_device->devpath == NULL || udev_device->subsystem == NULL)
819 log_trace("device %p has devpath '%s'", udev_device, udev_device_get_devpath(udev_device));
1239 * Retrieve the kernel devpath value of the udev device. The path
1242 * Returns: the devpath of the udev device
1248 return udev_device->devpath;
1728 * sysname() has '!' translated, get it from devpath
1731 sysname = strrchr(udev_device->devpath, '/');