Home
last modified time | relevance | path

Searched refs:loop_read_exact (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dio-util.h17 int loop_read_exact(int fd, void *buf, size_t nbytes, bool do_poll);
Drandom-util.c93 return loop_read_exact(fd, p, n, true); in genuine_random_bytes()
Dio-util.c98 int loop_read_exact(int fd, void *buf, size_t nbytes, bool do_poll) { in loop_read_exact() function
Dtime-util.c1446 r = loop_read_exact(fd, buf, 4, false); in verify_timezone()
/systemd-251/src/core/
Dautomount.c997 r = loop_read_exact(a->pipe_fd, &packet, sizeof(packet), true); in automount_dispatch_io()
/systemd-251/src/shared/
Dlogs-show.c1545 r = loop_read_exact(fd, buf, 36, false); in get_boot_id_for_machine()