Home
last modified time | relevance | path

Searched refs:sd_device_open (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/udev/
Dudev-builtin-keyboard.c198 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()
Dudev-builtin-blkid.c305 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in builtin_blkid()
Dudev-builtin-input_id.c53 fd = sd_device_open(dev, O_RDONLY|O_CLOEXEC|O_NONBLOCK); in extract_info()
Dudevd.c514 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()
Dudev-node.c711 node_fd = sd_device_open(dev, O_PATH|O_CLOEXEC); in udev_node_apply_permissions()
/systemd-251/src/systemd/
Dsd-device.h112 int sd_device_open(sd_device *device, int flags);
/systemd-251/src/libsystemd/sd-device/
Dtest-sd-device.c130 … fd = sd_device_open(d, O_CLOEXEC| O_NONBLOCK | (is_block ? O_RDONLY : O_NOCTTY | O_PATH)); in test_sd_device_one()
Dsd-device.c2309 _public_ int sd_device_open(sd_device *device, int flags) { in sd_device_open() function
/systemd-251/src/libsystemd/
Dlibsystemd.sym778 sd_device_open;
/systemd-251/src/partition/
Drepart.c3686 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/
DNEWS225 * sd-device also gained a new call sd_device_open() which will open the