Searched refs:osigsuspend_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_sig.c | 1673 struct osigsuspend_args { struct 1679 osigsuspend(struct thread *td, struct osigsuspend_args *uap) in osigsuspend() argument
|
| H A D | init_sysent.c | 180 …{ compat(AS(osigsuspend_args),sigsuspend), .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy…
|
| /freebsd/sys/sys/ |
| H A D | sysproto.h | 2431 struct osigsuspend_args { struct 2516 int osigsuspend(struct thread *, struct osigsuspend_args *);
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 181 …{ compat(AS(osigsuspend_args),sigsuspend), .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy…
|