Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c742 processHBA_flags |= PRINT_TARGET; in fc_util_list_hbaport()
753 ((processHBA_flags & PRINT_TARGET) == 0)) { in fc_util_list_hbaport()
754 processHBA_flags |= PRINT_INITIATOR | PRINT_TARGET; in fc_util_list_hbaport()
787 if ((processHBA_flags & PRINT_TARGET) == in fc_util_list_hbaport()
788 PRINT_TARGET) { in fc_util_list_hbaport()
815 } else if ((processHBA_flags & PRINT_TARGET) == in fc_util_list_hbaport()
816 PRINT_TARGET) { in fc_util_list_hbaport()
946 if ((processHBA_flags & PRINT_TARGET) == PRINT_TARGET) { in fc_util_list_hbaport()
H A Dfcinfo.h96 #define PRINT_TARGET 0x00001000 /* print target port information */ macro