Searched refs:async_arg (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.h | 117 void *async_arg);
|
H A D | cam_xpt_internal.h | 48 void *async_arg);
|
H A D | cam_xpt.c | 233 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 D | nvme_xpt.c | 153 void *async_arg); 768 struct cam_ed *device, void *async_arg) in nvme_dev_async() argument
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 69 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 D | ata_xpt.c | 185 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 D | scsi_xpt.c | 590 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()
|