Searched refs:xsoftc (Results 1 – 1 of 1) sorted by relevance
152 static struct xpt_softc xsoftc; variable154 TUNABLE_INT("kern.cam.boot_delay", &xsoftc.boot_delay);156 &xsoftc.boot_delay, 0, "Bus registration wait time");369 mtx_lock(&xsoftc.xpt_lock); in xptopen()370 xsoftc.flags |= XPT_FLAG_OPEN; in xptopen()371 mtx_unlock(&xsoftc.xpt_lock); in xptopen()381 mtx_lock(&xsoftc.xpt_lock); in xptclose()382 xsoftc.flags &= ~XPT_FLAG_OPEN; in xptclose()383 mtx_unlock(&xsoftc.xpt_lock); in xptclose()793 if (TAILQ_EMPTY(&xsoftc.ccb_scanq)) in xpt_scanner_thread()[all …]