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

/macosx-10.9.5/IONetworkingFamily-100/
H A DIOMbufMemoryCursor.cpp195 SInt32 outSegs; // segments for current output mbuf link. local
214 doneSegs = outSegs = outLen = 0;
222 // large enough to make (numSegs + doneSegs + outSegs) less than or
276 outSegs = (round_page(vmo + outLen) - trunc_page(vmo)) / PAGE_SIZE;
277 if (doneSegs + outSegs > (int) maxSegs) {
279 doneSegs, outSegs, maxSegs);
305 } while (in && ((numSegs + doneSegs + outSegs) > 0));
307 if ( (int) (numSegs + doneSegs + outSegs) <= 0) { // success

Completed in 134 milliseconds