Home
last modified time | relevance | path

Searched refs:do_sync (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/libsystemd/sd-id128/
Did128-util.c124 int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync) { in id128_write_fd() argument
146 if (do_sync) { in id128_write_fd()
155 int id128_write(const char *p, Id128Format f, sd_id128_t id, bool do_sync) { in id128_write() argument
162 return id128_write_fd(fd, f, id, do_sync); in id128_write()
Did128-util.h27 int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync);
28 int id128_write(const char *p, Id128Format f, sd_id128_t id, bool do_sync);