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

/freebsd-9.3-release/usr.bin/ctlstat/
H A Dctlstat.c108 #define F_FIRST(ctx) ((ctx)->flags & CTLSTAT_FLAG_FIRST_RUN) macro
428 if (F_FIRST(ctx) == 0)
545 F_FIRST(ctx) ? NULL : &ctx->prev_total_stats[i],
577 compute_stats(&ctx->cur_lun_stats[i], F_FIRST(ctx) ?

Completed in 90 milliseconds