Searched refs:async_arg (Results 1 – 7 of 7) sorted by relevance
| /src/sys/cam/ |
| H A D | cam_xpt_internal.h | 48 void *async_arg);
|
| H A D | cam_xpt.c | 239 void *async_arg); 316 void *async_arg); 4150 void *async_arg = ccb->casync.async_arg_ptr; in xpt_async_process_dev() local 4184 device->target->bus, device->target, device, async_arg); in xpt_async_process_dev() 4185 xpt_async_bcast(&device->asyncs, async_code, path, async_arg); in xpt_async_process_dev() 4219 void *async_arg; in xpt_async_process() local 4224 async_arg = ccb->casync.async_arg_ptr; in xpt_async_process() 4251 free(async_arg, M_CAMXPT); in xpt_async_process() 4259 struct cam_path *path, void *async_arg) in xpt_async_bcast() argument 4279 async_code, path, async_arg); in xpt_async_bcast() [all …]
|
| H A D | cam_xpt.h | 117 void *async_arg);
|
| /src/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 153 void *async_arg); 770 struct cam_ed *device, void *async_arg) in nvme_dev_async() argument
|
| /src/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
|
| /src/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()
|
| /src/sys/cam/scsi/ |
| H A D | scsi_xpt.c | 608 void *async_arg); 3046 struct cam_ed *device, void *async_arg) in scsi_dev_async() argument 3108 settings = (struct ccb_trans_settings *)async_arg; in scsi_dev_async()
|