Searched defs:act (Results 1 - 25 of 56) sorted by relevance

123

/external/compiler-rt/lib/tsan/lit_tests/
H A Dsignal_malloc.cc19 struct sigaction act = {}; local
20 act.sa_sigaction = &handler;
21 sigaction(SIGPROF, &act, 0);
H A Dsignal_errno.cc25 struct sigaction act = {}; local
26 act.sa_sigaction = &MyHandler;
27 sigaction(SIGPROF, &act, 0);
/external/bison/lib/
H A Dsigaction.c131 sigaction (int sig, const struct sigaction *restrict act, argument
139 || (act && act->sa_handler == SIG_ERR))
158 if (!act && !oact)
179 if (act)
183 if (act->sa_handler == SIG_DFL || act->sa_handler == SIG_IGN)
185 if (signal (sig, act->sa_handler) == SIG_ERR)
193 action_array[sig] = *act;
/external/valgrind/main/memcheck/tests/
H A Dsigaltstack.c16 struct sigaction act; local
31 act.sa_flags=SA_ONSTACK;
32 act.sa_handler=&sig_handler;
33 sigemptyset(&act.sa_mask);
34 res = sigaction(SIGUSR1,&act,0);
/external/valgrind/main/none/tests/
H A Dcoolo_sigaction.cpp16 struct sigaction act; local
17 act.sa_handler=theHandler;
18 sigemptyset(&(act.sa_mask));
19 sigaddset(&(act.sa_mask), SIGCHLD);
21 sigprocmask(SIG_UNBLOCK, &(act.sa_mask), 0);
23 act.sa_flags = SA_NOCLDSTOP;
29 act.sa_flags |= SA_RESTART;
32 sigaction( SIGCHLD, &act, &oldChildHandlerData );
34 act.sa_handler=SIG_IGN;
35 sigemptyset(&(act
[all...]
/external/blktrace/doc/
H A Dblktrace.tex387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
627 \subsubsection{\label{sec:act-table}Action Table}
648 \subsubsection{\label{sec:act-table}RWBS Description}
/external/openssl/ssl/
H A Ds2_enc.c154 unsigned char sequence[4],*p,*sec,*act; local
163 act=s->s2->wact_data;
170 act=s->s2->ract_data;
181 EVP_DigestUpdate(&c,act,len);
/external/qemu/
H A Diohandler.c167 struct sigaction act; local
170 act.sa_handler = sigchld_handler;
171 act.sa_flags = SA_NOCLDSTOP;
172 sigaction(SIGCHLD, &act, NULL);
H A Dvl-android-ui.c186 struct sigaction act; local
188 memset(&act, 0, sizeof(act));
189 act.sa_handler = termsig_handler;
190 sigaction(SIGINT, &act, NULL);
191 sigaction(SIGHUP, &act, NULL);
192 sigaction(SIGTERM, &act, NULL);
194 act.sa_handler = sigchld_handler;
195 act.sa_flags = SA_NOCLDSTOP;
196 sigaction(SIGCHLD, &act, NUL
213 struct sigaction act; local
[all...]
H A Dos-posix.c58 struct sigaction act; local
59 sigfillset(&act.sa_mask);
60 act.sa_flags = 0;
61 act.sa_handler = SIG_IGN;
62 sigaction(SIGPIPE, &act, NULL);
77 struct sigaction act; local
79 memset(&act, 0, sizeof(act));
80 act.sa_handler = termsig_handler;
81 sigaction(SIGINT, &act, NUL
[all...]
/external/qemu/target-i386/
H A Dkvm-gs-restore.c104 struct sigaction act, old_act; local
115 memcpy(&act, &old_act, sizeof(struct sigaction));
121 act.sa_sigaction = temp_sig_sigaction;
126 act.sa_handler = temp_sig_handler;
129 sigaction(i, &act, NULL);
/external/blktrace/
H A Dblkparse_fmt.c162 static void print_field(char *act, struct per_cpu_info *pci, argument
179 fprintf(ofp, strcat(format, "s"), act);
256 static char *parse_field(char *act, struct per_cpu_info *pci, argument
277 print_field(act, pci, t, elapsed, pdu_len, pdu_buf, *p++,
283 static void process_default(char *act, struct per_cpu_info *pci, argument
297 if (act[0] == 'A') {
308 t->pid, act, rwbs);
312 switch (act[0]) {
412 fprintf(stderr, "Unknown action %c\n", act[0]);
418 void process_fmt(char *act, struc argument
[all...]
H A Dblkrawverify.c86 unsigned int act = action & 0xffff; local
89 if (act <= N_ACTS) {
90 sprintf(buf, "%s ", acts[act].string);
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop.c563 struct sigaction act; local
564 act.sa_handler = interruptFn;
565 sigaction (sig, &act, NULL );
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_auth.c304 tGATT_SEC_ACTION act = GATT_SEC_OK; local
317 return act;
354 act = GATT_SEC_ENCRYPT_MITM;
360 act = GATT_SEC_ENCRYPT_NO_MITM;
367 if (act == GATT_SEC_OK)
383 act = GATT_SEC_SIGN_DATA;
387 act = GATT_SEC_ENCRYPT;
395 act = GATT_SEC_ENCRYPT;
401 return act ;
/external/clang/lib/Edit/
H A DCommit.cpp282 Edit &act = CachedEdits[i]; local
283 if (act.Kind == Act_Remove) {
284 if (act.Offset.getFID() == Offs.getFID() &&
285 Offs > act.Offset && Offs < act.Offset.getWithOffset(act.Length))
H A DEditedSource.cpp347 FileEdit act = I->second; local
351 StrVec += act.Text;
352 CurLen += act.RemoveLen;
353 CurEnd.getWithOffset(act.RemoveLen);
359 StrVec = act.Text;
360 CurLen = act.RemoveLen;
/external/libnfc-nci/src/nfa/ee/
H A Dnfa_ee_main.c650 BOOLEAN act = FALSE; local
664 act = TRUE;
668 act = TRUE;
672 act = TRUE;
675 if (act)
/external/libppp/src/
H A Dfilter.c436 filter_Action2Nam(unsigned act) argument
441 if (act < MAXFILTERS) {
442 snprintf(buf, sizeof buf, "%6d ", act);
444 } else if (act >= A_NONE && act < A_NONE + sizeof(actname)/sizeof(char *))
445 return actname[act - A_NONE];
/external/openssh/openbsd-compat/
H A Dbsd-misc.c203 mysignal(int sig, mysig_t act) argument
210 if (osa.sa_handler != act) {
218 sa.sa_handler = act;
225 return (signal(sig, act));
/external/openssl/apps/
H A Ddsaparam.c305 struct sigaction act; local
306 act.sa_handler = timebomb_sigalarm;
307 act.sa_flags = 0;
310 if(sigaction(SIGALRM, &act, NULL) != 0)
/external/valgrind/main/coregrind/
H A Dm_libcsignal.c219 const vki_sigaction_toK_t* act,
226 signum, (UWord)act, (UWord)oldact,
257 real_act = act ? &actCopy : NULL;
261 *real_act = *act;
218 sigaction( Int signum, const vki_sigaction_toK_t* act, vki_sigaction_fromK_t* oldact) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.c394 u8 act; local
401 act = *pos++;
404 act, MAC2STR(action->sa));
412 switch (act) {
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
154 act = (vp8_variance16x16(y, y_stride, VP8_ZEROS, 0, &sse)+128)>>8;
171 act = (vp8_variance8x8(y, y_stride, VP8_ZEROS, 0, &sse)+32)>>6;
186 actrisk = (actd > act * 5);
188 /* thr = qdiff/16 + log2(act) + log4(qprev) */
/external/oprofile/daemon/
H A Dopd_perfmon.c167 struct sigaction act; local
175 act.sa_handler = child_sigusr1;
176 act.sa_flags = 0;
177 sigemptyset(&act.sa_mask);
179 if (sigaction(SIGUSR1, &act, NULL)) {
184 act.sa_handler = child_sigusr2;
185 act.sa_flags = 0;
186 sigemptyset(&act.sa_mask);
188 if (sigaction(SIGUSR2, &act, NULL)) {
193 act
[all...]

Completed in 536 milliseconds

123