HomeSort by: relevance | last modified time | path
    Searched defs:ioff (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/hppa/stand/xxboot/
readufs_ffs.c 130 unsigned ioff; local in function:get_ffs_inode
135 ioff = ino_to_fsbo(&fsi, ino);
139 di = (void *) &(&buf->di1)[ioff];
141 di = (void *) &(&buf->di2)[ioff];
147 di = &buf[ioff];
  /src/sys/arch/x68k/stand/boot_ufs/
readufs_ffs.c 131 unsigned ioff; local in function:get_ffs_inode
136 ioff = ino_to_fsbo(&fsi, ino);
140 di = (void *) &(&buf->di1)[ioff];
142 di = (void *) &(&buf->di2)[ioff];
148 di = &buf[ioff];
  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 665 ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff)
682 (ioff + 1) >= (fs->e2fs.e2fs_ipg -
685 h2fs16(fs->e2fs.e2fs_ipg - (ioff + 1));
858 ino_t ioff; local in function:ext2fs_cg_verify_and_initialize
890 ioff = fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itable_unused_lo);
891 boff = (ioff % fs->e2fs_ipb) * EXT2_DINODE_SIZE(fs);
893 for(i = ioff / fs->e2fs_ipb; i < fs->e2fs_itpg; i++) {
  /src/sys/dev/
fss.c 1122 int ioff; local in function:fss_bs_indir
1125 ioff = cl%(FSS_CLSIZE(sc)/sizeof(u_int32_t));
1128 return &sc->sc_indir_data[ioff];
1147 return &sc->sc_indir_data[ioff];
  /src/sys/dev/stbi/
stb_image.c 2960 uint32 ioff=0, idata_limit=0, i, pal_len=0; local in function:parse_png_file
3041 if (ioff + c.length > idata_limit) {
3044 while (ioff + c.length > idata_limit)
3049 if (!getn(s, z->idata+ioff,c.length)) return e("outofdata","Corrupt PNG");
3050 ioff += c.length;
3059 z->expanded = (uint8 *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, 16384, (int *) &raw_len, !iphone);

Completed in 18 milliseconds