Lines Matching full:sync
57 /* Helper function for cb(): read a sync byte (with possible timeout), then
58 * write a sync byte. */
71 printf("cb: waiting for %s sync pair\n", name); in syncpair_rw()
82 printf("cb: writing %s sync pair\n", name); in syncpair_rw()
88 /* On the first iteration only, receive and send sync bytes to the locking
100 com_err("cb", errno, "first sync pair"); in cb()
104 com_err("cb", errno, "second sync pair"); in cb()
107 printf("cb: waiting for final sync byte\n"); in cb()
109 com_err("cb", errno, "final sync byte"); in cb()
149 /* Helper function for locker(): write, then receive a sync byte. */
153 printf("locker: writing %s sync pair\n", name); in syncpair_wr()
156 printf("locker: waiting for %s sync pair\n", name); in syncpair_wr()
195 printf("locker: writing final sync byte\n"); in locker()