Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c740 processHBA_flags |= PRINT_INITIATOR; in fc_util_list_hbaport()
752 if (((processHBA_flags & PRINT_INITIATOR) == 0) && in fc_util_list_hbaport()
754 processHBA_flags |= PRINT_INITIATOR | PRINT_TARGET; in fc_util_list_hbaport()
773 if ((processHBA_flags & PRINT_INITIATOR) == in fc_util_list_hbaport()
774 PRINT_INITIATOR) { in fc_util_list_hbaport()
858 if ((processHBA_flags & PRINT_INITIATOR) == PRINT_INITIATOR) { in fc_util_list_hbaport()
861 ((processHBA_flags & ~PRINT_INITIATOR) == 0)) { in fc_util_list_hbaport()
H A Dfcinfo.h95 #define PRINT_INITIATOR 0x00000100 /* print intiator port information */ macro