Searched defs:phystat (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A DprintAttrs.c352 printHBAPortPhyStatistics(SMHBA_SASPHYSTATISTICS *phystat) argument
354 if (phystat == NULL)
363 phystat->InvalidDwordCount);
367 phystat->RunningDisparityErrorCount);
371 phystat->LossofDwordSyncCount);
375 phystat->PhyResetProblemCount);
H A Dsasinfo-list.c1015 SMHBA_PHYSTATISTICS phystat; local
1023 (void *) memset(&phystat, 0, sizeof (phystat));
1025 phystat.SASPhyStatistics = &sasphystat;
1026 status = SMHBA_GetPhyStatistics(handle, portIndex, phyIndex, &phystat);
1035 printHBAPortPhyStatistics(phystat.SASPhyStatistics);

Completed in 63 milliseconds