udev_device_get_parent_with_subsystem_devtype 298 src/login/logind-session-device.c dev = udev_device_get_parent_with_subsystem_devtype(p, "input", NULL); udev_device_get_parent_with_subsystem_devtype 210 src/udev/udev-builtin-input_id.c pdev = udev_device_get_parent_with_subsystem_devtype(pdev, "input", NULL); udev_device_get_parent_with_subsystem_devtype 44 src/udev/udev-builtin-keyboard.c atkbd = udev_device_get_parent_with_subsystem_devtype(dev, "serio", NULL); udev_device_get_parent_with_subsystem_devtype 269 src/udev/udev-builtin-net_id.c names->pcidev = udev_device_get_parent_with_subsystem_devtype(dev, "pci", NULL); udev_device_get_parent_with_subsystem_devtype 287 src/udev/udev-builtin-net_id.c usbdev = udev_device_get_parent_with_subsystem_devtype(dev, "usb", "usb_interface"); udev_device_get_parent_with_subsystem_devtype 335 src/udev/udev-builtin-net_id.c bcmadev = udev_device_get_parent_with_subsystem_devtype(dev, "bcma", NULL); udev_device_get_parent_with_subsystem_devtype 99 src/udev/udev-builtin-path_id.c targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target"); udev_device_get_parent_with_subsystem_devtype 129 src/udev/udev-builtin-path_id.c targetdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_target"); udev_device_get_parent_with_subsystem_devtype 225 src/udev/udev-builtin-path_id.c hostdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_host"); udev_device_get_parent_with_subsystem_devtype 307 src/udev/udev-builtin-path_id.c hostdev = udev_device_get_parent_with_subsystem_devtype(parent, "scsi", "scsi_host"); udev_device_get_parent_with_subsystem_devtype 464 src/udev/udev-builtin-path_id.c scsi_dev = udev_device_get_parent_with_subsystem_devtype(dev, "scsi", "scsi_device"); udev_device_get_parent_with_subsystem_devtype 492 src/udev/udev-builtin-path_id.c parent = udev_device_get_parent_with_subsystem_devtype(dev, "ccw", NULL); udev_device_get_parent_with_subsystem_devtype 271 src/udev/udev-builtin-usb_id.c dev_interface = udev_device_get_parent_with_subsystem_devtype(dev, "usb", "usb_interface"); udev_device_get_parent_with_subsystem_devtype 302 src/udev/udev-builtin-usb_id.c dev_usb = udev_device_get_parent_with_subsystem_devtype(dev_interface, "usb", "usb_device"); udev_device_get_parent_with_subsystem_devtype 319 src/udev/udev-builtin-usb_id.c dev_scsi = udev_device_get_parent_with_subsystem_devtype(dev, "scsi", "scsi_device");