Searched refs:newoff (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 308 register int i, newoff, xoff = 0; in getdir() local 319 newoff = offset - dir_baseoff; in getdir() 320 if (newoff >= dir_basesize) { in getdir() 327 block = baseblock + (newoff / secsize); in getdir() 348 if (newoff < len) in getdir() 350 newoff -= len; in getdir() 397 if (newoff < len) in getdir() 399 newoff -= len; in getdir() 441 block, dir_baseoff, newoff); in getdir() 442 left = dir_basesize - newoff; in getdir() [all …]
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | lseek.c | 84 offset_t curoff, newoff; in lseek32_common() local 195 newoff = (offset_t)noff; in lseek32_common() 196 if ((error = VOP_SEEK(vp, curoff, &newoff, NULL)) == 0) { in lseek32_common() 197 fp->f_offset = newoff; in lseek32_common() 198 (*retoff) = newoff; in lseek32_common()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 764 u_offset_t newoff = 0; in smb_ofile_seek() local 776 newoff = 0; in smb_ofile_seek() 778 newoff = (u_offset_t)off; in smb_ofile_seek() 783 newoff = 0; in smb_ofile_seek() 785 newoff = of->f_seek_pos + (u_offset_t)off; in smb_ofile_seek() 797 newoff = 0; in smb_ofile_seek() 799 newoff = attr.sa_vattr.va_size + (u_offset_t)off; in smb_ofile_seek() 812 if (newoff > UINT_MAX) { in smb_ofile_seek() 815 of->f_seek_pos = newoff; in smb_ofile_seek() 816 *retoff = (uint32_t)newoff; in smb_ofile_seek()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | iommu.c | 1197 uint_t newoff; in iommu_dma_win() local 1212 newoff = win * winsize; in iommu_dma_win() 1213 if (newoff > mp->dmai_object.dmao_size - mp->dmai_minxfer) in iommu_dma_win() 1222 *offp = (off_t)newoff; in iommu_dma_win() 1225 if (newoff == mp->dmai_offset) { in iommu_dma_win() 1232 if ((rval = iommu_map_window(mp, newoff, winsize)) != DDI_SUCCESS) in iommu_dma_win() 1244 iommu_map_window(ddi_dma_impl_t *mp, off_t newoff, size_t winsize) in iommu_map_window() argument 1256 mp->dmai_offset = newoff; in iommu_map_window() 1257 mp->dmai_size = mp->dmai_object.dmao_size - newoff; in iommu_map_window() 1265 pplist = pplist + (newoff >> MMU_PAGESHIFT); in iommu_map_window() [all …]
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_global.c | 578 Dwarf_Off newoff = in_cu_header_offset + len; in dwarf_get_cu_die_offset_given_cu_header_offset() local 580 *out_cu_die_offset = newoff; in dwarf_get_cu_die_offset_given_cu_header_offset()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1603 ulong_t newoff; in elt_print() local 1632 newoff = off + e.cte_bits; in elt_print() 1634 newoff = off + nsize * NBBY; in elt_print() 1637 newoff = -1UL; /* ULONG_MAX */ in elt_print() 1640 hole->hi_offset = newoff; in elt_print()
|