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

/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpktdrvr.c1331 * start_offs start of real mode code in program segment
1358 int RealCopy (ULONG start_offs, argument
1374 if (start_offs >= end_offs || end_offs > 0x10000)
1377 /* Round start_offs down to a paragraph (16-byte) boundary so we can set up
1381 start_offs &= ~15;
1395 len = ((end_offs - start_offs) + 15) >> 4;
1416 * memory. Note we know start_offs is aligned on a paragraph (16-byte)
1420 * by start_offs.
1422 rm_base = ((ULONG) *rmem_adrp) - (start_offs >> 4);
1428 source = (UCHAR *) start_offs;
[all...]

Completed in 101 milliseconds