Lines Matching refs:target_lun
534 u_int target_id,target_lun; in trm_action() local
541 target_lun = pccb->ccb_h.target_lun; in trm_action()
560 ,target_id, target_lun); in trm_action()
563 ,pACB->scan_devices[target_id][target_lun]); in trm_action()
570 pDCB = &pACB->DCBarray[target_id][target_lun]; in trm_action()
572 pACB->scan_devices[target_id][target_lun] = 1; in trm_action()
574 target_id, target_lun); in trm_action()
843 pDCB = &pACB->DCBarray[target_id][target_lun]; in trm_action()
911 pDCB = &pACB->DCBarray[target_id][target_lun]; in trm_action()
2338 u_int target_id,target_lun; in trm_Disconnect() local
2357 target_lun = pSRB->pccb->ccb_h.target_lun; in trm_Disconnect()
2383 if (!(pACB->scan_devices[target_id][target_lun]) && in trm_Disconnect()
2485 u_int target_id,target_lun; in trm_SRBdone() local
2493 target_lun = pSRB->pccb->ccb_h.target_lun; in trm_SRBdone()
2623 if (pACB->scan_devices[target_id][target_lun]) { in trm_SRBdone()
2628 pACB->scan_devices[target_id][target_lun] = 0; in trm_SRBdone()
2646 target_lun); in trm_SRBdone()
2648 pACB->scan_devices[target_id][target_lun] = 0; in trm_SRBdone()
2877 u_int target_id,target_lun; in trm_initDCB() local
2881 target_lun = j; in trm_initDCB()
2888 if (target_lun != 0 && in trm_initDCB()
2916 pDCB->TargetLUN = target_lun; in trm_initDCB()
2939 bval |= target_lun; in trm_initDCB()
2941 if (target_lun != 0 && in trm_initDCB()