Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c377 uint32_t coff; in genasm_gencache() local
384 coff = num * PTC_ROOT_SIZE; in genasm_gencache()
385 bcopy(&coff, bp + PTC_GENCACHE_NUM, sizeof (coff)); in genasm_gencache()
396 uint32_t coff; in genasm_lastcache() local
403 coff = num * PTC_ROOT_SIZE; in genasm_lastcache()
404 bcopy(&coff, bp + PTC_FINCACHE_NUM, sizeof (coff)); in genasm_lastcache()
/titanic_50/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c214 offset_t coff, roff; in bootfs_readdir() local
235 coff = 0; in bootfs_readdir()
280 coff = 3; in bootfs_readdir()
285 if (roff > coff) { in bootfs_readdir()
286 coff += nlen; in bootfs_readdir()
301 dp->d_off = coff; in bootfs_readdir()
307 coff += nlen; in bootfs_readdir()
314 coff++; in bootfs_readdir()
320 uiop->uio_loffset = coff; in bootfs_readdir()
/titanic_50/usr/src/grub/grub-0.97/
H A Dconfig.sub676 os=-coff
763 os=-coff
852 os=-coff
966 os=-coff
970 os=-coff
974 os=-coff
1047 z8k-*-coff)
1343 os=-coff
1377 os=-coff
1467 os=-coff
[all …]
H A Dconfig.guess947 coff-i386)
/titanic_50/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c158 size_t coff, src_base; in search_buf_pages() local
176 coff = lboff; in search_buf_pages()
178 ppn = SF_ORIG_PPN(coff); in search_buf_pages()
183 } else if (SF_DIFF_PPN(coff)) { in search_buf_pages()
185 return (SF_BUF_PPN(coff)); in search_buf_pages()
/titanic_50/usr/src/lib/libumem/i386/
H A Dumem_genasm.c369 uint8_t coff; in genasm_gencache() local
376 coff = num * PTC_ROOT_SIZE; in genasm_gencache()
377 bcopy(&coff, bp + PTC_GENCACHE_NUM, sizeof (coff)); in genasm_gencache()
/titanic_50/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_recv.c411 uint_t coff = 0; /* offset into cookie */ in av1394_ir_build_ixl() local
436 isp->is_dma_cookie[ci].dmac_laddress + coff, in av1394_ir_build_ixl()
438 coff += end - off; in av1394_ir_build_ixl()
452 dmac_laddress + coff, reg, in av1394_ir_build_ixl()
457 coff += reg; in av1394_ir_build_ixl()
462 isp->is_dma_cookie[ci].dmac_laddress + coff, in av1394_ir_build_ixl()
466 coff += tail; in av1394_ir_build_ixl()
488 coff = 0; in av1394_ir_build_ixl()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dbios.c28 int coff, int hoff, int soff,
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz.c457 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; in vdev_raidz_map_alloc() local
511 coff = o; in vdev_raidz_map_alloc()
514 coff += 1ULL << unit_shift; in vdev_raidz_map_alloc()
517 rm->rm_col[c].rc_offset = coff; in vdev_raidz_map_alloc()