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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c461 int thislen; local
479 thislen = MBLKL(fmb);
480 if (tocopy > thislen) {
481 bcopy(fmb->b_rptr, dp, thislen);
482 dp += thislen;
483 tocopy -= thislen;
524 thislen = PPP_HDRLEN +
528 if (MBLKL(zmp) > thislen) {
529 zmp->b_rptr[thislen] =
533 thislen
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c184 int len, thislen, maxlen; local
330 thislen = 0;
342 HTOBE_32((thislen + maxlen) |
344 thislen = 0;
355 thislen += len;
367 *(uint32_t *)ds = HTOBE_32(thislen |
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c879 uint64_t address, size, thislen; local
897 thislen = 0;
906 thislen =
909 thislen = size;
914 if (thislen == 0)
918 mdsp->mds_npgs = btop(thislen);
921 address += thislen;
922 size -= thislen;

Completed in 98 milliseconds