Searched refs:async_arg (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/cam/
H A Dcam_xpt_internal.h48 void *async_arg);
H A Dcam_xpt.h112 void *async_arg);
H A Dcam_xpt.c232 void *async_arg);
308 void *async_arg);
4124 void *async_arg = ccb->casync.async_arg_ptr; local
4158 device->target->bus, device->target, device, async_arg);
4159 xpt_async_bcast(&device->asyncs, async_code, path, async_arg);
4193 void *async_arg; local
4198 async_arg = ccb->casync.async_arg_ptr;
4225 free(async_arg, M_CAMXPT);
4233 struct cam_path *path, void *async_arg)
4254 async_arg);
4231 xpt_async_bcast(struct async_list *async_head, u_int32_t async_code, struct cam_path *path, void *async_arg) argument
4263 xpt_async(u_int32_t async_code, struct cam_path *path, void *async_arg) argument
4311 xpt_dev_async_default(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
[all...]
/freebsd-10-stable/sys/cam/ata/
H A Data_xpt.c192 void *async_arg);
1979 struct cam_ed *device, void *async_arg)
2030 settings = (struct ccb_trans_settings *)async_arg;
1978 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_xpt.c595 void *async_arg);
2930 struct cam_ed *device, void *async_arg)
2993 settings = (struct ccb_trans_settings *)async_arg;
2929 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, struct cam_ed *device, void *async_arg) argument

Completed in 183 milliseconds