Searched refs:kern_fhlinkat (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 106 static int kern_fhlinkat(struct thread *td, int fd, const char *path, 4368 return (kern_fhlinkat(td, AT_FDCWD, uap->to, UIO_USERSPACE, uap->fhp)); in sys_fhlink() 4382 return (kern_fhlinkat(td, uap->tofd, uap->to, UIO_USERSPACE, uap->fhp)); in sys_fhlinkat() 4386 kern_fhlinkat(struct thread *td, int fd, const char *path, in kern_fhlinkat() function
|