Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1768 int pathID, targetID, lunID; in agtiapi_cam_action() local
1786 targetID = xpt_path_target_id( ccb->ccb_h.path ); in agtiapi_cam_action()
1790 pathID, targetID, lunID ); in agtiapi_cam_action()
1847 if (pmcsc != NULL && targetID >= 0 && targetID < maxTargets) in agtiapi_cam_action()
1851 TID = INDEX(pmcsc, targetID); in agtiapi_cam_action()
4378 int targetID = xpt_path_target_id(ccb->ccb_h.path); in agtiapi_QueueSMP() local
4393 pccb->targetId = targetID; in agtiapi_QueueSMP()