Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo.h109 char hbaPortName[256]; member
H A Dsasinfo-list.c2030 if ((strcmp(TPConfig->hbaPortName, in searchTargetPort()
2053 (void) strlcpy(newConfig->hbaPortName, port-> in searchTargetPort()
2054 OSDeviceName, sizeof (newConfig->hbaPortName)); in searchTargetPort()
2064 sas_name_comp(newConfig->hbaPortName, in searchTargetPort()
2065 TPConfig->hbaPortName) > 0) { in searchTargetPort()
2115 (void) strlcpy(newConfig->hbaPortName, port->OSDeviceName, in searchTargetPort()
2116 sizeof (newConfig->hbaPortName)); in searchTargetPort()
H A DprintAttrs.c408 getIndentSpaces(4), configList->hbaPortName); in printTargetPortInfo()