Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c385 if ((flags & PRINT_LINKSTAT) == PRINT_LINKSTAT) { in processHBA()
409 if ((flags & PRINT_LINKSTAT) == PRINT_LINKSTAT) { in processHBA()
471 if ((flags & PRINT_LINKSTAT) == PRINT_LINKSTAT) { in processRemotePort()
625 processHBA_flags |= PRINT_LINKSTAT; in fc_util_list_remoteport()
738 processHBA_flags |= PRINT_LINKSTAT; in fc_util_list_hbaport()
H A Dfcinfo.h93 #define PRINT_LINKSTAT 0x00000001 /* print link statistics information */ macro