Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c188 ASSERT(xsp->xdfss_tgt_holds >= 0); in xdfs_tgt_hold()
193 xsp->xdfss_tgt_holds++; in xdfs_tgt_hold()
203 ASSERT(xsp->xdfss_tgt_holds > 0); in xdfs_tgt_release()
204 if (--xsp->xdfss_tgt_holds == 0) in xdfs_tgt_release()
279 ASSERT(xsp->xdfss_tgt_holds >= 0); in xdfs_isopen_part()
336 xsp->xdfss_tgt_holds = 0; in xdfs_tgt_probe()
441 ASSERT(xsp->xdfss_tgt_holds >= 0); in xdfs_tgt_detach()
443 if ((xdfs_isopen(xsp)) || (xsp->xdfss_tgt_holds != 0)) in xdfs_tgt_detach()
H A Dxdf_shell.h70 int xdfss_tgt_holds; member