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

Function sys_futimesat

freebsd/kern/vfs_syscalls.c:3182–3188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3180};
3181#endif
3182int
3183sys_futimesat(struct thread *td, struct futimesat_args *uap)
3184{
3185
3186 return (kern_utimesat(td, uap->fd, uap->path, UIO_USERSPACE,
3187 uap->times, UIO_USERSPACE));
3188}
3189
3190int
3191kern_utimesat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_utimesatFunction · 0.85

Tested by

no test coverage detected