Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hppa/stand/xxboot/
H A Dreadufs_ffs.c130 unsigned ioff; in get_ffs_inode() local
135 ioff = ino_to_fsbo(&fsi, ino); in get_ffs_inode()
139 di = (void *) &(&buf->di1)[ioff]; in get_ffs_inode()
141 di = (void *) &(&buf->di2)[ioff]; in get_ffs_inode()
147 di = &buf[ioff]; in get_ffs_inode()
/netbsd-src/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs_ffs.c131 unsigned ioff; in get_ffs_inode() local
136 ioff = ino_to_fsbo(&fsi, ino); in get_ffs_inode()
140 di = (void *) &(&buf->di1)[ioff]; in get_ffs_inode()
142 di = (void *) &(&buf->di2)[ioff]; in get_ffs_inode()
148 di = &buf[ioff]; in get_ffs_inode()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c665 …e(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff) in ext2fs_cg_update() argument
682 (ioff + 1) >= (fs->e2fs.e2fs_ipg - in ext2fs_cg_update()
685 h2fs16(fs->e2fs.e2fs_ipg - (ioff + 1)); in ext2fs_cg_update()
858 ino_t ioff; in ext2fs_cg_verify_and_initialize() local
890 ioff = fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itable_unused_lo); in ext2fs_cg_verify_and_initialize()
891 boff = (ioff % fs->e2fs_ipb) * EXT2_DINODE_SIZE(fs); in ext2fs_cg_verify_and_initialize()
893 for(i = ioff / fs->e2fs_ipb; i < fs->e2fs_itpg; i++) { in ext2fs_cg_verify_and_initialize()
/netbsd-src/sys/dev/
H A Dfss.c1122 int ioff; in fss_bs_indir() local
1125 ioff = cl%(FSS_CLSIZE(sc)/sizeof(u_int32_t)); in fss_bs_indir()
1128 return &sc->sc_indir_data[ioff]; in fss_bs_indir()
1147 return &sc->sc_indir_data[ioff]; in fss_bs_indir()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c2866 int dcode, icode, reg, ioff, dscale, ilen; in elf32_rx_relax_section() local
2879 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2; in elf32_rx_relax_section()
2920 if (srel[1].r_offset == irel->r_offset + ioff) in elf32_rx_relax_section()
2928 unsigned char * ip = insn + ioff; in elf32_rx_relax_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c2865 int dcode, icode, reg, ioff, dscale, ilen; in elf32_rx_relax_section() local
2878 ioff = dcode == 1 ? 3 : dcode == 2 ? 4 : 2; in elf32_rx_relax_section()
2919 if (srel[1].r_offset == irel->r_offset + ioff) in elf32_rx_relax_section()
2927 unsigned char * ip = insn + ioff; in elf32_rx_relax_section()
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c2960 uint32 ioff=0, idata_limit=0, i, pal_len=0; in parse_png_file() local
3041 if (ioff + c.length > idata_limit) { in parse_png_file()
3044 while (ioff + c.length > idata_limit) in parse_png_file()
3049 if (!getn(s, z->idata+ioff,c.length)) return e("outofdata","Corrupt PNG"); in parse_png_file()
3050 ioff += c.length; in parse_png_file()
3059 …(uint8 *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, 16384, (int *) &ra… in parse_png_file()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vrp.c3708 offset_int ioff = wi::to_offset (fold_convert (ptrdiff_type_node, cstoff)); in check_mem_ref() local
3709 offset_int extrema[2] = { 0, wi::abs (ioff) }; in check_mem_ref()
3870 offrange[0] += ioff; in check_mem_ref()
3871 offrange[1] += ioff; in check_mem_ref()
/netbsd-src/sys/kern/
H A Dsubr_pool.c807 pool_init(struct pool *pp, size_t size, u_int align, u_int ioff, int flags, in pool_init() argument
814 /* XXX ioff will be removed. */ in pool_init()
815 KASSERT(ioff == 0); in pool_init()
1917 (*pr)(" %s: itemsize %u, totalmem %zu align %u, ioff %u, roflags 0x%08x\n", in pool_print1()