Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c380 if ((flags & PRINT_FCOE) == PRINT_FCOE && in processHBA()
744 processHBA_flags |= PRINT_FCOE; in fc_util_list_hbaport()
846 if ((processHBA_flags & PRINT_FCOE) != PRINT_FCOE && in fc_util_list_hbaport()
930 if ((processHBA_flags & PRINT_FCOE) != in fc_util_list_hbaport()
931 PRINT_FCOE && in fc_util_list_hbaport()
H A Dfcinfo.h97 #define PRINT_FCOE 0x00010000 /* print fcoe port information */ macro