Searched refs:actp (Results 1 – 4 of 4) sorted by relevance
| /freebsd/lib/libthr/thread/ |
| H A D | thr_sig.c | 265 handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp) in handle_signal() argument 276 SIGSETOR(actp->sa_mask, ucp->uc_sigmask); in handle_signal() 279 if (!(actp->sa_flags & SA_NODEFER)) in handle_signal() 280 SIGADDSET(actp->sa_mask, sig); in handle_signal() 302 __sys_sigprocmask(SIG_SETMASK, &actp->sa_mask, NULL); in handle_signal() 304 sigfunc = actp->sa_sigaction; in handle_signal() 314 if ((actp->sa_flags & SA_SIGINFO) != 0) { in handle_signal() 520 struct sigaction *actp; in _thr_sigact_unload() 529 actp = &usa->sigact; in _thr_sigact_unload() 531 handler = actp->sa_handler; in _thr_sigact_unload() [all …]
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | power.c | 76 apower = nps->actp; in power_list_one()
|
| /freebsd/sys/kern/ |
| H A D | kern_sig.c | 946 struct sigaction *actp, *oactp; in sys_sigaction() local 949 actp = (uap->act != NULL) ? &act : NULL; in sys_sigaction() 951 if (actp) { in sys_sigaction() 952 error = copyin(uap->act, actp, sizeof(act)); in sys_sigaction() 956 error = kern_sigaction(td, uap->sig, actp, oactp, 0); in sys_sigaction() 974 struct sigaction *actp, *oactp; in freebsd4_sigaction() local 977 actp = (uap->act != NULL) ? &act : NULL; in freebsd4_sigaction() 979 if (actp) { in freebsd4_sigaction() 980 error = copyin(uap->act, actp, sizeof(act)); in freebsd4_sigaction() 984 error = kern_sigaction(td, uap->sig, actp, oactp, KSA_FREEBSD4); in freebsd4_sigaction()
|
| /freebsd/sys/dev/nvme/ |
| H A D | nvme.h | 1143 uint16_t actp; /* Active Power */ member 2096 s->actp = le16toh(s->actp); in nvme_power_state_swapbytes()
|