Searched refs:async_code (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/cam/
H A Dcam_xpt.h107 void xpt_async(u_int32_t async_code, struct cam_path *path,
H A Dcam_xpt_internal.h44 typedef void (*xpt_dev_async_func)(u_int32_t async_code,
H A Dcam_xpt.c226 u_int32_t async_code,
300 static void xpt_dev_async_default(u_int32_t async_code,
4041 xpt_async_string(u_int32_t async_code) argument
4044 switch (async_code) {
4064 xpt_async_size(u_int32_t async_code) argument
4067 switch (async_code) {
4092 u_int32_t async_code = ccb->casync.async_code; local
4124 (*(device->target->bus->xport->async))(async_code,
4126 xpt_async_bcast(&device->asyncs, async_code, pat
4161 u_int32_t async_code; local
4198 xpt_async_bcast(struct async_list *async_head, u_int32_t async_code, struct cam_path *path, void *async_arg) argument
4229 xpt_async(u_int32_t async_code, struct cam_path *path, void *async_arg) argument
4275 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...]
H A Dcam_ccb.h1168 uint32_t async_code; member in struct:ccb_async
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_xpt.c591 static void scsi_dev_async(u_int32_t async_code,
2925 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
2942 if ((async_code == AC_SENT_BDR)
2943 || (async_code == AC_BUS_RESET)
2944 || (async_code == AC_INQ_CHANGED))
2958 if (async_code == AC_SENT_BDR
2959 || async_code == AC_BUS_RESET) {
2969 if (async_code == AC_INQ_CHANGED) {
2981 } else if (async_code == AC_LOST_DEVICE &&
2985 } else if (async_code
[all...]
/freebsd-10.2-release/sys/cam/ata/
H A Data_xpt.c187 static void ata_dev_async(u_int32_t async_code,
1954 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
1971 if ((async_code == AC_SENT_BDR)
1972 || (async_code == AC_BUS_RESET)
1973 || (async_code == AC_INQ_CHANGED))
1982 if (async_code == AC_INQ_CHANGED) {
1998 } else if (async_code == AC_LOST_DEVICE &&
2002 } else if (async_code == AC_TRANSFER_NEG) {

Completed in 113 milliseconds