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

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c121 static targetPortList_t *gTargetPortList = NULL; variable
434 for (tpListWalk = gTargetPortList; tpListWalk != NULL;
455 for (tpListWalk = gTargetPortList, tpFound = B_FALSE;
478 for (tpListWalk = gTargetPortList, tpFound = B_FALSE;
1970 for (discoveredTP = gTargetPortList; discoveredTP != NULL;
2144 newTP->next = gTargetPortList; /* insert at head */
2145 gTargetPortList = newTP; /* set new head */

Completed in 48 milliseconds