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

Function sys_symlinkat

freebsd/kern/vfs_syscalls.c:1667–1673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1665};
1666#endif
1667int
1668sys_symlinkat(struct thread *td, struct symlinkat_args *uap)
1669{
1670
1671 return (kern_symlinkat(td, uap->path1, uap->fd, uap->path2,
1672 UIO_USERSPACE));
1673}
1674
1675int
1676kern_symlinkat(struct thread *td, const char *path1, int fd, const char *path2,

Callers

nothing calls this directly

Calls 1

kern_symlinkatFunction · 0.85

Tested by

no test coverage detected