Searched refs:coff (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/lib/libumem/amd64/ |
H A D | umem_genasm.c | 377 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_41/usr/src/grub/grub-0.97/ |
H A D | config.sub | 676 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 D | config.guess | 947 coff-i386)
|
/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/ |
H A D | bitmap.c | 158 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_41/usr/src/lib/libumem/i386/ |
H A D | umem_genasm.c | 369 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_41/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_recv.c | 411 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_41/usr/src/grub/grub-0.97/stage2/ |
H A D | bios.c | 28 int coff, int hoff, int soff,
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz.c | 456 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; in vdev_raidz_map_alloc() local 510 coff = o; in vdev_raidz_map_alloc() 513 coff += 1ULL << unit_shift; in vdev_raidz_map_alloc() 516 rm->rm_col[c].rc_offset = coff; in vdev_raidz_map_alloc()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 2170 void *coff = tcb->tcb_dma.dmab_address + tcb->tcb_dma.dmab_len; in i40e_ring_tx() local 2172 bcopy(nmp->b_rptr, coff, clen); in i40e_ring_tx()
|