Lines Matching refs:func_code
385 atio->ccb_h.func_code = XPT_ACCEPT_TARGET_IO; in init_ccbs()
394 inot->ccb_h.func_code = XPT_IMMEDIATE_NOTIFY; in init_ccbs()
497 switch (ccb_h->func_code) { in request_loop()
507 ccb_h->func_code); in request_loop()
562 switch (ccb->ccb_h.func_code) { in handle_read()
607 ccb->ccb_h.func_code); in handle_read()
833 warnx("sending ccb (%#x)", ccb->ccb_h.func_code); in send_ccb()
879 ctio->ccb_h.func_code = XPT_CONT_TARGET_IO; in get_ctio()
897 switch (ccb->ccb_h.func_code) { in free_ccb()
925 cpi.ccb_h.func_code = XPT_PATH_INQ; in get_sim_flags()
950 crs.ccb_h.func_code = XPT_REL_SIMQ; in rel_simq()
969 cab.ccb_h.func_code = XPT_ABORT; in abort_all_pending()