Home
last modified time | relevance | path

Searched refs:thislen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c464 int thislen; in spppcomp_outpkt() local
482 thislen = MBLKL(fmb); in spppcomp_outpkt()
483 if (tocopy > thislen) { in spppcomp_outpkt()
484 bcopy(fmb->b_rptr, dp, thislen); in spppcomp_outpkt()
485 dp += thislen; in spppcomp_outpkt()
486 tocopy -= thislen; in spppcomp_outpkt()
527 thislen = PPP_HDRLEN + in spppcomp_outpkt()
531 if (MBLKL(zmp) > thislen) { in spppcomp_outpkt()
532 zmp->b_rptr[thislen] = in spppcomp_outpkt()
536 thislen -= MBLKL(zmp); in spppcomp_outpkt()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c184 int len, thislen, maxlen; in dapli_hermon_wqe_send_build() local
330 thislen = 0; in dapli_hermon_wqe_send_build()
342 HTOBE_32((thislen + maxlen) | in dapli_hermon_wqe_send_build()
344 thislen = 0; in dapli_hermon_wqe_send_build()
355 thislen += len; in dapli_hermon_wqe_send_build()
367 *(uint32_t *)ds = HTOBE_32(thislen | in dapli_hermon_wqe_send_build()
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c880 uint64_t address, size, thislen; in span_to_install() local
898 thislen = 0; in span_to_install()
907 thislen = in span_to_install()
910 thislen = size; in span_to_install()
915 if (thislen == 0) in span_to_install()
919 mdsp->mds_npgs = btop(thislen); in span_to_install()
922 address += thislen; in span_to_install()
923 size -= thislen; in span_to_install()