Home
last modified time | relevance | path

Searched refs:phystat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c354 printHBAPortPhyStatistics(SMHBA_SASPHYSTATISTICS *phystat) in printHBAPortPhyStatistics() argument
356 if (phystat == NULL) in printHBAPortPhyStatistics()
365 phystat->InvalidDwordCount); in printHBAPortPhyStatistics()
369 phystat->RunningDisparityErrorCount); in printHBAPortPhyStatistics()
373 phystat->LossofDwordSyncCount); in printHBAPortPhyStatistics()
377 phystat->PhyResetProblemCount); in printHBAPortPhyStatistics()
H A DprintAttrs.h57 void printHBAPortPhyStatistics(SMHBA_SASPHYSTATISTICS *phystat);
H A Dsasinfo-list.c1015 SMHBA_PHYSTATISTICS phystat; in processHBAPortPhyStat() local
1023 (void) memset(&phystat, 0, sizeof (phystat)); in processHBAPortPhyStat()
1025 phystat.SASPhyStatistics = &sasphystat; in processHBAPortPhyStat()
1026 status = SMHBA_GetPhyStatistics(handle, portIndex, phyIndex, &phystat); in processHBAPortPhyStat()
1035 printHBAPortPhyStatistics(phystat.SASPhyStatistics); in processHBAPortPhyStat()