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

Function sys_lutimes

freebsd/kern/vfs_syscalls.c:3220–3226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3218};
3219#endif
3220int
3221sys_lutimes(struct thread *td, struct lutimes_args *uap)
3222{
3223
3224 return (kern_lutimes(td, uap->path, UIO_USERSPACE, uap->tptr,
3225 UIO_USERSPACE));
3226}
3227
3228int
3229kern_lutimes(struct thread *td, const char *path, enum uio_seg pathseg,

Callers

nothing calls this directly

Calls 1

kern_lutimesFunction · 0.85

Tested by

no test coverage detected