Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxdf.c1390 ulong_t parbit; in xdf_isopen() local
1397 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() local
3016 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 …]