HomeSort by: relevance | last modified time | path
    Searched defs:ptyfs_update (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/ptyfs/
ptyfs_vnops.c 134 static int ptyfs_update(struct vnode *, const struct timespec *,
465 error = ptyfs_update(vp, &vap->va_atime, &vap->va_mtime, 0);
811 (void)ptyfs_update(vp, &ts, &ts, 0);
841 (void)ptyfs_update(vp, &ts, &ts, 0);
917 ptyfs_update(struct vnode *vp, const struct timespec *acc, function in typeref:typename:int
ptyfs_vnops.c 134 static int ptyfs_update(struct vnode *, const struct timespec *,
465 error = ptyfs_update(vp, &vap->va_atime, &vap->va_mtime, 0);
811 (void)ptyfs_update(vp, &ts, &ts, 0);
841 (void)ptyfs_update(vp, &ts, &ts, 0);
917 ptyfs_update(struct vnode *vp, const struct timespec *acc, function in typeref:typename:int
ptyfs_vnops.c 134 static int ptyfs_update(struct vnode *, const struct timespec *,
465 error = ptyfs_update(vp, &vap->va_atime, &vap->va_mtime, 0);
811 (void)ptyfs_update(vp, &ts, &ts, 0);
841 (void)ptyfs_update(vp, &ts, &ts, 0);
917 ptyfs_update(struct vnode *vp, const struct timespec *acc, function in typeref:typename:int

Completed in 31 milliseconds