Lines Matching refs:pflag
39 int pflag; member
130 SMHBA_PORTATTRIBUTES *port, int pflag);
132 int phyIndex, PSMHBA_SAS_PHY phyattrs, int pflag);
158 SMHBA_SAS_PORT *sasattr, int pflag);
163 HBA_WWN domainPortWWN, char *portName, int pflag);
221 input.pflag = processHBA_flags; in sas_util_list_hba()
291 input.pflag = processHBA_flags; in sas_util_list_hbaport()
358 input.pflag = processHBA_flags; in sas_util_list_expander()
424 input.pflag = processHBA_flags; in sas_util_list_targetport()
436 err_cnt += printTargetPortInfo(tpListWalk, input.pflag); in sas_util_list_targetport()
955 SMHBA_PORTATTRIBUTES *port, int pflag) in processHBAPortPhyInfo() argument
969 if ((pflag & PRINT_PHY) || (pflag & PRINT_PHY_LINKSTAT)) in processHBAPortPhyInfo()
988 if (pflag & PRINT_PHY) in processHBAPortPhyInfo()
990 if (pflag & PRINT_PHY_LINKSTAT) in processHBAPortPhyInfo()
992 portIndex, phyIndex, &phyattrs, pflag); in processHBAPortPhyInfo()
1012 PSMHBA_SAS_PHY phyattrs, int pflag) in processHBAPortPhyStat() argument
1018 if ((pflag & PRINT_PHY) == 0) { in processHBAPortPhyStat()
1125 printHBAInfo(attrs, input->pflag, numberOfPorts, adapterName); in handleHBA()
1129 input->pflag, numberOfPorts, adapterName); in handleHBA()
1158 printHBAPortInfo(port, attrs, input->pflag); in handleHBAPort()
1159 ret = processHBAPortPhyInfo(handle, portIndex, port, input->pflag); in handleHBAPort()
1411 &targetattr, &sasattr, input->pflag); in handleTargetPort()
1528 input.pflag = processHBA_flags; in sas_util_list_logicalunit()
1533 verbose = (input.pflag & PRINT_VERBOSE) ? B_TRUE : B_FALSE; in sas_util_list_logicalunit()
1673 portName, input->pflag); in handleLogicalUnit()
1939 SMHBA_SAS_PORT *sasattr, int pflag) in searchTargetPort() argument
1979 if (((pflag & PRINT_VERBOSE) == 0) && in searchTargetPort()
1980 ((pflag & PRINT_TARGET_SCSI) == 0)) { in searchTargetPort()
2079 if ((pflag & PRINT_TARGET_SCSI) == 0) { in searchTargetPort()
2148 if ((pflag & PRINT_TARGET_SCSI) == 0) { in searchTargetPort()
2176 char *portName, int pflag) in searchDevice() argument
2209 if ((pflag & PRINT_VERBOSE) == 0) { in searchDevice()
2332 if ((pflag & PRINT_VERBOSE) == 0) { in searchDevice()
2539 (input->pflag & PRINT_TARGET_PORT)) { in sas_rp_tree_print()
2566 if (input->pflag & PRINT_TARGET_PORT) { in sas_rp_tree_print()
2686 if (input->pflag & PRINT_VERBOSE) { in sas_print_rpnode()