Lines Matching defs:abort_ccb
1197 union ccb *abort_ccb;
1199 abort_ccb = ccb->cab.abort_ccb;
1200 switch (abort_ccb->ccb_h.func_code) {
1210 status = ahc_find_tmode_devs(ahc, sim, abort_ccb, &tstate,
1218 if (abort_ccb->ccb_h.func_code == XPT_ACCEPT_TARGET_IO)
1220 else if (abort_ccb->ccb_h.func_code == XPT_IMMEDIATE_NOTIFY)
1231 if (curelm == &abort_ccb->ccb_h) {
1241 if (nextelm == &abort_ccb->ccb_h) {
1254 abort_ccb->ccb_h.status = CAM_REQ_ABORTED;
1255 xpt_done(abort_ccb);
1258 xpt_print_path(abort_ccb->ccb_h.path);