Home
last modified time | relevance | path

Searched refs:sd_device_get_action (Results 1 – 14 of 14) sorted by relevance

/systemd-251/src/shared/
Dudev-util.h77 … (void) sd_device_get_action(_d, &_a); \
Dudev-util.c334 if (sd_device_get_action(dev, &b) < 0) in device_for_action()
349 (void) sd_device_get_action(device, &action); in log_device_uevent()
/systemd-251/src/udev/
Dudevadm-monitor.c38 (void) sd_device_get_action(device, &action); in device_monitor_handler()
Dudev-event.c1064 r = sd_device_get_action(dev, &action); in udev_event_execute_rules()
Dudev-rules.c1567 r = sd_device_get_action(dev, &a); in udev_rule_apply_token_to_event()
2473 r = sd_device_get_action(event->dev, &action); in udev_rule_apply_line_to_event()
Dudevd.c1153 r = sd_device_get_action(dev, &action); in event_queue_insert()
/systemd-251/src/systemd/
Dsd-device.h83 int sd_device_get_action(sd_device *device, sd_device_action_t *ret);
/systemd-251/src/libsystemd/
Dlibsystemd.sym749 sd_device_get_action;
/systemd-251/src/libudev/
Dlibudev-device.c700 if (sd_device_get_action(udev_device->device, &action) < 0) in udev_device_get_action()
/systemd-251/src/core/
Ddevice.c968 r = sd_device_get_action(dev, &action); in device_dispatch_io()
/systemd-251/src/udev/net/
Dlink-config.c394 r = sd_device_get_action(device, &link->action); in link_new()
/systemd-251/src/libsystemd/sd-device/
Dsd-device.c1233 _public_ int sd_device_get_action(sd_device *device, sd_device_action_t *ret) { in sd_device_get_action() function
/systemd-251/src/network/
Dnetworkd-link.c1498 r = sd_device_get_action(device, &action); in manager_udev_process_link()
/systemd-251/
DNEWS2419 * The sd-device API gained four new calls: sd_device_get_action() to