Home
last modified time | relevance | path

Searched refs:PIT_PROCESSOR (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/cam/scsi/
H A Dscsi_targ_bh.c205 if ((cpi->target_sprt & PIT_PROCESSOR) == 0) in targbhasync()
H A Dscsi_target.c402 if ((cpi.target_sprt & PIT_PROCESSOR) == 0) { in targenable()
/freebsd-12.1/share/examples/scsi_target/
H A Dscsi_target.c932 if ((cpi.target_sprt & PIT_PROCESSOR) == 0) { in get_sim_flags()
/freebsd-12.1/sys/cam/
H A Dcam_ccb.h596 PIT_PROCESSOR = 0x80, /* Target mode processor mode */ enumerator
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx_osm.c779 cpi->target_sprt = PIT_PROCESSOR in ahc_action()
H A Daic79xx_osm.c686 cpi->target_sprt = PIT_PROCESSOR in ahd_action()
/freebsd-12.1/sys/cam/ctl/
H A Dscsi_ctl.c297 if ((cpi->target_sprt & PIT_PROCESSOR) == 0) { in ctlfeasync()
/freebsd-12.1/sys/dev/firewire/
H A Dsbp_targ.c1317 cpi->target_sprt = PIT_PROCESSOR in sbp_targ_action1()
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_cam.c2027 PIT_PROCESSOR | PIT_DISCONNECT | PIT_TERM_IO; in ocs_action()
/freebsd-12.1/sys/dev/isp/
H A Disp_freebsd.c3482 cpi->target_sprt = PIT_PROCESSOR | PIT_DISCONNECT | PIT_TERM_IO; in isp_action()
/freebsd-12.1/sys/dev/mpt/
H A Dmpt_cam.c3622 PIT_PROCESSOR | PIT_DISCONNECT | PIT_TERM_IO; in mpt_action()
/freebsd-12.1/sbin/camcontrol/
H A Dcamcontrol.c5915 case PIT_PROCESSOR: in cpi_print()