Lines Matching refs:abort_ccb
1137 union ccb *abort_ccb;
1139 abort_ccb = ccb->cab.abort_ccb;
1140 switch (abort_ccb->ccb_h.func_code) {
1151 status = ahd_find_tmode_devs(ahd, sim, abort_ccb, &tstate,
1159 if (abort_ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO)
1161 else if (abort_ccb->ccb_h.func_code == XPT_IMMEDIATE_NOTIFY)
1172 if (curelm == &abort_ccb->ccb_h) {
1182 if (nextelm == &abort_ccb->ccb_h) {
1195 abort_ccb->ccb_h.status = CAM_REQ_ABORTED;
1196 xpt_done(abort_ccb);
1199 xpt_print_path(abort_ccb->ccb_h.path);