Searched refs:norbi (Results 1 – 1 of 1) sorted by relevance
588 struct orb_info *norbi; in sbp_targ_abort() local591 for (; orbi != NULL; orbi = norbi) { in sbp_targ_abort()593 norbi = STAILQ_NEXT(orbi, link); in sbp_targ_abort()665 struct orb_info *norbi; in sbp_targ_send_status()712 norbi = STAILQ_NEXT(orbi, link); in sbp_targ_send_status()713 while (norbi) { in sbp_targ_send_status()714 printf("%s: status=%d\n", __func__, norbi->state); in sbp_targ_send_status()715 if (norbi->ccb != NULL) { in sbp_targ_send_status()716 norbi->ccb->ccb_h.status = CAM_REQ_ABORTED; in sbp_targ_send_status()717 xpt_done(norbi->ccb); in sbp_targ_send_status()[all …]