Lines Matching refs:func_code
332 atio->ccb_h.func_code = XPT_ACCEPT_TARGET_IO; in init_ccbs()
341 inot->ccb_h.func_code = XPT_IMMED_NOTIFY; in init_ccbs()
439 switch (ccb_h->func_code) { in request_loop()
449 ccb_h->func_code); in request_loop()
504 switch (ccb->ccb_h.func_code) { in handle_read()
549 ccb->ccb_h.func_code); in handle_read()
779 warnx("sending ccb (%#x)", ccb->ccb_h.func_code); in send_ccb()
823 ctio->ccb_h.func_code = XPT_CONT_TARGET_IO; in get_ctio()
841 switch (ccb->ccb_h.func_code) { in free_ccb()
869 cpi.ccb_h.func_code = XPT_PATH_INQ; in get_sim_flags()
894 crs.ccb_h.func_code = XPT_REL_SIMQ; in rel_simq()
913 cab.ccb_h.func_code = XPT_ABORT; in abort_all_pending()