Searched refs:async_code (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/bus/cam/ |
H A D | cam_xpt.h | 81 void xpt_async(u_int32_t async_code, struct cam_path *path,
|
H A D | cam_xpt.c | 753 u_int32_t async_code, 756 static void xpt_dev_async(u_int32_t async_code, 4567 xpt_async(u_int32_t async_code, struct cam_path *path, void *async_arg) in xpt_async() argument 4586 if (async_code == AC_BUS_RESET) { in xpt_async() 4602 if (async_code == AC_SENT_BDR) { in xpt_async() 4618 xpt_dev_async(async_code, bus, target, in xpt_async() 4621 xpt_async_bcast(&device->asyncs, async_code, in xpt_async() 4631 xpt_async_bcast(&xpt_periph->path->device->asyncs, async_code, in xpt_async() 4637 u_int32_t async_code, in xpt_async_bcast() argument 4651 if ((cur_entry->event_enable & async_code) != 0) in xpt_async_bcast() [all …]
|