Searched refs:nactp (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/csh/i386/ |
H A D | signal.c | 161 struct sigaction *nactp; local 190 nactp = &nact; 192 nactp = (struct sigaction *)0; 194 if (_sigaction(sig, nactp, &oact) < 0) {
|
/illumos-gate/usr/src/cmd/csh/sparc/ |
H A D | signal.c | 185 struct sigaction *nactp; local 214 nactp = &nact; 216 nactp = (struct sigaction *)0; 218 if (_sigaction(sig, nactp, &oact) < 0) {
|
/illumos-gate/usr/src/ucblib/libucb/i386/sys/ |
H A D | signal.c | 260 struct sigaction *nactp; local 301 nactp = &nact; 303 nactp = (struct sigaction *)0; 305 if (_sigaction(sig, nactp, &oact) < 0) {
|
/illumos-gate/usr/src/ucblib/libucb/sparc/sys/ |
H A D | signal.c | 457 struct sigaction *nactp; local 500 nactp = &nact; 502 nactp = (struct sigaction *)0; 504 if (_sigaction(sig, nactp, &oact) < 0) {
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spdsock.c | 806 spdsock_ext_to_actvec(spd_ext_t **extv, ipsec_act_t **actpp, uint_t *nactp, argument 822 *nactp = 0; 845 *nactp = nact;
|
H A D | spd.c | 1370 ipsec_actvec_from_req(const ipsec_req_t *req, ipsec_act_t **actp, uint_t *nactp, argument 1383 *actp = ipsec_act_wildcard_expand(&act, nactp, ns);
|
Completed in 84 milliseconds