_kern_create_symlink
extern status_t _kern_create_symlink(int fd, const char *path,
extern status_t _kern_create_symlink(int fd, const char *path,
status_t error = _kern_create_symlink(fDirFd, path, linkToPath,
RETURN_AND_SET_ERRNO(_kern_create_symlink(fd, symlinkPath, toPath,
status_t error = _kern_create_symlink(fDirFd, path, linkToPath,
_kern_create_symlink(-1, sPredefinedLinks[i].path,
_kern_create_symlink(-1, path, "/boot", 0777);
RETURN_AND_SET_ERRNO(_kern_create_symlink(fd, symlinkPath, toPath, 0));
fssh_status_t error = _kern_create_symlink(-1, path, linkTo,
error = _kern_create_symlink(-1, target, source,
return _ERR(_kern_create_symlink(-1, to, from,
fssh_status_t _kern_create_symlink(int fd, const char *path,