Home
last modified time | relevance | path

Searched refs:targetPortList_t (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/sasinfo/
H A DprintAttrs.h63 printTargetPortInfo(targetPortList_t *TPListWalk, int pflag);
H A Dsasinfo.h122 } targetPortList_t; typedef
H A Dsasinfo-list.c121 static targetPortList_t *gTargetPortList = NULL;
395 targetPortList_t *tpListWalk; in sas_util_list_targetport()
1944 targetPortList_t *discoveredTP, *newTP; in searchTargetPort()
2093 newTP = (targetPortList_t *)calloc(1, in searchTargetPort()
2094 sizeof (targetPortList_t)); in searchTargetPort()
H A DprintAttrs.c390 printTargetPortInfo(targetPortList_t *TPListWalk, int pflag) in printTargetPortInfo()