Searched refs:kern_symlinkat (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 310 int kern_symlinkat(struct thread *td, const char *path1, int fd,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mountroot.c | 300 error = kern_symlinkat(td, "/", AT_FDCWD, "dev", UIO_SYSSPACE); in vfs_mountroot_devfs()
|
| H A D | vfs_syscalls.c | 1656 return (kern_symlinkat(td, uap->path, AT_FDCWD, uap->link, in sys_symlink() 1671 return (kern_symlinkat(td, uap->path1, uap->fd, uap->path2, in sys_symlinkat() 1676 kern_symlinkat(struct thread *td, const char *path1, int fd, const char *path2, in kern_symlinkat() function
|