Searched refs:_kern_create_symlink (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dlink.c49 int status = _kern_create_symlink(-1, symlinkPath, toPath, 0);
58 RETURN_AND_SET_ERRNO(_kern_create_symlink(fd, symlinkPath, toPath, 0));
/haiku/headers/build/private/kernel/
H A Dsyscalls.h31 #define _kern_create_symlink _kernbuild_create_symlink macro
72 extern status_t _kern_create_symlink(int fd, const char *path,
/haiku/src/tools/fs_shell/
H A Dsyscalls.h47 fssh_status_t _kern_create_symlink(int fd, const char *path,
H A Dfuse.cpp232 return _ERR(_kern_create_symlink(-1, to, from,
H A Dcommand_cp.cpp828 fssh_status_t error = _kern_create_symlink(-1, path, linkTo,
H A Dfssh.cpp925 error = _kern_create_symlink(-1, target, source,
H A Dvfs.cpp5365 _kern_create_symlink(int fd, const char *path, const char *toPath, int mode) function in namespace:FSShell
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp460 _kern_create_symlink(-1, sPredefinedLinks[i].path,
523 _kern_create_symlink(-1, path, "/boot", 0777);
H A Dvfs.cpp8479 _kern_create_symlink(int fd, const char* path, const char* toPath, int mode) function
/haiku/src/build/libbe/storage/
H A DDirectory.cpp445 status_t error = _kern_create_symlink(fDirFd, path, linkToPath,
/haiku/src/kits/storage/
H A DDirectory.cpp465 status_t error = _kern_create_symlink(fDirFd, path, linkToPath,
/haiku/src/build/libroot/
H A Dfs.cpp1011 // _kern_create_symlink
1013 _kern_create_symlink(int fd, const char *path, const char *toPath, int mode) function
1469 RETURN_AND_SET_ERRNO(_kern_create_symlink(fd, symlinkPath, toPath,
/haiku/headers/private/system/
H A Dsyscalls.h288 extern status_t _kern_create_symlink(int fd, const char *path,
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1110 void _kern_create_symlink() {} function
H A Dlibroot_stubs_legacy.c1030 void _kern_create_symlink() {} function

Completed in 307 milliseconds