Home
last modified time | relevance | path

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

/src/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c76 uint8_t node_type_to_print = 0; variable
763 if ((type & node_type_to_print) == 0) in print_node()
883 node_type_to_print |= PRINT_SWITCH; in process_opt()
886 node_type_to_print |= PRINT_CA; in process_opt()
889 node_type_to_print |= PRINT_ROUTER; in process_opt()
995 if (!node_type_to_print) in main()
996 node_type_to_print = PRINT_ALL; in main()