Searched refs:parbit (Results 1 – 1 of 1) sorted by relevance
1390 ulong_t parbit; in xdf_isopen() local1397 parbit = (ulong_t)-1; in xdf_isopen()1399 parbit = 1 << partition; in xdf_isopen()1402 if (vdp->xdf_vd_open[i] & parbit) in xdf_isopen()3004 ulong_t parbit; in xdf_close() local3016 parbit = 1 << part; in xdf_close()3018 ASSERT((vdp->xdf_vd_open[otyp] & parbit) != 0); in xdf_close()3022 vdp->xdf_vd_open[otyp] &= ~parbit; in xdf_close()3024 vdp->xdf_vd_open[otyp] &= ~parbit; in xdf_close()3026 vdp->xdf_vd_exclopen &= ~parbit; in xdf_close()[all …]