Searched refs:parbit (Results 1 – 1 of 1) sorted by relevance
1404 ulong_t parbit; in xdf_isopen() local1411 parbit = (ulong_t)-1; in xdf_isopen()1413 parbit = 1 << partition; in xdf_isopen()1416 if (vdp->xdf_vd_open[i] & parbit) in xdf_isopen()3044 ulong_t parbit; in xdf_close() local3056 parbit = 1 << part; in xdf_close()3058 ASSERT((vdp->xdf_vd_open[otyp] & parbit) != 0); in xdf_close()3062 vdp->xdf_vd_open[otyp] &= ~parbit; in xdf_close()3064 vdp->xdf_vd_open[otyp] &= ~parbit; in xdf_close()3066 vdp->xdf_vd_exclopen &= ~parbit; in xdf_close()[all …]