Home
last modified time | relevance | path

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

/freebsd/usr.bin/ctlstat/
H A Dctlstat.c116 #define F_LUNS(ctx) ((ctx)->flags & CTLSTAT_FLAG_LUNS) macro
949 if (F_LUNS(&ctx) && F_PORTS(&ctx)) in main()
964 if (!F_LUNS(&ctx) && !F_PORTS(&ctx)) { in main()