Home
last modified time | relevance | path

Searched refs:nlm_syscall_args (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h479 struct nlm_syscall_args { struct
1950 int sys_nlm_syscall(struct thread *, struct nlm_syscall_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c212 …{ .sy_narg = AS(nlm_syscall_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL, .sy_…
H A Dsystrace_args.c814 struct nlm_syscall_args *p = params; in systrace_args()