Home
last modified time | relevance | path

Searched refs:sd_device_get_parent (Results 1 – 20 of 20) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-path_id.c105 if (sd_device_get_parent(dev, &parent) < 0) in skip_subsystem()
146 if (sd_device_get_parent(targetdev, &target_parent) < 0) in handle_scsi_sas_wide_port()
173 if (sd_device_get_parent(targetdev, &target_parent) < 0) in handle_scsi_sas()
181 if (sd_device_get_parent(target_parent, &port) < 0) in handle_scsi_sas()
200 if (sd_device_get_parent(port, &expander) < 0) in handle_scsi_sas()
234 if (sd_device_get_parent(transportdev, &transportdev) < 0) in handle_scsi_iscsi()
282 if (sd_device_get_parent(targetdev, &target_parent) < 0) in handle_scsi_ata()
395 if (sd_device_get_parent(hostdev, &vmbusdev) < 0) in handle_scsi_hyperv()
667 if (sd_device_get_parent(parent, &parent) < 0) in builtin_path_id()
Dudev-builtin-net_id.c89 if (sd_device_get_parent(dev, &dev) < 0) in skip_virtio()
505 r = sd_device_get_parent(dev, &parent); in names_vio()
548 r = sd_device_get_parent(dev, &parent); in names_platform()
615 r = sd_device_get_parent(dev, &parent); in names_pci()
769 r = sd_device_get_parent(dev, &cdev); in names_ccw()
899 r = sd_device_get_parent(dev, &parent); in names_xen()
Dudev-builtin-hwdb.c114 if (sd_device_get_parent(d, &d) < 0) in udev_builtin_hwdb_search()
Dudevadm-info.c172 for (child = device; sd_device_get_parent(child, &parent) >= 0; child = parent) { in print_device_chain()
Dudev-event.c381 r = sd_device_get_parent(dev, &parent); in udev_event_subst_format()
Dudev-rules.c1480 r = sd_device_get_parent(dev, &parent); in import_parent_into_properties()
2452 if (sd_device_get_parent(event->dev_parent, &event->dev_parent) < 0) { in udev_rule_apply_parent_token_to_event()
Dudevd.c467 r = sd_device_get_parent(dev, &dev); in device_get_whole_disk()
/systemd-251/src/udev/fido_id/
Dfido_id.c58 r = sd_device_get_parent(device, &hid_device); in run()
/systemd-251/src/systemd/
Dsd-device.h70 int sd_device_get_parent(sd_device *child, sd_device **ret);
/systemd-251/src/backlight/
Dbacklight.c55 r = sd_device_get_parent(device, &parent); in find_pci_or_platform_parent()
/systemd-251/src/libsystemd/sd-device/
Dtest-sd-device-monitor.c216 r = sd_device_get_parent(device, &parent); in test_parent_filter()
Dsd-device.c894 _public_ int sd_device_get_parent(sd_device *child, sd_device **ret) { in sd_device_get_parent() function
1044 r = sd_device_get_parent(child, &parent); in sd_device_get_parent_with_subsystem_devtype()
1059 r = sd_device_get_parent(parent, &parent); in sd_device_get_parent_with_subsystem_devtype()
Ddevice-enumerator.c605 k = sd_device_get_parent(device, &device); in enumerator_add_parent_devices()
/systemd-251/src/libsystemd/
Dlibsystemd.sym593 sd_device_get_parent;
/systemd-251/src/libudev/
Dlibudev-device.c380 r = sd_device_get_parent(child->device, &parent); in device_new_from_parent()
/systemd-251/src/shared/
Dudev-util.c612 r = sd_device_get_parent(device, &parent); in device_is_power_sink()
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c67 r = sd_device_get_parent(d, &parent); in open_parent_block_device()
/systemd-251/src/login/
Dlogind-core.c600 if (sd_device_get_parent(d, &p) < 0) in manager_count_external_displays()
/systemd-251/src/mount/
Dmount-tool.c1204 if (sd_device_get_parent(d, &d) < 0) in acquire_removable()
/systemd-251/src/journal/
Djournalctl.c253 if (sd_device_get_parent(d, &parent) < 0) in add_matches_for_device()