Searched refs:kern_linkat (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | syscallsubr.h | 141 int kern_linkat(struct thread *td, int fd1, int fd2, char *path1,
|
| /NextBSD/sys/compat/cloudabi/ |
| HD | cloudabi_file.c | 188 error = kern_linkat(td, uap->fd1, uap->fd2, path1, path2, in cloudabi_sys_file_link()
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_file.c | 977 error = kern_linkat(td, AT_FDCWD, AT_FDCWD, path, to, UIO_SYSSPACE, in linux_link() 1011 error = kern_linkat(td, olddfd, newdfd, path, to, UIO_SYSSPACE, follow); in linux_linkat()
|
| /NextBSD/sys/kern/ |
| HD | vfs_syscalls.c | 1372 return (kern_linkat(td, AT_FDCWD, AT_FDCWD, uap->path, uap->link, 1394 return (kern_linkat(td, uap->fd1, uap->fd2, uap->path1, uap->path2, in sys_linkat() 1438 kern_linkat(struct thread *td, int fd1, int fd2, char *path1, char *path2, in kern_linkat() function
|