MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_futimens

Function sys_futimens

freebsd/kern/vfs_syscalls.c:3288–3293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3286}
3287
3288int
3289sys_futimens(struct thread *td, struct futimens_args *uap)
3290{
3291
3292 return (kern_futimens(td, uap->fd, uap->times, UIO_USERSPACE));
3293}
3294
3295int
3296kern_futimens(struct thread *td, int fd, struct timespec *tptr,

Callers

nothing calls this directly

Calls 1

kern_futimensFunction · 0.85

Tested by

no test coverage detected