Searched refs:swapcontext_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/kern/ |
| D | kern_context.c | 56 struct swapcontext_args { struct 103 sys_swapcontext(struct thread *td, struct swapcontext_args *uap) in sys_swapcontext()
|
| D | init_sysent.c | 460 …{ AS(swapcontext_args), (sy_call_t *)sys_swapcontext, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| D | systrace_args.c | 2349 struct swapcontext_args *p = params; in systrace_args()
|
| /freebsd-9-stable/sys/sys/ |
| D | sysproto.h | 1249 struct swapcontext_args { struct 2037 int sys_swapcontext(struct thread *, struct swapcontext_args *);
|