Home
last modified time | relevance | path

Searched refs:f_offset (Results 1 – 24 of 24) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dlseek.c90 curoff = fp->f_offset; in lseek32_common()
154 fp->f_offset = (offset_t)noff; in lseek32_common()
185 fp->f_offset = (offset_t)noff; in lseek32_common()
197 fp->f_offset = newoff; in lseek32_common()
291 new_off += fp->f_offset; in lseek64()
329 fp->f_offset = new_off; in lseek64()
359 fp->f_offset = new_off; in lseek64()
368 old_off = fp->f_offset; in lseek64()
370 fp->f_offset = new_off; in lseek64()
H A Dgetdents.c115 auio.uio_loffset = fp->f_offset; in getdents32()
126 fp->f_offset = auio.uio_loffset; in getdents32()
222 auio.uio_loffset = fp->f_offset; in getdents64()
235 fp->f_offset = auio.uio_loffset; in getdents64()
H A Drw.c118 if (nbl_conflict(vp, NBL_READ, fp->f_offset, cnt, svmand, in read()
138 fileoff = (u_offset_t)fp->f_offset; in read()
190 fp->f_offset = cnt; in read()
193 fp->f_offset = auio.uio_loffset; in read()
254 if (nbl_conflict(vp, NBL_WRITE, fp->f_offset, cnt, svmand, in write()
263 fileoff = fp->f_offset; in write()
319 fp->f_offset = cnt; in write()
322 fp->f_offset = auio.uio_loffset; in write()
696 if (nbl_conflict(vp, NBL_READ, fp->f_offset, count, svmand, in readv()
704 fileoff = fp->f_offset; in readv()
[all …]
H A Dioctl.c97 offset = MIN(vattr.va_size - fp->f_offset, INT_MAX); in ioctl()
H A Dsendfile.c362 fileoff = fp->f_offset; in sendvec64()
381 fp->f_offset += count; in sendvec64()
1165 fileoff = fp->f_offset; in sendfilev()
1345 fp->f_offset += count; in sendfilev()
H A Dfcntl.c268 offset = fp->f_offset; in fcntl()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh41 CANREAD(f_offset)
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h40 off_t f_offset; member
/titanic_50/usr/src/ucbhead/sys/
H A Dfile.h66 off_t f_offset; /* read/write character pointer */ member
/titanic_50/usr/src/uts/common/sys/
H A Dfile.h66 offset_t f_offset; /* read/write character pointer */ member
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.h137 u_offset_t f_offset; /* offset for ondisk file */ member
H A Dreadbuf.c444 lrp->f_offset = lbp->next_rec; in nfslog_read_buffer()
446 lrp->f_offset = lbp->next_rec - lbp->mmap_addr; in nfslog_read_buffer()
641 prp->start_offset = lrp->f_offset; in nfslog_ins_last_rec_processed()
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c362 frag->f_page, frag->f_offset, frag_off); in rdsv3_ib_inc_copy_to_user()
365 frag->f_offset + frag_off), in rdsv3_ib_inc_copy_to_user()
631 addr = frag->f_page + frag->f_offset; in rdsv3_ib_cong_recv()
H A Drdsv3_impl.c975 frag->f_offset = 0; in rdsv3_ib_frag_constructor()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4331 off = fp->f_offset; in zfs_ioc_recv()
4391 zc->zc_cookie = off - fp->f_offset; in zfs_ioc_recv()
4392 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_recv()
4393 fp->f_offset = off; in zfs_ioc_recv()
4531 off = fp->f_offset; in zfs_ioc_send()
4536 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_send()
4537 fp->f_offset = off; in zfs_ioc_send()
5114 off = fp->f_offset; in zfs_ioc_diff()
5118 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_diff()
5119 fp->f_offset = off; in zfs_ioc_diff()
[all …]
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1320 int bpc, f_offset; in vgatext_setfont() local
1358 f_offset = s * 8 * 1024; in vgatext_setfont()
1361 to = (unsigned char *)softc->fb.addr + f_offset + i * 0x20; in vgatext_setfont()
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1654 offset = fas->f_offset[target]; \
1781 fas->f_offset[i] = fas_default_offset | in fas_init_chip()
1784 fas->f_offset[i] = 0; in fas_init_chip()
4969 if (fas->f_offset[tgt]) { in fas_handle_data_done()
6161 fas->f_offset[tgt] = offset; in fas_multibyte_msg()
6171 offset = (fas->f_offset[tgt] & 0xf); in fas_multibyte_msg()
6179 fas->f_offset[tgt] = offset | fas->f_req_ack_delay; in fas_multibyte_msg()
6181 fas->f_offset[tgt]); in fas_multibyte_msg()
6199 fas->f_offset[tgt] & 0xf, tgt); in fas_multibyte_msg()
6313 fas->f_offset[tgt] = 0; in fas_revert_to_async()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h48 unsigned long f_offset; member
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c1399 if (nvf_errno = vn_rdwr(rw, vp, (caddr_t)cbuf, count, fp->f_offset, in nvf_rw()
1406 fp->f_offset += count; in nvf_rw()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dio.d.in193 fi_offset = F == NULL ? 0 : F->f_offset;
/titanic_50/usr/src/uts/common/os/
H A Dfio.c945 offset = fp->f_offset; in closef()
1108 fp->f_offset = 0; in falloc()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf_notes.c363 fdinfo.pr_offset = fp->f_offset; in write_elfnotes()
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasvar.h255 uchar_t f_offset[NTARGETS_WIDE]; /* synch offset + req-ack delay */ member
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c1131 addr, myfd, f->f_flag, f->f_vnode, f->f_offset, f->f_cred, in file_t_callback()