Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.h65 int xdfss_otyp_count[OTYPCNT][XDF_PEXT];
75 ldi_handle_t xdfss_tgt_lh[XDF_PEXT];
H A Dxdf_shell.c292 for (part = 0; part < XDF_PEXT; part++) { in xdfs_isopen()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.h127 #define XDF_PEXT (1 << XDF_PSHIFT) macro
220 ulong_t xdf_vd_lyropen[XDF_PEXT];
H A Dxdf.c1394 ((partition >= 0) || (partition < XDF_PEXT))); in xdf_isopen()