Searched refs:SYNC_FILE (Results 1 – 2 of 2) sorted by relevance
133 #define SYNC_FILE 0x004 /* do fsync on file after printing */ macro
590 flushmsg(SYNC_FILE); in prepare_sys_poll()1173 mp->flags |= SYNC_FILE; /* fsync file after write */ in formatsys()1501 if ((mp->flags & (FLUSHMSG | SYNC_FILE)) == in logit()1502 (FLUSHMSG | SYNC_FILE)) { in logit()1954 } else if (flags & SYNC_FILE) in writemsg()