Searched defs:sig_term (Results 1 - 17 of 17) sorted by relevance

/external/bluetooth/bluez/tracer/
H A Dmain.c45 static void sig_term(int sig) function
125 sa.sa_handler = sig_term;
/external/bluetooth/bluez/tools/
H A Dppporc.c62 static void sig_term(int sig) function
252 sa.sa_handler = sig_term;
H A Dciptool.c59 static void sig_term(int sig) function
377 sa.sa_handler = sig_term;
H A Drfcomm.c83 static void sig_term(int sig) function
444 sa.sa_handler = sig_term;
603 sa.sa_handler = sig_term;
H A Dhciattach.c80 static void sig_term(int sig) function
1404 sa.sa_handler = sig_term;
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c47 static void sig_term(int sig) function
255 sa.sa_handler = sig_term;
H A Dbpasniff.c53 static void sig_term(int sig) function
303 sa.sa_handler = sig_term;
/external/bluetooth/bluez/compat/
H A Ddund.c373 static void sig_term(int sig) function
601 sa.sa_handler = sig_term;
H A Dfakehid.c58 static void sig_term(int sig) function
315 sa.sa_handler = sig_term;
416 sa.sa_handler = sig_term;
629 sa.sa_handler = sig_term;
H A Dhidd.c71 static void sig_term(int sig) function
841 sa.sa_handler = sig_term;
H A Dpand.c497 static void sig_term(int sig) function
784 sa.sa_handler = sig_term;
/external/bluetooth/bluez/src/
H A Dmain.c263 static void sig_term(int sig) function
447 sa.sa_handler = sig_term;
/external/bluetooth/bluez/test/
H A Dagent.c45 static void sig_term(int sig) function
680 sa.sa_handler = sig_term;
H A Dbtiotest.c496 static void sig_term(int sig) function
543 signal(SIGTERM, sig_term);
544 signal(SIGINT, sig_term);
H A Dhstest.c48 static void sig_term(int sig) { function
224 sa.sa_handler = sig_term;
H A Dhciemu.c129 static void sig_term(int sig) function
1259 sa.sa_handler = sig_term;
H A Dipctest.c1071 static void sig_term(int sig) function
1093 signal(SIGTERM, sig_term);
1094 signal(SIGINT, sig_term);

Completed in 746 milliseconds