Searched refs:CTLSTAT_FLAG_FIRST_RUN (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c102 #define CTLSTAT_FLAG_FIRST_RUN (1 << 2) macro
108 #define F_FIRST(ctx) ((ctx)->flags & CTLSTAT_FLAG_FIRST_RUN)
612 ctx.flags |= CTLSTAT_FLAG_FIRST_RUN;
715 ctx.flags &= ~CTLSTAT_FLAG_FIRST_RUN;

Completed in 85 milliseconds