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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1945 targetPortConfig_t *TPConfig, *newConfig, *prevConfig; local
2027 for (TPConfig = discoveredTP->configEntry,
2028 foundConfig = B_FALSE; TPConfig != NULL;
2029 TPConfig = TPConfig->next) {
2030 if ((strcmp(TPConfig->hbaPortName,
2032 (memcmp((void *)expander.wwn, (void *)TPConfig->
2061 TPConfig = discoveredTP->configEntry;
2062 prevConfig = TPConfig;
2063 while (TPConfig !
[all...]

Completed in 49 milliseconds