Home
last modified time | relevance | path

Searched refs:AC_UNSOL_RESEL (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/cam/
Dcam_ccb.h867 AC_UNSOL_RESEL = 0x002,/* Unsolicited reselection occurred */ enumerator
Dcam_xpt.c4236 case AC_UNSOL_RESEL: return ("AC_UNSOL_RESEL"); in xpt_async_string()
4259 case AC_UNSOL_RESEL: return (0); in xpt_async_size()
/freebsd-12-stable/sys/dev/aic/
Daic.c514 xpt_async(AC_UNSOL_RESEL, aic->path, NULL); in aic_reconnect()