Home
last modified time | relevance | path

Searched refs:sd_device_get_devnum (Results 1 – 16 of 16) sorted by relevance

/systemd-251/src/shutdown/
Dumount.c257 if (sd_device_get_devnum(d, &devnum) < 0 || in loopback_list_get()
309 if (sd_device_get_devnum(d, &devnum) < 0 || in dm_list_get()
366 if (sd_device_get_devnum(d, &devnum) < 0 || in md_list_get()
/systemd-251/src/test/
Dtest-udev.c152 (void) sd_device_get_devnum(dev, &devnum); in run()
/systemd-251/src/systemd/
Dsd-device.h76 int sd_device_get_devnum(sd_device *device, dev_t *devnum);
/systemd-251/src/udev/
Dudev-event.c293 r = sd_device_get_devnum(dev, &devnum); in udev_event_subst_format()
952 r = sd_device_get_devnum(dev, NULL); in update_devnode()
1012 if (sd_device_get_devnum(dev, NULL) >= 0) in event_execute_rules_on_remove()
Dudevadm-info.c223 if (sd_device_get_devnum(device, &devnum) >= 0) in print_record()
Dudev-node.c504 r = sd_device_get_devnum(dev, &devnum); in device_get_devpath_by_devnum()
Dudevd.c922 r = sd_device_get_devnum(event->dev, &devnum); in event_is_blocked()
949 if (sd_device_get_devnum(loop_event->dev, &d) >= 0 && in event_is_blocked()
Dudev-rules.c2258 if (sd_device_get_devnum(dev, NULL) < 0) in udev_rule_apply_token_to_event()
2478 if (sd_device_get_devnum(event->dev, NULL) >= 0) in udev_rule_apply_line_to_event()
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c298 r = sd_device_get_devnum(dev, &n); in device_new_from_mode_and_devnum()
1070 _public_ int sd_device_get_devnum(sd_device *device, dev_t *devnum) { in sd_device_get_devnum() function
1443 if (sd_device_get_devnum(device, &devnum) >= 0) { in device_get_device_id()
2326 r = sd_device_get_devnum(device, &devnum); in sd_device_open()
Dtest-sd-device.c137 r = sd_device_get_devnum(d, &devnum); in test_sd_device_one()
Ddevice-enumerator.c539 if (sd_device_get_devnum(device, NULL) >= 0) in match_initialized()
/systemd-251/src/libsystemd/
Dlibsystemd.sym599 sd_device_get_devnum;
/systemd-251/src/libudev/
Dlibudev-device.c105 r = sd_device_get_devnum(udev_device->device, &devnum); in udev_device_get_devnum()
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c95 r = sd_device_get_devnum(parent, &pn); in open_parent_block_device()
/systemd-251/src/core/
Ddevice.c616 if (sd_device_get_devnum(dev, &devnum) >= 0) { in device_process_new()
/systemd-251/man/rules/
Dmeson.build509 'sd_device_get_devnum',