Searched refs:sig (Results 1 - 21 of 21) sorted by relevance

/netgear-R7800-V1.0.2.28/package/hotplug2/files/
H A Dhotplug2.testbusy60 sig=0
66 sig=1
71 [ $sig -eq 0 ] && echo 0 > $RESULT || echo 1 > $RESULT
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dsignal.c154 sys_sigaction(int sig, const struct old_sigaction *act, argument
171 ret = do_sigaction(sig, act ? &new_ka : NULL, oact ? &old_ka : NULL);
179 __put_user(old_ka.sa.sa_mask.sig[0], &oact->sa_mask);
212 int sig; member in struct:rt_sigframe
272 static void setup_rt_frame (int sig, struct k_sigaction *ka, siginfo_t *info, argument
287 && (sig < 32) )
288 ? current_thread_info()->exec_domain->signal_invmap[sig]
289 : sig, &frame->sig);
321 regs->dn[0] = sig;
387 handle_signal(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *oldset, struct pt_regs *regs) argument
[all...]
H A Dtraps.c365 int sig = SIGSEGV; local
382 sig = SIGSEGV;
386 sig = SIGBUS;
390 sig = SIGILL;
409 sig = SIGTRAP;
414 sig = SIGILL;
417 sig = SIGILL;
420 sig = SIGTRAP;
433 force_sig_info(sig, &info, current);
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dcsysimg.h75 unsigned char sig[SIG_LEN]; member in struct:csys_header
H A Dmkdapimg.c13 // Usage: mkdapimg [-p] [-m <model>] -s <sig> -i <input> -o <output>
34 char sig[MAX_SIG_LEN]; member in struct:img_hdr_struct
175 strncpy(imghdr.sig, signature, MAX_SIG_LEN);
H A Dmkcsysimg.c88 unsigned char sig[SIG_LEN]; member in struct:csys_block
324 str2sig(char *arg, uint32_t *sig) argument
329 *sig = arg[0] | (arg[1] << 8) | (arg[2] << 16) | (arg[3] << 24);
578 memcpy(hdr.sig, block->sig, 4);
946 memcpy(block->sig, board->sig_webp, 4);
975 memcpy(code_block->sig, SIG_CSYS, 4);
H A Dzynos.h47 char sig[ROMBIN_SIG_LEN]; /* magic, must be "SIG" */ member in struct:zyn_rombin_hdr
H A Dmkzynfw.c355 str2sig(char *arg, uint32_t *sig) argument
360 *sig = arg[0] | (arg[1] << 8) | (arg[2] << 16) | (arg[3] << 24);
574 memcpy(&t.sig, ROMBIN_SIGNATURE, ROMBIN_SIG_LEN);
/netgear-R7800-V1.0.2.28/package/px5g/src/polarssl/
H A Drsa.h255 * \param sig buffer that will hold the ciphertext
260 * \note The "sig" buffer must be as large as the size
268 unsigned char *sig );
278 * \param sig buffer holding the ciphertext
283 * \note The "sig" buffer must be as large as the size
291 unsigned char *sig );
H A Dx509.h179 x509_buf sig; member in struct:_x509_cert
/netgear-R7800-V1.0.2.28/package/px5g/src/library/
H A Drsa.c403 unsigned char *sig )
406 unsigned char *p = sig;
480 ? rsa_public( ctx, sig, sig )
481 : rsa_private( ctx, sig, sig ) );
492 unsigned char *sig )
504 ? rsa_public( ctx, sig, buf )
505 : rsa_private( ctx, sig, buf );
729 printf( "passed\n PKCS#1 sig
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/include/asm/mach-lantiq/
H A Dlantiq_timer.h131 int sig; /* In command GPTU_REQUEST_TIMER and GPTU_SET_TIMER, * member in struct:gptu_ioctl_param
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dsignal.h47 unsigned long sig[_NSIG_WORDS]; member in struct:__anon1038
/netgear-R7800-V1.0.2.28/package/igmpproxy/src/
H A Digmpproxy.c551 static void signalHandler(int sig) { argument
552 switch (sig) {
/netgear-R7800-V1.0.2.28/tools/flock/src/
H A Dflock.c85 static void timeout_handler(int sig) argument
87 (void)sig;
/netgear-R7800-V1.0.2.28/package/noip2/src/
H A Dnoip2.c394 struct sigaction sig; variable in typeref:struct:sigaction
565 sig.sa_flags = 0;
566 sigemptyset(&sig.sa_mask);
567 sig.sa_handler = SIG_IGN;
568 sigaction(SIGHUP,&sig,NULL);
569 sigaction(SIGPIPE,&sig,NULL);
570 sigaction(SIGUSR1,&sig,NULL);
571 sigaction(SIGUSR2,&sig,NULL);
572 sig.sa_handler = alarm_handler;
573 sigaction(SIGALRM,&sig,NUL
[all...]
/netgear-R7800-V1.0.2.28/package/qca-ssdk-shell/src/src/shell/
H A Dshell_lib.c36 static void term_sig_handler(int sig);
99 term_sig_handler(int sig) argument
101 switch (sig)
/netgear-R7800-V1.0.2.28/package/net-dump/src/
H A Dmain.c139 static void do_quit(int sig) argument
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/lantiq/xway/
H A Dtimer.c712 (unsigned long) param.sig);
756 (unsigned long) param.sig);
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dmconf.c461 static void winch_handler(int sig) argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsafe.c1663 int i, sig = plen * 8; local
1672 sig--;
1677 sig -= 8;
1679 return (sig);

Completed in 135 milliseconds