Home
last modified time | relevance | path

Searched refs:sa_flags (Results 1 – 16 of 16) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dsignal.h379 int sa_flags; /* see signal options below */ member
388 int sa_flags; /* see signal options below */ member
402 int sa_flags; /* see signal options below */ member
409 int sa_flags; /* see signal options below */ member
420 int sa_flags; /* see signal options below */ member
427 int sa_flags; /* see signal options below */ member
438 int sa_flags; /* see signal options below */ member
445 int sa_flags; /* see signal options below */ member
/xnu-12377.1.9/tests/
H A Dunrecoverable_trap_test.c88 .sa_flags = SA_SIGINFO
132 .sa_flags = SA_SIGINFO
219 .sa_flags = SA_SIGINFO
H A Dsigchld_return.c35 act.sa_flags = SA_SIGINFO;
112 act.sa_flags = SA_SIGINFO;
H A Dpmap_fault_on_commpage.c55 sa.sa_flags = 0;
H A Dpipe_drain.c72 .sa_flags = SA_SIGINFO
H A Dsignal_stack.c46 sig_action.sa_flags = SA_ONSTACK;
H A Duser_msrs.c243 …struct sigaction sa_old, sa_new = {.__sigaction_u = { .__sa_sigaction = sig_caught, }, .sa_flags =…
H A Dos_thread_self_restrict_pagers.c183 new_action.sa_flags = 0; /* Flags? Who needs those? */ in does_access_fault()
H A Dmach_exception_reply.c339 .sa_flags = SA_SIGINFO in handle_signals()
H A Dldt.c613 .sa_flags = SA_SIGINFO in setup_signal_handling()
H A Davx.c124 .sa_flags = SA_RESTART, in start_timer()
/xnu-12377.1.9/bsd/kern/
H A Dkern_sig.c243 out->sa_flags = in->sa_flags; in sigaction_kern_to_user32()
251 out->sa_flags = in->sa_flags; in sigaction_kern_to_user64()
260 out->sa_flags = in->sa_flags; in __sigaction_user32_to_kern()
274 out->sa_flags = in->sa_flags; in __sigaction_user64_to_kern()
472 sigreturn_validation = (__vec.sa_flags & SA_VALIDATE_SIGRETURN_FROM_SIGTRAMP) ? in sigaction()
474 __vec.sa_flags &= SA_USERSPACE_MASK; /* Only pass on valid sa_flags */ in sigaction()
476 if ((__vec.sa_flags & SA_SIGINFO) || __vec.sa_handler != SIG_DFL) { in sigaction()
491 sa->sa_flags = 0; in sigaction()
493 sa->sa_flags |= SA_ONSTACK; in sigaction()
496 sa->sa_flags |= SA_RESTART; in sigaction()
[all …]
H A Dkern_exec.c4534 vec.sa_flags = 0; in posix_spawn()
/xnu-12377.1.9/tests/vm_memory_tests_src/
H A Dmain.c136 .sa_flags = SA_NOCLDWAIT
/xnu-12377.1.9/tools/tests/superpages/
H A Dtestsp.c801 my_sigaction.sa_flags = SA_RESTART; in main()
/xnu-12377.1.9/tests/sched/
H A Dsetitimer.c246 .sa_flags = SA_SIGINFO,