Searched refs:SD_DEVICE_ADD (Results 1 – 8 of 8) sorted by relevance
/systemd-251/src/udev/ |
D | udevadm-test-builtin.c | 14 static sd_device_action_t arg_action = SD_DEVICE_ADD;
|
D | udevadm-test.c | 27 static sd_device_action_t arg_action = SD_DEVICE_ADD;
|
D | udev-event.c | 893 if (!device_for_action(dev, SD_DEVICE_ADD)) in rename_netif() 976 bool apply_mac = device_for_action(dev, SD_DEVICE_ADD); in update_devnode()
|
D | udevd.c | 549 if (!device_for_action(dev, SD_DEVICE_ADD)) in worker_mark_block_device_read_only()
|
/systemd-251/src/systemd/ |
D | sd-device.h | 38 SD_DEVICE_ADD, enumerator
|
/systemd-251/src/libsystemd/sd-device/ |
D | device-private.c | 1107 [SD_DEVICE_ADD] = "add",
|
/systemd-251/src/core/ |
D | device.c | 974 if (!IN_SET(action, SD_DEVICE_ADD, SD_DEVICE_REMOVE, SD_DEVICE_MOVE)) in device_dispatch_io()
|
/systemd-251/src/udev/net/ |
D | link-config.c | 946 if (!IN_SET(link->action, SD_DEVICE_ADD, SD_DEVICE_BIND, SD_DEVICE_MOVE)) { in link_apply_config()
|