Searched refs:sd_device_get_action (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/shared/ |
D | udev-util.h | 77 … (void) sd_device_get_action(_d, &_a); \
|
D | udev-util.c | 334 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/ |
D | udevadm-monitor.c | 38 (void) sd_device_get_action(device, &action); in device_monitor_handler()
|
D | udev-event.c | 1064 r = sd_device_get_action(dev, &action); in udev_event_execute_rules()
|
D | udev-rules.c | 1567 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()
|
D | udevd.c | 1153 r = sd_device_get_action(dev, &action); in event_queue_insert()
|
/systemd-251/src/systemd/ |
D | sd-device.h | 83 int sd_device_get_action(sd_device *device, sd_device_action_t *ret);
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 749 sd_device_get_action;
|
/systemd-251/src/libudev/ |
D | libudev-device.c | 700 if (sd_device_get_action(udev_device->device, &action) < 0) in udev_device_get_action()
|
/systemd-251/src/core/ |
D | device.c | 968 r = sd_device_get_action(dev, &action); in device_dispatch_io()
|
/systemd-251/src/udev/net/ |
D | link-config.c | 394 r = sd_device_get_action(device, &link->action); in link_new()
|
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 1233 _public_ int sd_device_get_action(sd_device *device, sd_device_action_t *ret) { in sd_device_get_action() function
|
/systemd-251/src/network/ |
D | networkd-link.c | 1498 r = sd_device_get_action(device, &action); in manager_udev_process_link()
|
/systemd-251/ |
D | NEWS | 2419 * The sd-device API gained four new calls: sd_device_get_action() to
|