Searched refs:modfnext_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_module.c | 340 sys_modfnext(struct thread *td, struct modfnext_args *uap) in sys_modfnext()
|
| H A D | init_sysent.c | 354 …{ AS(modfnext_args), (sy_call_t *)sys_modfnext, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 302 =…
|
| H A D | systrace_args.c | 1384 struct modfnext_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 361 …{ AS(modfnext_args), (sy_call_t *)sys_modfnext, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 302 =…
|
| H A D | freebsd32_systrace_args.c | 1350 struct modfnext_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 748 struct modfnext_args { struct 1955 int sys_modfnext(struct thread *, struct modfnext_args *);
|