Home
last modified time | relevance | path

Searched refs:xpt_register_async (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/sys/cam/scsi/
Dscsi_pt.c240 status = xpt_register_async(AC_FOUND_DEVICE, ptasync, NULL, NULL); in ptinit()
315 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE, in ptctor()
334 xpt_register_async(0, ptasync, periph, periph->path); in ptoninvalidate()
Dscsi_sg.c165 status = xpt_register_async(AC_FOUND_DEVICE, sgasync, NULL, NULL); in sginit()
225 xpt_register_async(0, sgasync, periph, periph->path); in sgoninvalidate()
392 xpt_register_async(AC_LOST_DEVICE, sgasync, periph, periph->path); in sgregister()
Dscsi_enc.c120 status = xpt_register_async(AC_FOUND_DEVICE, enc_async, NULL, NULL); in enc_init()
182 xpt_register_async(0, enc_async, periph, periph->path); in enc_oninvalidate()
997 xpt_register_async(AC_LOST_DEVICE, enc_async, periph, periph->path); in enc_ctor()
Dscsi_ch.c237 status = xpt_register_async(AC_FOUND_DEVICE, chasync, NULL, NULL); in chinit()
296 xpt_register_async(0, chasync, periph, periph->path); in choninvalidate()
450 xpt_register_async(AC_LOST_DEVICE, chasync, periph, periph->path); in chregister()
Dscsi_pass.c224 status = xpt_register_async(AC_FOUND_DEVICE, passasync, NULL, NULL); in passinit()
347 xpt_register_async(0, passasync, periph, periph->path); in passoninvalidate()
703 xpt_register_async(AC_LOST_DEVICE | AC_ADVINFO_CHANGED, in passregister()
Dscsi_targ_bh.c165 status = xpt_register_async(AC_PATH_REGISTERED | AC_PATH_DEREGISTERED, in targbhinit()
Dscsi_cd.c352 status = xpt_register_async(AC_FOUND_DEVICE, cdasync, NULL, NULL); in cdinit()
383 xpt_register_async(0, cdasync, periph, periph->path); in cdoninvalidate()
729 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in cdregister()
Dscsi_da.c1961 status = xpt_register_async(AC_FOUND_DEVICE, daasync, NULL, NULL); in dainit()
1999 xpt_register_async(0, daasync, periph, periph->path); in daoninvalidate()
2881 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in daregister()
Dscsi_sa.c2193 status = xpt_register_async(AC_FOUND_DEVICE, saasync, NULL, NULL); in sainit()
2256 xpt_register_async(0, saasync, periph, periph->path); in saoninvalidate()
2717 xpt_register_async(AC_LOST_DEVICE, saasync, periph, periph->path); in saregister()
/freebsd-12-stable/sys/cam/ata/
Data_pmp.c169 status = xpt_register_async(AC_FOUND_DEVICE, pmpasync, NULL, NULL); in pmpinit()
230 xpt_register_async(0, pmpasync, periph, periph->path); in pmponinvalidate()
403 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in pmpregister()
Data_da.c1162 status = xpt_register_async(AC_FOUND_DEVICE, adaasync, NULL, NULL); in adainit()
1206 xpt_register_async(0, adaasync, periph, periph->path); in adaoninvalidate()
1851 xpt_register_async(AC_SENT_BDR | AC_BUS_RESET | AC_LOST_DEVICE | in adaregister()
/freebsd-12-stable/sys/cam/
Dcam_xpt.h134 cam_status xpt_register_async(int event, ac_callback_t *cbfunc,
Dcam_xpt.c5274 xpt_register_async(int event, ac_callback_t *cbfunc, void *cbarg, in xpt_register_async() function
/freebsd-12-stable/sys/cam/nvme/
Dnvme_da.c545 status = xpt_register_async(AC_FOUND_DEVICE, ndaasync, NULL, NULL); in ndainit()
586 xpt_register_async(0, ndaasync, periph, periph->path); in ndaoninvalidate()
945 xpt_register_async(AC_LOST_DEVICE | AC_ADVINFO_CHANGED, in ndaregister()
/freebsd-12-stable/sys/cam/mmc/
Dmmc_da.c540 status = xpt_register_async(AC_FOUND_DEVICE, sddaasync, NULL, NULL); in sddainit()
578 xpt_register_async(0, sddaasync, periph, periph->path); in sddaoninvalidate()
1407 xpt_register_async(AC_LOST_DEVICE | AC_GETDEV_CHANGED | in sdda_start_init()
/freebsd-12-stable/sys/dev/esp/
Dncr53c9x.c366 if (xpt_register_async(AC_LOST_DEVICE, ncr53c9x_async, sim, path) != in ncr53c9x_attach()
409 xpt_register_async(0, ncr53c9x_async, sim, path); in ncr53c9x_attach()
454 xpt_register_async(0, ncr53c9x_async, sc->sc_sim, sc->sc_path); in ncr53c9x_detach()
/freebsd-12-stable/sys/cam/ctl/
Dscsi_ctl.c248 status = xpt_register_async(AC_PATH_REGISTERED | AC_PATH_DEREGISTERED | in ctlfeperiphinit()
263 xpt_register_async(0, ctlfeasync, NULL, NULL); in ctlfeperiphdeinit()
/freebsd-12-stable/sys/dev/mpr/
Dmpr_sas.c875 status = xpt_register_async(event, mprsas_async, sc, in mpr_attach_sas()
879 status = xpt_register_async(event, mprsas_async, sc, in mpr_attach_sas()
942 xpt_register_async(0, mprsas_async, sc, sassc->path); in mpr_detach_sas()
/freebsd-12-stable/sys/dev/mps/
Dmps_sas.c823 status = xpt_register_async(event, mpssas_async, sc, in mps_attach_sas()
884 xpt_register_async(0, mpssas_async, sc, sassc->path); in mps_detach_sas()
/freebsd-12-stable/sys/dev/sym/
Dsym_hipd.c8904 if (xpt_register_async(AC_LOST_DEVICE, sym_async, np->sim, path) !=