| /trueos/sys/cam/ata/ |
| HD | ata_pmp.c | 465 /*flags*/CAM_DIR_NONE, in pmpstart() 478 /*flags*/CAM_DIR_NONE, in pmpstart() 490 /*flags*/CAM_DIR_NONE, in pmpstart() 512 /*flags*/CAM_DIR_NONE, in pmpstart() 523 /*flags*/CAM_DIR_NONE, in pmpstart() 536 /*flags*/CAM_DIR_NONE, in pmpstart() 548 /*flags*/CAM_DIR_NONE, in pmpstart() 560 /*flags*/CAM_DIR_NONE, in pmpstart() 571 /*flags*/CAM_DIR_NONE, in pmpstart()
|
| HD | ata_xpt.c | 313 /*flags*/CAM_DIR_NONE, in probestart() 340 /*flags*/CAM_DIR_NONE | CAM_HIGH_POWER, in probestart() 413 /*flags*/CAM_DIR_NONE, in probestart() 425 CAM_DIR_NONE, in probestart() 438 CAM_DIR_NONE, in probestart() 451 CAM_DIR_NONE, in probestart() 470 CAM_DIR_NONE, in probestart() 533 CAM_DIR_NONE, in probestart() 614 /*flags*/CAM_DIR_NONE, in probestart() 625 /*flags*/CAM_DIR_NONE, in probestart()
|
| HD | ata_da.c | 687 CAM_DIR_NONE, in adaclose() 850 CAM_DIR_NONE, in adadump() 1506 CAM_DIR_NONE, in ada_cfaerase() 1681 CAM_DIR_NONE, in adastart() 1714 CAM_DIR_NONE, in adastart() 2004 CAM_DIR_NONE, in adaflush() 2053 CAM_DIR_NONE | flags, in adaspindown()
|
| HD | ata_all.c | 800 /*flags*/length ? CAM_DIR_OUT : CAM_DIR_NONE, in semb_send_diagnostic() 841 /*flags*/length ? CAM_DIR_OUT : CAM_DIR_NONE, in semb_write_buffer()
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_sg.c | 400 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in sgdone() 567 dir = CAM_DIR_NONE; in sgioctl() 747 dir = CAM_DIR_NONE; in sgwrite()
|
| HD | scsi_targ_bh.c | 569 atio->ccb_h.flags |= CAM_DIR_NONE; in targbhdone() 618 atio->ccb_h.flags |= CAM_DIR_NONE; in targbhdone()
|
| HD | scsi_sa.c | 5487 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, in scsi_load_unload() 5505 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, NULL, in scsi_rewind() 5523 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, NULL, in scsi_space() 5546 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, NULL, in scsi_write_filemarks() 5576 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, NULL, in scsi_reserve_release_unit() 5599 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, NULL, in scsi_erase() 5670 cam_fill_csio(csio, retries, cbfcnp, CAM_DIR_NONE, tag_action, in scsi_set_position() 5695 CAM_DIR_NONE, in scsi_locate_10() 5728 /*flags*/CAM_DIR_NONE, in scsi_locate_16() 5801 /*flags*/CAM_DIR_NONE, in scsi_set_capacity() [all …]
|
| HD | scsi_ch.c | 1759 /*flags*/ CAM_DIR_NONE, in scsi_move_medium() 1796 /*flags*/ CAM_DIR_NONE, in scsi_exchange_medium() 1827 /*flags*/ CAM_DIR_NONE, in scsi_position_to_element() 1892 /*flags*/ CAM_DIR_NONE, in scsi_initialize_element_status()
|
| HD | scsi_cd.c | 2958 /*flags*/CAM_DIR_NONE, in cdplay() 2992 /* flags */ CAM_DIR_NONE, in cdplaymsf() 3038 /* flags */ CAM_DIR_NONE, in cdplaytracks() 3080 /* flags */ CAM_DIR_NONE, in cdpause() 3179 /* flags */ CAM_DIR_NONE, in cdsetspeed() 3651 /*flags*/ (dxfer_len == 0) ? CAM_DIR_NONE : CAM_DIR_IN, in scsi_report_key()
|
| HD | scsi_all.c | 6467 CAM_DIR_NONE, in scsi_test_unit_ready() 6754 /*flags*/CAM_DIR_NONE, in scsi_prevent() 6920 /*flags*/CAM_DIR_NONE, in scsi_synchronize_cache() 7304 /*flags*/param_list_length ? CAM_DIR_OUT : CAM_DIR_NONE, in scsi_send_diagnostic() 7364 /*flags*/param_list_length ? CAM_DIR_OUT : CAM_DIR_NONE, in scsi_write_buffer() 7398 /*flags*/CAM_DIR_NONE | extra_flags, in scsi_start_stop()
|
| /trueos/sys/dev/amr/ |
| HD | amr_cam.c | 276 if ((ccbh->flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in amr_cam_action() 621 if ((csio->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) in amr_cam_complete()
|
| /trueos/sys/cam/ |
| HD | cam_periph.c | 758 if ((ccb->ccb_h.flags & CAM_DIR_MASK) == CAM_DIR_NONE) in cam_periph_mapmem() 768 if ((ccb->ccb_h.flags & CAM_DIR_MASK) == CAM_DIR_NONE) in cam_periph_mapmem() 1109 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in cam_periph_runccb() 1118 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in cam_periph_runccb()
|
| /trueos/sys/dev/aac/ |
| HD | aac_cam.c | 415 case CAM_DIR_NONE: in aac_cam_action() 448 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in aac_cam_action()
|
| /trueos/share/examples/scsi_target/ |
| HD | scsi_cmds.c | 267 ctio->ccb_h.flags |= CAM_DIR_NONE | CAM_SEND_SENSE | in tcmd_sense() 779 ctio->ccb_h.flags |= CAM_DIR_NONE | CAM_SEND_STATUS; in tcmd_null_ok()
|
| /trueos/sys/dev/ata/ |
| HD | ata-all.c | 688 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in ata_cam_begin_transaction() 712 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in ata_cam_begin_transaction() 856 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in ata_cam_end_transaction()
|
| /trueos/sys/dev/aacraid/ |
| HD | aacraid_cam.c | 411 case CAM_DIR_NONE: in aac_container_rw_command() 893 case CAM_DIR_NONE: in aac_passthrough_command() 931 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in aac_passthrough_command()
|
| /trueos/sys/dev/firewire/ |
| HD | sbp_targ.c | 1233 ccb_dir = CAM_DIR_NONE; in sbp_targ_action1() 1240 if (ccb_dir != CAM_DIR_NONE && orbi->orb4.page_table_present) { in sbp_targ_action1() 1256 if (ccb_dir != CAM_DIR_NONE) { in sbp_targ_action1() 1267 if (ccb_dir == CAM_DIR_NONE) { in sbp_targ_action1()
|
| /trueos/sys/dev/mfi/ |
| HD | mfi_cam.c | 391 case CAM_DIR_NONE: in mfip_start()
|
| /trueos/sys/dev/twa/ |
| HD | tw_osl_cam.c | 241 if((ccb_h->flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in tw_osli_execute_scsi()
|
| /trueos/sys/dev/mvs/ |
| HD | mvs.c | 875 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in mvs_legacy_intr() 1244 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in mvs_begin_transaction() 1343 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) in mvs_legacy_execute_transaction() 1632 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in mvs_end_transaction() 1637 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in mvs_end_transaction()
|
| /trueos/sys/kern/ |
| HD | subr_bus_dma.c | 400 if ((ccb_h->flags & CAM_DIR_MASK) == CAM_DIR_NONE) { in bus_dmamap_load_ccb()
|
| /trueos/sbin/camcontrol/ |
| HD | camcontrol.c | 364 ccb->ccb_h.flags = CAM_DIR_NONE; in getdevlist() 1837 /*flags*/CAM_DIR_NONE, in ata_read_native_max() 1881 /*flags*/CAM_DIR_NONE, in atahpa_set_max() 1948 /*flags*/CAM_DIR_NONE, in atahpa_lock() 2015 /*flags*/CAM_DIR_NONE, in atahpa_freeze_lock() 2279 /*flags*/CAM_DIR_NONE, in atasecurity_freeze() 2387 /*flags*/CAM_DIR_NONE, in atasecurity_erase() 4124 u_int32_t flags = CAM_DIR_NONE; in scsicmd() 7974 /*flags*/CAM_DIR_NONE, in atapm() 8036 /*flags*/CAM_DIR_NONE, in ataaxm()
|
| /trueos/sys/dev/mrsas/ |
| HD | mrsas_cam.c | 432 if ((ccb_h->flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in mrsas_startio() 806 case CAM_DIR_NONE: in mrsas_setup_io()
|
| /trueos/sys/dev/ahb/ |
| HD | ahb.c | 606 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) in ahbhandleimmed() 799 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in ahbdone()
|
| /trueos/sys/dev/ahci/ |
| HD | ahci.c | 1413 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in ahci_begin_transaction() 1777 (ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in ahci_end_transaction() 1783 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in ahci_end_transaction() 1789 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE) { in ahci_end_transaction() 2331 if ((ccb->ccb_h.flags & CAM_DIR_MASK) != CAM_DIR_NONE && in ahci_setup_fis()
|