Searched refs:sys_getfh (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | init_sysent.c | 230 { .sy_narg = AS(getfh_args), .sy_call = (sy_call_t *)sys_getfh, .sy_auevent = AUE_NFS_GETFH, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 161 = getfh */
|
H A D | vfs_syscalls.c | 4541 sys_getfh(struct thread *td, struct getfh_args *uap) in sys_getfh() function
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 231 { .sy_narg = AS(getfh_args), .sy_call = (sy_call_t *)sys_getfh, .sy_auevent = AUE_NFS_GETFH, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 161 = getfh */
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2002 int sys_getfh(struct thread *, struct getfh_args *);
|