Searched refs:loop_read_exact (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/basic/ ! |
D | io-util.h | 17 int loop_read_exact(int fd, void *buf, size_t nbytes, bool do_poll);
|
D | random-util.c | 93 return loop_read_exact(fd, p, n, true); in genuine_random_bytes()
|
D | io-util.c | 98 int loop_read_exact(int fd, void *buf, size_t nbytes, bool do_poll) { in loop_read_exact() function
|
D | time-util.c | 1446 r = loop_read_exact(fd, buf, 4, false); in verify_timezone()
|
/systemd-251/src/core/ ! |
D | automount.c | 997 r = loop_read_exact(a->pipe_fd, &packet, sizeof(packet), true); in automount_dispatch_io()
|
/systemd-251/src/shared/ ! |
D | logs-show.c | 1545 r = loop_read_exact(fd, buf, 36, false); in get_boot_id_for_machine()
|