Home
last modified time | relevance | path

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

12

/onnv-gate/usr/src/uts/common/io/
H A Dtl.c2799 t_scalar_t alen, aoff, olen, ooff, err = 0; in tl_conn_req() local
2855 ooff = creq->OPT_offset; in tl_conn_req()
2857 ooff = 0; in tl_conn_req()
2883 (olen > 0 && ((ssize_t)(ooff + olen) > msz || in tl_conn_req()
2884 ooff + olen < 0)) || in tl_conn_req()
2885 olen < 0 || ooff < 0) { in tl_conn_req()
3047 t_scalar_t ooff = creq->OPT_offset; in tl_conn_req_ser() local
3071 ooff = 0; in tl_conn_req_ser()
3097 ooff = 0; in tl_conn_req_ser()
3102 ooff = 0; in tl_conn_req_ser()
[all …]
/onnv-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c437 nm_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nm_seek() argument
439 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct)); in nm_seek()
/onnv-gate/usr/src/uts/common/sys/
H A Dfem.h207 int (*femop_seek)(femarg_t *vf, offset_t ooff, \
349 extern int vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp,
H A Dvnode.h1077 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1078 fop_seek(vp, ooff, noffp, ct)
/onnv-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1206 sdev_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in sdev_seek() argument
1215 return (fs_seek(vp, ooff, noffp, ct)); in sdev_seek()
1218 return (VOP_SEEK(attrvp, ooff, noffp, ct)); in sdev_seek()
/onnv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c466 socket_vop_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in socket_vop_seek() argument
/onnv-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c978 lo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in lo_seek() argument
981 return (VOP_SEEK(vp, ooff, noffp, ct)); in lo_seek()
/onnv-gate/usr/src/uts/common/fs/
H A Dfs_subr.c231 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument
H A Dfem.c1090 vhead_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vhead_seek() argument
1102 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek()
1109 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek()
2400 vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vnext_seek() argument
2410 return ((*func)(arg0, ooff, noffp, ct)); in vnext_seek()
H A Dvnode.c3764 offset_t ooff, in fop_seek() argument
3770 err = (*(vp)->v_op->vop_seek)(vp, ooff, noffp, ct); in fop_seek()
/onnv-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1120 devfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in devfs_seek() argument
/onnv-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c1365 offset_t ooff, in auto_seek() argument
/onnv-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
/onnv-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1732 fifo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fifo_seek() argument
/onnv-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1895 offset_t ooff, in hsfs_seek() argument
/onnv-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2329 offset_t ooff, in tmp_seek() argument
/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c2837 smbfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in smbfs_seek() argument
/onnv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1905 offset_t ooff, in pcfs_seek() argument
/onnv-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1701 offset_t ooff, in spec_seek() argument
/onnv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1570 udf_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in udf_seek() argument
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3583 nfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nfs_seek() argument
H A Dnfs3_vnops.c4490 nfs3_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nfs3_seek() argument
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4335 zfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, in zfs_seek() argument
/onnv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4418 ufs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in ufs_seek() argument
/onnv-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5603 prseek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in prseek() argument

12