Home
last modified time | relevance | path

Searched refs:AC_LOST_DEVICE (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-9-stable/sys/dev/iscsi/initiator/
Disc_cam.c114 xpt_async(AC_LOST_DEVICE, sp->cam_path, NULL); in ic_lost_target()
314 xpt_async(AC_LOST_DEVICE, sp->cam_path, NULL); in ic_destroy()
/freebsd-9-stable/sys/powerpc/ps3/
Dps3cdrom.c266 csa.event_enable = AC_LOST_DEVICE; in ps3cdrom_attach()
318 xpt_async(AC_LOST_DEVICE, sc->sc_path, NULL); in ps3cdrom_detach()
457 case AC_LOST_DEVICE: in ps3cdrom_async()
/freebsd-9-stable/sys/cam/ata/
Data_pmp.c239 xpt_async(AC_LOST_DEVICE, dpath, NULL); in pmponinvalidate()
402 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in pmpregister()
792 xpt_async(AC_LOST_DEVICE, dpath, NULL); in pmpdone()
Data_xpt.c783 xpt_async(AC_LOST_DEVICE, path, NULL); in probedone()
877 xpt_async(AC_LOST_DEVICE, path, NULL); in probedone()
1215 xpt_async(AC_LOST_DEVICE, path, NULL); in probedone()
2011 } else if (async_code == AC_LOST_DEVICE && in ata_dev_async()
/freebsd-9-stable/sys/dev/aic7xxx/
Daic7xxx_osm.c222 csa.event_enable = AC_LOST_DEVICE; in ahc_attach()
263 csa.event_enable = AC_LOST_DEVICE; in ahc_attach()
900 case AC_LOST_DEVICE: in ahc_async()
1367 xpt_async(AC_LOST_DEVICE, pdata->path_b, NULL); in ahc_platform_free()
1373 xpt_async(AC_LOST_DEVICE, pdata->path, NULL); in ahc_platform_free()
Daic79xx_osm.c272 csa.event_enable = AC_LOST_DEVICE; in ahd_attach()
916 case AC_LOST_DEVICE: in ahd_async()
1311 xpt_async(AC_LOST_DEVICE, pdata->path, NULL); in ahd_platform_free()
/freebsd-9-stable/sys/dev/ata/
Datapi-cam.c237 setup_async_cb(scp, AC_LOST_DEVICE); in atapi_cam_attach()
806 case AC_LOST_DEVICE: in atapi_async()
/freebsd-9-stable/tools/tools/vhba/mptest/
Dvhba_mptest.c425 xpt_async(AC_LOST_DEVICE, tp, NULL); in vhba_timer()
/freebsd-9-stable/sys/cam/scsi/
Dscsi_pt.c307 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor()
Dscsi_xpt.c1231 xpt_async(AC_LOST_DEVICE, path, NULL); in probedone()
1548 xpt_async(AC_LOST_DEVICE, path, NULL); in probedone()
1771 xpt_async(AC_LOST_DEVICE, tp, NULL); in probe_purge_old()
2925 } else if (async_code == AC_LOST_DEVICE && in scsi_dev_async()
Dscsi_pass.c432 xpt_register_async(AC_LOST_DEVICE | AC_ADVINFO_CHANGED, in passregister()
Dscsi_enc.c1026 xpt_register_async(AC_LOST_DEVICE, enc_async, periph, periph->path); in enc_ctor()
Dscsi_sg.c377 xpt_register_async(AC_LOST_DEVICE, sgasync, periph, periph->path); in sgregister()
/freebsd-9-stable/sys/dev/advansys/
Dadwcam.c814 xpt_async(AC_LOST_DEVICE, adw->path, NULL); in adw_free()
1172 csa.event_enable = AC_LOST_DEVICE; in adw_attach()
Dadvansys.c1405 csa.event_enable = AC_FOUND_DEVICE|AC_LOST_DEVICE;
/freebsd-9-stable/sys/cam/
Dcam_periph.c1233 case AC_LOST_DEVICE: in cam_periph_async()
1768 xpt_async(AC_LOST_DEVICE, newpath, NULL); in cam_periph_error()
Dcam_ccb.h771 AC_LOST_DEVICE = 0x100,/* A device went away */ enumerator
/freebsd-9-stable/sys/dev/aac/
Daac_cam.c189 xpt_async(AC_LOST_DEVICE, camsc->path, NULL); in aac_cam_detach()
/freebsd-9-stable/sys/dev/asr/
Dasr.c1183 event |= AC_LOST_DEVICE; in ASR_rescan()
1191 AC_LOST_DEVICE, in ASR_rescan()
1228 if (event & AC_LOST_DEVICE) { in ASR_rescan()
1229 xpt_async(AC_LOST_DEVICE, sc->ha_path[bus], NULL); in ASR_rescan()
/freebsd-9-stable/sys/cam/ctl/
Dctl_frontend_cam_sim.c255 csa.event_enable = AC_LOST_DEVICE; in cfcs_init()
/freebsd-9-stable/sys/dev/virtio/scsi/
Dvirtio_scsi.c640 case AC_LOST_DEVICE: in vtscsi_cam_async()
652 csa.event_enable = AC_LOST_DEVICE | AC_FOUND_DEVICE; in vtscsi_register_async()
/freebsd-9-stable/sys/dev/arcmsr/
Darcmsr.c633 case AC_LOST_DEVICE: in arcmsr_async()
4338 csa.event_enable = AC_FOUND_DEVICE|AC_LOST_DEVICE;
4481 xpt_async(AC_LOST_DEVICE, acb->ppath, NULL);
/freebsd-9-stable/sys/dev/esp/
Dncr53c9x.c364 if (xpt_register_async(AC_LOST_DEVICE, ncr53c9x_async, sim, path) != in ncr53c9x_attach()
1212 case AC_LOST_DEVICE: in ncr53c9x_async()
/freebsd-9-stable/sys/dev/hpt27xx/
Dhpt27xx_osm_bsd.c1106 ccb.event_enable = AC_LOST_DEVICE;
/freebsd-9-stable/sys/dev/hptnr/
Dhptnr_osm_bsd.c1140 ccb.event_enable = AC_LOST_DEVICE;

12