Home
last modified time | relevance | path

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

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c102 #define CTLSTAT_FLAG_FIRST_RUN (1 << 2) macro
111 #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()