Searched refs:actp (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_sig.c | 246 handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp) in handle_signal() argument 257 SIGSETOR(actp->sa_mask, ucp->uc_sigmask); in handle_signal() 260 if (!(actp->sa_flags & SA_NODEFER)) in handle_signal() 261 SIGADDSET(actp->sa_mask, sig); in handle_signal() 283 __sys_sigprocmask(SIG_SETMASK, &actp->sa_mask, NULL); in handle_signal() 285 sigfunc = actp->sa_sigaction; in handle_signal() 295 if ((actp->sa_flags & SA_SIGINFO) != 0) { in handle_signal() 501 struct sigaction *actp; in _thr_sigact_unload() 510 actp = &usa->sigact; in _thr_sigact_unload() 512 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 | 948 struct sigaction *actp, *oactp; in sys_sigaction() local 951 actp = (uap->act != NULL) ? &act : NULL; in sys_sigaction() 953 if (actp) { in sys_sigaction() 954 error = copyin(uap->act, actp, sizeof(act)); in sys_sigaction() 958 error = kern_sigaction(td, uap->sig, actp, oactp, 0); in sys_sigaction() 976 struct sigaction *actp, *oactp; in freebsd4_sigaction() local 979 actp = (uap->act != NULL) ? &act : NULL; in freebsd4_sigaction() 981 if (actp) { in freebsd4_sigaction() 982 error = copyin(uap->act, actp, sizeof(act)); in freebsd4_sigaction() 986 error = kern_sigaction(td, uap->sig, actp, oactp, KSA_FREEBSD4); in freebsd4_sigaction()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme.h | 1139 uint16_t actp; /* Active Power */ member 2086 s->actp = le16toh(s->actp); in nvme_power_state_swapbytes()
|