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

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c158 size_t coff, src_base; local
176 coff = lboff;
178 ppn = SF_ORIG_PPN(coff);
183 } else if (SF_DIFF_PPN(coff)) {
185 return (SF_BUF_PPN(coff));
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c377 uint32_t coff; local
384 coff = num * PTC_ROOT_SIZE;
385 bcopy(&coff, bp + PTC_GENCACHE_NUM, sizeof (coff));
396 uint32_t coff; local
403 coff = num * PTC_ROOT_SIZE;
404 bcopy(&coff, bp + PTC_FINCACHE_NUM, sizeof (coff));
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c369 uint8_t coff; local
376 coff = num * PTC_ROOT_SIZE;
377 bcopy(&coff, bp + PTC_GENCACHE_NUM, sizeof (coff));
/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c411 uint_t coff = 0; /* offset into cookie */ local
436 isp->is_dma_cookie[ci].dmac_laddress + coff,
438 coff += end - off;
452 dmac_laddress + coff, reg,
457 coff += reg;
462 isp->is_dma_cookie[ci].dmac_laddress + coff,
466 coff += tail;
488 coff = 0;
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c214 offset_t coff, roff; local
235 coff = 0;
280 coff = 3;
285 if (roff > coff) {
286 coff += nlen;
301 dp->d_off = coff;
307 coff += nlen;
314 coff++;
320 uiop->uio_loffset = coff;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_login.c2721 size_t inlen, outlen, coff; local
2744 coff = strlen(sns);
2745 inlen = strlen(name) - coff;
2746 outlen = *buflen - coff;
2749 if (u8_textprep_str(name + coff, &inlen, ret + coff, &outlen, flag,
2756 bcopy(sns, ret, coff);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2170 void *coff = tcb->tcb_dma.dmab_address + tcb->tcb_dma.dmab_len; local
2172 bcopy(nmp->b_rptr, coff, clen);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c457 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
511 coff = o;
514 coff += 1ULL << unit_shift;
517 rm->rm_col[c].rc_offset = coff;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c1178 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
1212 coff = o;
1215 coff += 1ULL << unit_shift;
1218 rm->rm_col[c].rc_offset = coff;

Completed in 90 milliseconds