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

Function sys_readlinkat

freebsd/kern/vfs_syscalls.c:2578–2584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2576};
2577#endif
2578int
2579sys_readlinkat(struct thread *td, struct readlinkat_args *uap)
2580{
2581
2582 return (kern_readlinkat(td, uap->fd, uap->path, UIO_USERSPACE,
2583 uap->buf, UIO_USERSPACE, uap->bufsize));
2584}
2585
2586int
2587kern_readlinkat(struct thread *td, int fd, const char *path,

Callers

nothing calls this directly

Calls 1

kern_readlinkatFunction · 0.85

Tested by

no test coverage detected