Searched refs:CTLSTAT_FLAG_FIRST_RUN (Results 1 – 1 of 1) sorted by relevance
102 #define CTLSTAT_FLAG_FIRST_RUN (1 << 2) macro111 #define F_FIRST(ctx) ((ctx)->flags & CTLSTAT_FLAG_FIRST_RUN)862 ctx.flags |= CTLSTAT_FLAG_FIRST_RUN; in main()999 ctx.flags &= ~CTLSTAT_FLAG_FIRST_RUN; in main()