Searched refs:loop_read_exact (Results 1 - 8 of 8) sorted by relevance

/systemd/src/basic/
H A Drandom-util.c85 return loop_read_exact(fd, p, n, true);
H A Dio-util.h34 int loop_read_exact(int fd, void *buf, size_t nbytes, bool do_poll);
H A Dio-util.c113 int loop_read_exact(int fd, void *buf, size_t nbytes, bool do_poll) { function
/systemd/src/libsystemd/sd-id128/
H A Dsd-id128.c129 r = loop_read_exact(fd, buf, 33, false);
175 r = loop_read_exact(fd, buf, 36, false);
/systemd/src/core/
H A Dmachine-id-setup.c86 r = loop_read_exact(fd, id_to_validate, 33, false);
167 r = loop_read_exact(fd, uuid, 36, false);
H A Dautomount.c925 r = loop_read_exact(a->pipe_fd, &packet, sizeof(packet), true);
/systemd/src/shared/
H A Dlogs-show.c1182 r = loop_read_exact(fd, buf, 36, false);
/systemd/src/journal/
H A Djournalctl.c1564 r = loop_read_exact(fd, seed, seed_size, true);

Completed in 37 milliseconds