Home
last modified time | relevance | path

Searched refs:kern_linkat (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/sys/
HDsyscallsubr.h141 int kern_linkat(struct thread *td, int fd1, int fd2, char *path1,
/NextBSD/sys/compat/cloudabi/
HDcloudabi_file.c188 error = kern_linkat(td, uap->fd1, uap->fd2, path1, path2, in cloudabi_sys_file_link()
/NextBSD/sys/compat/linux/
HDlinux_file.c977 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/
HDvfs_syscalls.c1372 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