Home
last modified time | relevance | path

Searched refs:ooff (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c2897 t_scalar_t alen, aoff, olen, ooff, err = 0; in tl_conn_req() local
2953 ooff = creq->OPT_offset; in tl_conn_req()
2955 ooff = 0; in tl_conn_req()
2981 (olen > 0 && ((ssize_t)(ooff + olen) > msz || in tl_conn_req()
2982 ooff + olen < 0)) || in tl_conn_req()
2983 olen < 0 || ooff < 0) { in tl_conn_req()
3145 t_scalar_t ooff = creq->OPT_offset; in tl_conn_req_ser() local
3169 ooff = 0; in tl_conn_req_ser()
3195 ooff = 0; in tl_conn_req_ser()
3200 ooff = 0; in tl_conn_req_ser()
[all …]
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c434 nm_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nm_seek() argument
436 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct)); in nm_seek()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c200 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument
H A Dfake_vnode.c1642 offset_t ooff, in fop_seek() argument
1648 err = (*(vp)->v_op->vop_seek)(vp, ooff, noffp, ct); in fop_seek()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_diff.c376 ulong_t ioff, ooff; in ctf_diff_struct() local
392 ooff = omp->ctm_offset; in ctf_diff_struct()
396 ooff = CTF_LMEM_OFFSET(olmp); in ctf_diff_struct()
400 if (ioff != ooff) { in ctf_diff_struct()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1514 sdev_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in sdev_seek() argument
1523 return (fs_seek(vp, ooff, noffp, ct)); in sdev_seek()
1526 return (VOP_SEEK(attrvp, ooff, noffp, ct)); in sdev_seek()
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h209 int (*femop_seek)(femarg_t *vf, offset_t ooff, \
352 extern int vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp,
H A Dvnode.h1161 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1162 fop_seek(vp, ooff, noffp, ct)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c481 socket_vop_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in socket_vop_seek() argument
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1017 lo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in lo_seek() argument
1020 return (VOP_SEEK(vp, ooff, noffp, ct)); in lo_seek()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c350 bootfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, in bootfs_seek() argument
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c240 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument
H A Dfem.c1094 vhead_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vhead_seek() argument
1106 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek()
1113 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek()
2435 vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vnext_seek() argument
2445 return ((*func)(arg0, ooff, noffp, ct)); in vnext_seek()
H A Dvnode.c4005 offset_t ooff, in fop_seek() argument
4011 err = (*(vp)->v_op->vop_seek)(vp, ooff, noffp, ct); in fop_seek()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1130 devfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in devfs_seek() argument
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c936 offset_t ooff, in fop_seek() argument
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c1367 offset_t ooff, in auto_seek() argument
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1194 mntseek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in mntseek() argument
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1748 fifo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fifo_seek() argument
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1744 hsfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in hsfs_seek() argument
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1703 offset_t ooff, in spec_seek() argument
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2355 offset_t ooff, in tmp_seek() argument
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1909 offset_t ooff, in pcfs_seek() argument
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1597 udf_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in udf_seek() argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c3697 smbfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in smbfs_seek() argument

12