Lines Matching +full:sync +full:- +full:2
32 #define LOG_CRIT 2 /* critical conditions */
37 #define LOG_DEBUG 7 /* debug-level messages */
52 #define NLOG_SYSSTATUS 0x00000004 /* system status (sync/unsync) */
59 #define NLOG_PEERSTATUS 0x00000040 /* peer status (sync/unsync) */
66 #define NLOG_CLOCKSTATUS 0x00000400 /* clock status (sync/unsync) */
69 #define NLOG_OSYNC 12 /* offset for sync flags */
70 #define NLOG_SYNCMASK 0x0000F000 /* sync log events */
71 #define NLOG_SYNCINFO 0x00001000 /* sync info log events */
72 #define NLOG_SYNCEVENT 0x00002000 /* sync events */
73 #define NLOG_SYNCSTATUS 0x00004000 /* sync status (sync/unsync) */
74 #define NLOG_SYNCSTATIST 0x00008000 /* sync statistics output */
87 /* how: 0->unbuffered, 1->linebuffer, 2->full */