Searched refs:sig (Results 126 - 150 of 2257) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dgdb_wait.h96 #define WSETSTOP(w,sig) ((w) = W_STOPCODE(sig))
98 #define WSETSTOP(w,sig) ((w) = (0177 | ((sig) << 8)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dbwdpi_db_10.c26 static void catch_sig(int sig) argument
29 sig_cur = sig;
31 if(sig == SIGALRM)
36 else if (sig == SIGTERM)
H A Dbwdpi_wred_alive.c27 static void catch_sig(int sig) argument
29 sig_cur = sig;
32 if (sig == SIGTERM)
37 else if(sig == SIGALRM)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dfatal-signal.c29 #include "sig-handler.h"
142 int sig = fatal_signals[i]; local
143 if (saved_sigactions[sig].sa_handler == SIG_IGN)
144 saved_sigactions[sig].sa_handler = SIG_DFL;
145 sigaction (sig, &saved_sigactions[sig], NULL);
152 fatal_signal_handler (int sig) argument
174 raise (sig);
194 int sig = fatal_signals[i]; local
196 if (!(sig < sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dfatal-signal.c29 #include "sig-handler.h"
142 int sig = fatal_signals[i]; local
143 if (saved_sigactions[sig].sa_handler == SIG_IGN)
144 saved_sigactions[sig].sa_handler = SIG_DFL;
145 sigaction (sig, &saved_sigactions[sig], NULL);
152 fatal_signal_handler (int sig) argument
174 raise (sig);
194 int sig = fatal_signals[i]; local
196 if (!(sig < sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dfatal-signal.c29 #include "sig-handler.h"
142 int sig = fatal_signals[i]; local
143 if (saved_sigactions[sig].sa_handler == SIG_IGN)
144 saved_sigactions[sig].sa_handler = SIG_DFL;
145 sigaction (sig, &saved_sigactions[sig], NULL);
152 fatal_signal_handler (int sig) argument
174 raise (sig);
194 int sig = fatal_signals[i]; local
196 if (!(sig < sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dunused_lsi_raid.c24 uint8_t sig[6]; member in struct:lsi_meta
45 if (memcmp(lsi->sig, LSI_SIGNATURE, sizeof(LSI_SIGNATURE)-1) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sfi/
H A Dsfi_core.h59 char *sig; member in struct:sfi_table_key
70 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sfi/
H A Dsfi_core.h59 char *sig; member in struct:sfi_table_key
70 #define SFI_ANY_KEY { .sig = NULL, .oem_id = NULL, .oem_table_id = NULL }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dunused_lsi_raid.c24 uint8_t sig[6]; member in struct:lsi_meta
45 if (memcmp(lsi->sig, LSI_SIGNATURE, sizeof(LSI_SIGNATURE)-1) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-syn-frame.c34 handler (int sig) argument
36 subroutine (sig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dunused_lsi_raid.c24 uint8_t sig[6]; member in struct:lsi_meta
45 if (memcmp(lsi->sig, LSI_SIGNATURE, sizeof(LSI_SIGNATURE)-1) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-syn-frame.c34 handler (int sig) argument
36 subroutine (sig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.mi/
H A Dmi-syn-frame.c34 handler (int sig) argument
36 subroutine (sig);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/build_windows/
H A Ddbkill.cpp74 fprintf(stderr, "Usage: kill [ -sig ] pid\n");
75 fprintf(stderr, " for win32, sig must be or 0, 15 (TERM)\n");
85 int sig = 15; local
92 sig = 15;
94 /* currently sig is more or less ignored,
97 sig = atoi(&argv[1][1]);
98 if (sig < 0)
112 if (sig == 0)
121 if (sig == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/include/shared/
H A Dkern_util.h26 extern void relay_signal(int sig, struct uml_pt_regs *regs);
37 extern void timer_handler(int sig, struct uml_pt_regs *regs);
39 extern void timer_handler(int sig, struct uml_pt_regs *regs);
63 extern void segv_handler(int sig, struct uml_pt_regs *regs);
64 extern void bus_handler(int sig, struct uml_pt_regs *regs);
65 extern void winch(int sig, struct uml_pt_regs *regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/include/shared/
H A Dkern_util.h26 extern void relay_signal(int sig, struct uml_pt_regs *regs);
37 extern void timer_handler(int sig, struct uml_pt_regs *regs);
39 extern void timer_handler(int sig, struct uml_pt_regs *regs);
63 extern void segv_handler(int sig, struct uml_pt_regs *regs);
64 extern void bus_handler(int sig, struct uml_pt_regs *regs);
65 extern void winch(int sig, struct uml_pt_regs *regs);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/build_windows/
H A Ddbkill.cpp74 fprintf(stderr, "Usage: kill [ -sig ] pid\n");
75 fprintf(stderr, " for win32, sig must be or 0, 15 (TERM)\n");
85 int sig = 15; local
92 sig = 15;
94 /* currently sig is more or less ignored,
97 sig = atoi(&argv[1][1]);
98 if (sig < 0)
112 if (sig == 0)
121 if (sig == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/build_windows/
H A Ddbkill.cpp74 fprintf(stderr, "Usage: kill [ -sig ] pid\n");
75 fprintf(stderr, " for win32, sig must be or 0, 15 (TERM)\n");
85 int sig = 15; local
92 sig = 15;
94 /* currently sig is more or less ignored,
97 sig = atoi(&argv[1][1]);
98 if (sig < 0)
112 if (sig == 0)
121 if (sig == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/kernel/
H A Dtraps.c26 kgdb_handle_exception(trapnr, sig, info.si_code, fp); \
77 int sig = 0; local
113 sig = SIGTRAP;
123 sig = SIGSEGV;
131 sig = SIGTRAP;
152 sig = SIGILL;
159 sig = SIGTRAP;
169 sig = SIGTRAP;
221 sig = SIGILL;
228 sig
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dtraps.c26 kgdb_handle_exception(trapnr, sig, info.si_code, fp); \
77 int sig = 0; local
113 sig = SIGTRAP;
123 sig = SIGSEGV;
131 sig = SIGTRAP;
152 sig = SIGILL;
159 sig = SIGTRAP;
169 sig = SIGTRAP;
221 sig = SIGILL;
228 sig
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Decdsa.h90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
96 * \param sig pointer to the ECDSA_SIG object
100 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
104 * \param sig pointer to ECDSA_SIG pointer (may be NULL)
109 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
121 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
137 * \param sig ECDSA_SIG structure
143 const ECDSA_SIG *sig, EC_KEY* eckey);
181 * private key (note: sig mus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ecdsa/
H A Decdsa.h90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
96 * \param sig pointer to the ECDSA_SIG object
100 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
104 * \param sig pointer to ECDSA_SIG pointer (may be NULL)
109 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
121 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
137 * \param sig ECDSA_SIG structure
143 const ECDSA_SIG *sig, EC_KEY* eckey);
181 * private key (note: sig mus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/include/openssl/
H A Decdsa.h90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
96 * \param sig pointer to the ECDSA_SIG object
100 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
104 * \param sig pointer to ECDSA_SIG pointer (may be NULL)
109 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
121 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
137 * \param sig ECDSA_SIG structure
143 const ECDSA_SIG *sig, EC_KEY* eckey);
181 * private key (note: sig mus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ecdsa/
H A Decdsa.h90 * \param sig pointer to the ECDSA_SIG structure
92 void ECDSA_SIG_free(ECDSA_SIG *sig);
96 * \param sig pointer to the ECDSA_SIG object
100 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **pp);
104 * \param sig pointer to ECDSA_SIG pointer (may be NULL)
109 ECDSA_SIG *d2i_ECDSA_SIG(ECDSA_SIG **sig, const unsigned char **pp, long len);
121 * private key (note: sig must point to ECDSA_size(eckey) bytes of memory).
137 * \param sig ECDSA_SIG structure
143 const ECDSA_SIG *sig, EC_KEY* eckey);
181 * private key (note: sig mus
[all...]

Completed in 675 milliseconds

1234567891011>>