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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1944 targetPortList_t *discoveredTP, *newTP; local
1970 for (discoveredTP = gTargetPortList; discoveredTP != NULL;
1971 discoveredTP = discoveredTP->next) {
1973 (void *)discoveredTP->sasattr.LocalSASAddress.wwn,
2027 for (TPConfig = discoveredTP->configEntry,
2058 if (discoveredTP->configEntry == NULL) {
2059 discoveredTP->configEntry = newConfig;
2061 TPConfig = discoveredTP
[all...]

Completed in 62 milliseconds