Home
last modified time | relevance | path

Searched refs:async_arg (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt.h117 void *async_arg);
H A Dcam_xpt_internal.h48 void *async_arg);
H A Dcam_xpt.c233 void *async_arg);
310 void *async_arg);
4127 void *async_arg = ccb->casync.async_arg_ptr; in xpt_async_process_dev() local
4161 device->target->bus, device->target, device, async_arg); in xpt_async_process_dev()
4162 xpt_async_bcast(&device->asyncs, async_code, path, async_arg); in xpt_async_process_dev()
4196 void *async_arg; in xpt_async_process() local
4201 async_arg = ccb->casync.async_arg_ptr; in xpt_async_process()
4228 free(async_arg, M_CAMXPT); in xpt_async_process()
4236 struct cam_path *path, void *async_arg) in xpt_async_bcast() argument
4257 async_arg); in xpt_async_bcast()
[all …]
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c153 void *async_arg);
768 struct cam_ed *device, void *async_arg) in nvme_dev_async() argument
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c69 struct cam_et *target, struct cam_ed *device, void *async_arg);
208 struct cam_ed *device, void *async_arg) in mmc_dev_async() argument
/freebsd/sys/cam/ata/
H A Data_xpt.c185 void *async_arg);
2023 struct cam_ed *device, void *async_arg) in ata_dev_async() argument
2068 settings = (struct ccb_trans_settings *)async_arg; in ata_dev_async()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c590 void *async_arg);
2961 struct cam_ed *device, void *async_arg) in scsi_dev_async() argument
3023 settings = (struct ccb_trans_settings *)async_arg; in scsi_dev_async()