Searched refs:GNTST_okay (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dgrant_table.h400 #define GNTST_okay (0) /* Normal return. */ macro
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c746 if ((e != 0) || (mapop[0].status != GNTST_okay)) {
752 ASSERT(mapop[i].status == GNTST_okay);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c131 if ((rc < 0) || (query.status != GNTST_okay))
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c327 if (mapops[i].status != GNTST_okay) {
370 if (mapops[i].status != GNTST_okay)

Completed in 50 milliseconds