Lines Matching refs:func_code

421 		if (inccb->ccb_h.func_code == XPT_SCSI_IO)  in xptdoioctl()
432 switch (inccb->ccb_h.func_code) { in xptdoioctl()
452 switch(inccb->ccb_h.func_code) { in xptdoioctl()
605 if (ccb->ccb_h.func_code == XPT_SCSI_IO) in xptdoioctl()
836 ccb->ccb_h.func_code = XPT_SCAN_BUS; in xpt_rescan()
839 ccb->ccb_h.func_code = XPT_SCAN_TGT; in xpt_rescan()
842 ccb->ccb_h.func_code = XPT_SCAN_LUN; in xpt_rescan()
850 ("xpt_rescan: func %#x %s\n", ccb->ccb_h.func_code, in xpt_rescan()
851 xpt_action_name(ccb->ccb_h.func_code))); in xpt_rescan()
1167 cdai.ccb_h.func_code = XPT_DEV_ADVINFO; in xpt_getattr()
2481 cgd.ccb_h.func_code = XPT_GDEV_TYPE; in xptsetasyncfunc()
2518 ("xpt_action: func %#x %s\n", start_ccb->ccb_h.func_code, in xpt_action()
2519 xpt_action_name(start_ccb->ccb_h.func_code))); in xpt_action()
2534 ("xpt_action_default: func %#x %s\n", start_ccb->ccb_h.func_code, in xpt_action_default()
2535 xpt_action_name(start_ccb->ccb_h.func_code))); in xpt_action_default()
2537 switch (start_ccb->ccb_h.func_code) { in xpt_action_default()
2574 if (start_ccb->ccb_h.func_code == XPT_ATA_IO) in xpt_action_default()
2684 ("Calling sim->sim_action(): func=%#x\n", start_ccb->ccb_h.func_code)); in xpt_action_default()
3057 start_ccb->ccb_h.func_code, in xpt_action_default()
3058 xpt_action_name(start_ccb->ccb_h.func_code)); in xpt_action_default()
3060 if (start_ccb->ccb_h.func_code & XPT_FC_DEV_QUEUED) { in xpt_action_default()
3067 start_ccb->ccb_h.func_code, in xpt_action_default()
3068 xpt_action_name(start_ccb->ccb_h.func_code), in xpt_action_default()
3349 if (work_ccb->ccb_h.func_code == XPT_SCSI_IO) { in xpt_run_devq()
3401 dst_ccb->ccb_h.func_code = src_ccb->ccb_h.func_code; in xpt_merge_ccb()
3966 scan_ccb->ccb_h.func_code = XPT_SCAN_BUS; in xpt_bus_register()
4285 ccb->ccb_h.func_code = XPT_ASYNC; in xpt_async()
4293 ccb->ccb_h.func_code, in xpt_async()
4294 xpt_action_name(ccb->ccb_h.func_code), in xpt_async()
4484 if (done_ccb->ccb_h.func_code == XPT_SCSI_IO && in xpt_done()
4491 done_ccb->ccb_h.func_code, in xpt_done()
4492 xpt_action_name(done_ccb->ccb_h.func_code), in xpt_done()
4494 if ((done_ccb->ccb_h.func_code & XPT_FC_QUEUED) == 0) in xpt_done()
4518 if ((done_ccb->ccb_h.func_code & XPT_FC_QUEUED) == 0) in xpt_done_direct()
4963 crs.ccb_h.func_code = XPT_REL_SIMQ; in xpt_start_tags()
4989 crs.ccb_h.func_code = XPT_REL_SIMQ; in xpt_stop_tags()
5147 csa.ccb_h.func_code = XPT_SASYNC_CB; in xpt_register_async()
5187 switch (work_ccb->ccb_h.func_code) { in xptaction()
5260 if (ccb_h->func_code == XPT_SCSI_IO) { in xpt_done_process()
5316 if ((ccb_h->func_code & XPT_FC_USER_CCB) == 0) { in xpt_done_process()
5322 ccb_h, xpt_action_name(ccb_h->func_code))); in xpt_done_process()