Searched refs:newoff (Results 1 – 7 of 7) sorted by relevance
/titanic_50/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_50/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_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_ofile.c | 781 u_offset_t newoff = 0; in smb_ofile_seek() local 793 newoff = 0; in smb_ofile_seek() 795 newoff = (u_offset_t)off; in smb_ofile_seek() 800 newoff = 0; in smb_ofile_seek() 802 newoff = of->f_seek_pos + (u_offset_t)off; in smb_ofile_seek() 814 newoff = 0; in smb_ofile_seek() 816 newoff = attr.sa_vattr.va_size + (u_offset_t)off; in smb_ofile_seek() 829 if (newoff > UINT_MAX) { in smb_ofile_seek() 832 of->f_seek_pos = newoff; in smb_ofile_seek() 833 *retoff = (uint32_t)newoff; in smb_ofile_seek()
|
H A D | smb2_setinfo_file.c | 164 uint64_t newoff; in smb2_setf_seek() local 166 if (smb_mbc_decodef(&si->si_data, "q", &newoff) != 0) in smb2_setf_seek() 171 of->f_seek_pos = newoff; in smb2_setf_seek()
|
/titanic_50/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_50/usr/src/lib/libdwarf/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_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 1604 ulong_t newoff; in elt_print() local 1633 newoff = off + e.cte_bits; in elt_print() 1635 newoff = off + nsize * NBBY; in elt_print() 1638 newoff = -1UL; /* ULONG_MAX */ in elt_print() 1641 hole->hi_offset = newoff; in elt_print()
|