Home
last modified time | relevance | path

Searched refs:SD_DEVICE_MOVE (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/systemd/
Dsd-device.h41 SD_DEVICE_MOVE, enumerator
/systemd-251/src/core/
Ddevice.c974 if (!IN_SET(action, SD_DEVICE_ADD, SD_DEVICE_REMOVE, SD_DEVICE_MOVE)) in device_dispatch_io()
977 if (action == SD_DEVICE_MOVE) in device_dispatch_io()
/systemd-251/src/udev/net/
Dlink-config.c728 if (link->action == SD_DEVICE_MOVE) { in link_generate_new_name()
946 if (!IN_SET(link->action, SD_DEVICE_ADD, SD_DEVICE_BIND, SD_DEVICE_MOVE)) { in link_apply_config()
/systemd-251/src/libsystemd/sd-device/
Ddevice-private.c1110 [SD_DEVICE_MOVE] = "move",
/systemd-251/src/udev/
Dudev-event.c1082 if (action == SD_DEVICE_MOVE) { in udev_event_execute_rules()