Searched defs:bytes2 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c164 unsigned int c, p, bytes1 = 0, bytes2 = 0; local
208 bytes2 = EVTCHN_RING_MASK(p) * sizeof (evtchn_port_t);
211 bytes2 = 0;
217 bytes2 = 0;
218 } else if ((bytes1 + bytes2) > count) {
219 bytes2 = count - bytes1;
223 ((bytes2 != 0) && uiomove(&ep->ring[0], bytes2, UIO_READ, uio))) {
228 ep->ring_cons += (bytes1 + bytes2) / sizeof (evtchn_port_t);

Completed in 45 milliseconds