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

Function sys_readlink

freebsd/kern/vfs_syscalls.c:2563–2569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2561};
2562#endif
2563int
2564sys_readlink(struct thread *td, struct readlink_args *uap)
2565{
2566
2567 return (kern_readlinkat(td, AT_FDCWD, uap->path, UIO_USERSPACE,
2568 uap->buf, UIO_USERSPACE, uap->count));
2569}
2570#ifndef _SYS_SYSPROTO_H_
2571struct readlinkat_args {
2572 int fd;

Callers

nothing calls this directly

Calls 1

kern_readlinkatFunction · 0.85

Tested by

no test coverage detected