Searched refs:sd_device_open (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/udev/ |
D | udev-builtin-keyboard.c | 198 fd = sd_device_open(dev, O_RDWR|O_CLOEXEC|O_NONBLOCK|O_NOCTTY); in builtin_keyboard() 215 fd = sd_device_open(dev, O_RDWR|O_CLOEXEC|O_NONBLOCK|O_NOCTTY); in builtin_keyboard()
|
D | udev-builtin-blkid.c | 305 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in builtin_blkid()
|
D | udev-builtin-input_id.c | 53 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in extract_info()
|
D | udevd.c | 514 fd = sd_device_open(dev_whole_disk, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in worker_lock_whole_disk() 569 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in worker_mark_block_device_read_only() 1427 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in synthesize_change()
|
D | udev-node.c | 711 node_fd = sd_device_open(dev, O_PATH|O_CLOEXEC); in udev_node_apply_permissions()
|
/systemd-251/src/systemd/ |
D | sd-device.h | 112 int sd_device_open(sd_device *device, int flags);
|
/systemd-251/src/libsystemd/sd-device/ |
D | test-sd-device.c | 130 … fd = sd_device_open(d, O_CLOEXEC| O_NONBLOCK | (is_block ? O_RDONLY : O_NOCTTY | O_PATH)); in test_sd_device_one()
|
D | sd-device.c | 2309 _public_ int sd_device_open(sd_device *device, int flags) { in sd_device_open() function
|
/systemd-251/src/libsystemd/ |
D | libsystemd.sym | 778 sd_device_open;
|
/systemd-251/src/partition/ |
D | repart.c | 3686 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in resolve_copy_blocks_auto_candidate() 3990 source_fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in context_open_copy_block_paths() 4029 source_fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in context_open_copy_block_paths()
|
/systemd-251/ |
D | NEWS | 225 * sd-device also gained a new call sd_device_open() which will open the
|