Searched refs:kern_getfhat (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 155 int kern_getfhat(struct thread *td, int flags, int fd, const char *path,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 4282 return (kern_getfhat(td, AT_SYMLINK_NOFOLLOW, AT_FDCWD, uap->fname, in sys_lgetfh() 4296 return (kern_getfhat(td, 0, AT_FDCWD, uap->fname, UIO_USERSPACE, in sys_getfh() 4321 return (kern_getfhat(td, uap->flags, uap->fd, uap->path, UIO_USERSPACE, in sys_getfhat() 4326 kern_getfhat(struct thread *td, int flags, int fd, const char *path, in kern_getfhat() function
|