Home | History | Annotate | Download | only in iostat

Lines Matching defs:ISSET

109 #define	ISSET(x, a)	((x) & (a))
287 if (!ISSET(todo, SHOW_CPU | SHOW_TTY | SHOW_STATS_ALL))
289 if (ISSET(todo, SHOW_STATS_X)) {
293 if (ISSET(todo, SHOW_STATS_3)) {
297 if (ISSET(todo, SHOW_STATS_Y)) {
329 if (ISSET(todo, SHOW_CPU))
331 if (ISSET(todo, SHOW_TTY))
333 if (ISSET(todo, SHOW_STATS_2))
335 if (ISSET(todo, SHOW_STATS_3))
360 if (ISSET(todo, SHOW_STATS_X | SHOW_STATS_Y)) {
363 } else if (ISSET(todo, SHOW_STATS_3)) {
377 if (!ISSET(todo, SHOW_TOTALS) || ISSET(todo, SHOW_NEW_TOTALS)) {
409 if (ISSET(todo, SHOW_STATS_X)) {
410 if (ISSET(todo, SHOW_TOTALS)) {
422 if (ISSET(todo, SHOW_STATS_Y)) {
429 if (ISSET(todo, SHOW_TTY))
432 if (ISSET(todo, SHOW_STATS_1)) {
455 if (ISSET(todo, SHOW_STATS_2)) {
478 if (ISSET(todo, SHOW_STATS_3)) {
501 if (ISSET(todo, SHOW_CPU))
507 if (ISSET(todo, SHOW_TTY)) {
513 if (ISSET(todo, SHOW_STATS_1)) {
515 if (ISSET(todo, SHOW_TOTALS)) {
529 if (ISSET(todo, SHOW_STATS_2)) {
531 if (ISSET(todo, SHOW_TOTALS)) {
545 if (ISSET(todo, SHOW_STATS_3)) {
547 if (ISSET(todo, SHOW_TOTALS)) {
560 if (ISSET(todo, SHOW_CPU))
568 if (ISSET(todo, SHOW_TOTALS))
586 if (ISSET(todo, SHOW_TOTALS)) {
650 if (ISSET(todo, SHOW_TOTALS)) {
679 if (ISSET(todo, SHOW_STATS_2)) {
899 if (ISSET(todo, SHOW_TOTALS))
902 if (ISSET(todo, SHOW_STATS_X)) {
907 if (ISSET(todo, SHOW_STATS_Y)) {
912 if (ISSET(todo, SHOW_TTY))
919 if (ISSET(todo, SHOW_STATS_1)) {
923 if (ISSET(todo, SHOW_STATS_2) || ISSET(todo, SHOW_STATS_3)) {
927 if (ISSET(todo, SHOW_CPU))
980 maxdrives = (ISSET(todo, SHOW_STATS_X | SHOW_STATS_Y) ||
993 if (!ISSET(todo, SHOW_STATS_X | SHOW_STATS_Y) &&