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

/freebsd-10-stable/sys/cam/
H A Dcam_xpt_internal.h44 typedef void (*xpt_dev_async_func)(u_int32_t async_code,
H A Dcam_xpt.h111 void xpt_async(u_int32_t async_code, struct cam_path *path,
H A Dcam_xpt.c230 u_int32_t async_code,
304 static void xpt_dev_async_default(u_int32_t async_code,
4074 xpt_async_string(u_int32_t async_code) argument
4077 switch (async_code) {
4097 xpt_async_size(u_int32_t async_code) argument
4100 switch (async_code) {
4125 u_int32_t async_code = ccb->casync.async_code; local
4157 (*(device->target->bus->xport->async))(async_code,
4159 xpt_async_bcast(&device->asyncs, async_code, pat
4194 u_int32_t async_code; local
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...]
H A Dcam_ccb.h1197 uint32_t async_code; member in struct:ccb_async
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_xpt.c591 static void scsi_dev_async(u_int32_t async_code,
2929 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
2946 if ((async_code == AC_SENT_BDR)
2947 || (async_code == AC_BUS_RESET)
2948 || (async_code == AC_INQ_CHANGED))
2962 if (async_code == AC_SENT_BDR
2963 || async_code == AC_BUS_RESET) {
2973 if (async_code == AC_INQ_CHANGED) {
2985 } else if (async_code == AC_LOST_DEVICE &&
2989 } else if (async_code
[all...]
/freebsd-10-stable/sys/cam/ata/
H A Data_xpt.c188 static void ata_dev_async(u_int32_t async_code,
1978 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target, argument
1995 if ((async_code == AC_SENT_BDR)
1996 || (async_code == AC_BUS_RESET)
1997 || (async_code == AC_INQ_CHANGED))
2006 if (async_code == AC_INQ_CHANGED) {
2022 } else if (async_code == AC_LOST_DEVICE &&
2026 } else if (async_code == AC_TRANSFER_NEG) {

Completed in 212 milliseconds