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

Function sys_futimes

freebsd/kern/vfs_syscalls.c:3256–3261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3254};
3255#endif
3256int
3257sys_futimes(struct thread *td, struct futimes_args *uap)
3258{
3259
3260 return (kern_futimes(td, uap->fd, uap->tptr, UIO_USERSPACE));
3261}
3262
3263int
3264kern_futimes(struct thread *td, int fd, struct timeval *tptr,

Callers

nothing calls this directly

Calls 1

kern_futimesFunction · 0.85

Tested by

no test coverage detected