Searched refs:act (Results 26 - 50 of 181) sorted by relevance

12345678

/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c141 sigaction_t act, oact; local
206 act.sa_handler = SIG_DFL;
207 sigemptyset(&act.sa_mask);
208 act.sa_flags = 0;
210 act.sa_flags |= SA_RESTART;
212 sigaction(SIGTSTP, &act, &oact);
258 sigaction_t act; local
259 sigemptyset(&act.sa_mask);
260 act.sa_flags = 0;
261 act
[all...]
/freebsd-11-stable/usr.sbin/ancontrol/
H A Dancontrol.c922 an_setconfig(const char *iface, int act, void *arg) argument
942 switch(act) {
974 if (act == ACT_SET_DIVERSITY_RX) {
1062 an_setspeed(const char *iface, int act __unused, void *arg)
1108 an_setap(const char *iface, int act, void *arg) argument
1125 switch(act) {
1152 an_setssid(const char *iface, int act, void *arg) argument
1171 if ( act > max ) {
1173 "are only %d SSID settings", act, max);
1177 bzero(ssid->an_entry[act
1522 int act = 0; local
[all...]
/freebsd-11-stable/bin/pax/
H A Doptions.c520 act = LIST;
524 act = EXTRACT;
527 act = ARCHIVE;
530 act = APPND;
533 act = COPY;
547 if (!(flg & XF) && (act == ARCHIVE))
553 switch (act) {
627 act = ARCHIVE;
693 act = APPND;
708 act
[all...]
/freebsd-11-stable/sys/netinet/
H A Dtcp_debug.c97 tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen, argument
123 td->td_act = act;
165 printf("%s ", tanames[act]);
166 switch (act) {
179 if (act == TA_OUTPUT) {
183 if (act == TA_OUTPUT)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c57 struct sigaction act; local
65 (void)memset(&act, 0, sizeof(struct sigaction));
71 act.sa_flags = SA_SIGINFO;
72 act.sa_sigaction = timer_signal_handler;
75 ATF_REQUIRE(sigemptyset(&act.sa_mask) == 0);
80 ATF_REQUIRE(sigaction(SIGALRM, &act, NULL) == 0);
/freebsd-11-stable/contrib/gcc/
H A Dcfgloopanal.c271 basic_block act; local
282 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
284 act->flags &= ~BB_IRREDUCIBLE_LOOP;
285 FOR_EACH_EDGE (e, ei, act->succs)
292 FOR_BB_BETWEEN (act, ENTRY_BLOCK_PTR, EXIT_BLOCK_PTR, next_bb)
293 FOR_EACH_EDGE (e, ei, act->succs)
301 && e->dest->loop_father->latch == act)
310 act lays. */
312 src = BB_REPR (act);
318 if (!flow_bb_inside_loop_p (act
[all...]
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c76 struct sigaction act, oact; local
78 act.sa_handler = func;
79 sigemptyset(&act.sa_mask);
80 act.sa_flags = 0;
82 act.sa_flags |= SA_INTERRUPT;
91 act.sa_flags |= SA_NOCLDWAIT;
100 act.sa_handler = avoid_zombies;
103 if (sigaction(signo, &act, &oact) < 0)
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipscan_y.y52 struct action act;
57 %type <act> action redirect result
337 void addtag(tstr, cp, sp, act)
340 struct action *act;
371 if (act->act_val == IPSL_CLOSE) {
373 } else if (act->act_val == IPSL_TRACK) {
375 } else if (act->act_val == IPSL_REDIRECT) {
377 isc.ipsc_ip = act->act_ip;
378 isc.ipsc_port = act->act_port;
382 if (act
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dsigcompat.c169 struct sigaction act, oact; local
174 act.sa_handler = handler;
175 sigemptyset(&act.sa_mask);
176 act.sa_flags = _signalFlags;
177 n = sigaction(sig, &act, &oact);
/freebsd-11-stable/contrib/diff/lib/
H A Dc-stack.c249 struct sigaction act; local
250 sigemptyset (&act.sa_mask);
255 act.sa_flags = SA_NODEFER | SA_ONSTACK | SA_RESETHAND | SA_SIGINFO;
257 act.sa_sigaction = segv_handler;
259 return sigaction (SIGSEGV, &act, 0);
/freebsd-11-stable/lib/libc/gen/
H A Dfmtmsg.c114 const char *text, const char *act, const char *tag)
127 if (act != MM_NULLACT)
128 size += strlen(act);
145 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
148 strlcat(output, act, size);
113 printfmt(char *msgverb, long class, const char *label, int sev, const char *text, const char *act, const char *tag) argument
/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c67 struct sigaction act, oact; local
79 sigemptyset(&act.sa_mask);
80 act.sa_flags = SA_NODEFER;
81 act.sa_handler = segv_handler;
82 if (sigaction(SIGSEGV, &act, &oact))
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c163 struct sigaction act; local
167 act.sa_sigaction = handler;
168 sigemptyset(&act.sa_mask);
169 act.sa_flags = SA_SIGINFO;
170 sigaction(SIGALRM, &act, NULL);
/freebsd-11-stable/usr.bin/lockf/
H A Dlockf.c97 struct sigaction act; local
99 act.sa_handler = timeout;
100 sigemptyset(&act.sa_mask);
101 act.sa_flags = 0; /* Note that we do not set SA_RESTART. */
102 sigaction(SIGALRM, &act, NULL);
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c159 struct sigaction act; local
168 act = usa->sigact;
181 memcpy(&curthread->deferred_sigact, &act, sizeof(struct sigaction));
189 handle_signal(&act, sig, info, ucp);
314 * asynchronous cancellation mode, act upon
326 struct sigaction act; local
343 act = curthread->deferred_sigact;
348 handle_signal(&act, info.si_signo, &info, uc);
404 struct sigaction act, nact, oact; local
432 SIGFILLSET(act
518 __thr_sigaction(int sig, const struct sigaction *act, struct sigaction *oact) argument
[all...]
/freebsd-11-stable/contrib/dma/
H A Dutil.c246 struct sigaction act; local
249 sigemptyset(&act.sa_mask);
250 act.sa_flags = 0;
253 act.sa_handler = sigalrm_handler;
254 if (sigaction(SIGALRM, &act, NULL) != 0)
269 act.sa_handler = SIG_IGN;
270 if (sigaction(SIGALRM, &act, NULL) != 0)
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c77 out->u.hdr.act = UNI_MSGACT_DEFAULT;
81 out->u.hdr.act = *msg->b_rptr & 0x3;
85 out->u.hdr.act = UNI_MSGACT_REPORT;
148 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_UNK);
203 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_UNK);
210 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_ACC);
212 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_BAD);
/freebsd-11-stable/sbin/kldconfig/
H A Dkldconfig.c314 void (*act)(struct pathhead *, char *, int, int);
321 act = addpath;
338 act = rempath;
344 if (act != addpath)
349 if (act != addpath)
399 if ((act != addpath) || mflag || rflag || uniqflag)
406 act(&pathq, argv[i], fflag, iflag);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp200 ActionData &act = CachedActions[i]; local
201 switch (act.Kind) {
203 if (!canInsert(act.Loc))
207 if (!canInsertAfterToken(act.Loc))
211 if (!canRemoveRange(act.R1))
215 assert(act.S);
216 if (!canRemoveRange(act.S->getSourceRange()))
220 if (!canReplaceRange(act.R1, act.R2))
224 if (!canReplaceText(act
244 ActionData &act = CachedActions[i]; local
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c115 dtrace_action_t *act; local
145 for (act = agg->dtag_first; ; act = act->dta_next) {
146 ASSERT(act->dta_intuple ||
147 DTRACEACT_ISAGG(act->dta_kind));
157 if (act->dta_rec.dtrd_size == 0) {
164 if (act == &agg->dtag_action)
183 for (act = agg->dtag_first; ; act
462 dtrace_action_t *act; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds2_enc.c162 unsigned char sequence[4], *p, *sec, *act; local
170 act = s->s2->wact_data;
175 act = s->s2->ract_data;
185 EVP_DigestUpdate(&c, act, len);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c991 struct atm_p2p_call_active *act; local
994 act = CCZALLOC(sizeof(*act));
995 if (act == NULL)
997 act->connid = conn->connid;
998 cc_user_send(user, ATMOP_P2P_CALL_ACTIVE, act, sizeof(*act));
999 CCFREE(act);
1001 struct atm_p2mp_call_active *act; local
1004 act
1435 struct atm_p2p_call_active *act; local
1446 struct atm_p2mp_call_active *act; local
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h39 (MSG)->u.hdr.act = UNI_MSGACT_DEFAULT; \
47 (MSG)->u.hdr.act = UNI_MSGACT_DEFAULT; \
55 (IE).h.act = UNI_IEACT_DEFAULT; \
64 (IE).h.act = UNI_IEACT_DEFAULT; \
74 (IE).h.act = UNI_IEACT_DEFAULT; \
83 (IE).h.act = UNI_IEACT_DEFAULT; \
/freebsd-11-stable/crypto/openssh/
H A Dsandbox-seccomp-filter.c289 struct sigaction act; local
293 memset(&act, 0, sizeof(act));
297 act.sa_sigaction = &ssh_sandbox_violation;
298 act.sa_flags = SA_SIGINFO;
299 if (sigaction(SIGSYS, &act, NULL) == -1)
/freebsd-11-stable/lib/msun/tests/
H A Dfenv_test.c392 struct sigaction act; local
407 sigemptyset(&act.sa_mask);
408 act.sa_flags = 0;
409 act.sa_handler = trap_handler;
434 assert(sigaction(SIGFPE, &act, NULL) == 0);
473 struct sigaction act; local
477 sigemptyset(&act.sa_mask);
478 act.sa_flags = 0;
479 act.sa_handler = trap_handler;
512 assert(sigaction(SIGFPE, &act, NUL
[all...]

Completed in 318 milliseconds

12345678