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

Function sys_utimensat

freebsd/kern/vfs_syscalls.c:3322–3328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3320}
3321
3322int
3323sys_utimensat(struct thread *td, struct utimensat_args *uap)
3324{
3325
3326 return (kern_utimensat(td, uap->fd, uap->path, UIO_USERSPACE,
3327 uap->times, UIO_USERSPACE, uap->flag));
3328}
3329
3330int
3331kern_utimensat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_utimensatFunction · 0.85

Tested by

no test coverage detected