Searched refs:sact (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dhost-darwin.c139 struct sigaction sact; local
148 sigemptyset(&sact.sa_mask);
149 sact.sa_flags = SA_ONSTACK | SA_SIGINFO;
150 sact.sa_sigaction = segv_handler;
151 if (sigaction (SIGSEGV, &sact, 0) < 0)
/freebsd-10-stable/usr.sbin/syslogd/
H A Dsyslogd.c387 struct sigaction sact; local
556 sact.sa_handler = reapchild;
557 sact.sa_mask = mask;
558 sact.sa_flags = SA_RESTART;
559 (void)sigaction(SIGCHLD, &sact, NULL);
625 sact.sa_handler = init;
626 sact.sa_mask = mask;
627 sact.sa_flags = SA_RESTART;
628 (void)sigaction(SIGHUP, &sact, NULL);
/freebsd-10-stable/usr.sbin/bhyve/
H A Dpci_ahci.c163 uint32_t sact; member in struct:ahci_port
386 p->sact &= ~(1 << slot);
471 p->sact = 0;
504 p->sact &= ~(1 << slot);
531 pr->sact = 0;
2139 p->sact |= value;

Completed in 113 milliseconds