Searched refs:osigsuspend_args (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_sig.c | 1684 struct osigsuspend_args { struct 1690 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 | 2376 struct osigsuspend_args { struct 2461 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…
|