Lines Matching defs:actp
43 sigaction(int sig, struct sigaction *actp, struct sigaction *oactp)
53 (actp != NULL && sigismember(&cantmask, sig)))
59 if (actp) {
63 if (copyin(actp, &act, sizeof (act)))
114 if (actp) {
136 sigaction32(int sig, struct sigaction32 *actp, struct sigaction32 *oactp)
146 (actp != NULL && sigismember(&cantmask, sig)))
152 if (actp) {
156 if (copyin(actp, &act32, sizeof (act32)))
207 if (actp) {