Searched refs:signal (Results 1 - 16 of 16) sorted by path

/u-boot/arch/powerpc/include/asm/
H A Dsigcontext.h9 int signal; member in struct:sigcontext_struct
/u-boot/include/linux/
H A Dfb.h325 __u16 signal; /* Signal Type - see FB_SIGNAL_* */ member in struct:fb_monspecs
/u-boot/arch/powerpc/lib/
H A Dkgdb.c5 #include <asm/signal.h>
42 /* Convert the SPARC hardware trap type code to a unix signal number. */
/u-boot/arch/sandbox/cpu/
H A Dos.c14 #include <signal.h>
142 signal(SIGALRM, handler);
329 signal(SIGINT, SIG_DFL);
399 signal(SIGINT, os_sigint_handler);
1090 * If we are relaunching the sandbox in a signal handler, we have to unblock
1091 * the respective signal before calling execv(). See signal(7) man-page.
/u-boot/arch/sandbox/lib/
H A Dinterrupts.c12 #include <asm-generic/signal.h>
/u-boot/common/
H A Dcli_hush.c66 * explain why we use signal instead of sigaction
104 #include <signal.h>
1696 signal(SIGINT, SIG_DFL);
1697 signal(SIGQUIT, SIG_DFL);
1698 signal(SIGTERM, SIG_DFL);
1699 signal(SIGTSTP, SIG_DFL);
1700 signal(SIGTTIN, SIG_DFL);
1701 signal(SIGTTOU, SIG_DFL);
1702 signal(SIGCHLD, SIG_DFL);
3356 signal(SIGIN
[all...]
/u-boot/drivers/net/
H A De1000.c733 * EEPROM will signal that the command has been completed by clearing
2113 * signal detection. So this should be done before e1000_setup_pcs_link()
2188 uint32_t signal; local
2193 * set when the optics detect a signal. On older adapters, it will be
2194 * cleared when there is a signal
2198 signal = E1000_CTRL_SWDPIN1;
2200 signal = 0;
2202 printf("signal for %s is %x (ctrl %08x)!!!!\n", hw->name, signal,
2269 /* If we have a signal (th
3838 uint32_t signal; local
[all...]
/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1399 * delta_dir: value for differential signal: clk/
1400 * delta_sig: value for single signal: ca/cmd
1452 static u32 get_min_value(struct dram_info *dram, u32 signal, u32 rank) argument
1459 if (signal == SKEW_TX_SIGNAL)
1462 if (signal == SKEW_CA_SIGNAL) {
1497 * signal:
1500 * delta_dir: value for differential signal: dqs
1501 * delta_sig: value for single signal: dq/dm
1503 static void modify_dq_deskew(struct dram_info *dram, u32 signal, u32 dir, argument
1512 if (signal
[all...]
/u-boot/include/
H A Devent.h168 * @signal: A value to update the state with
171 int signal; member in struct:event_data::event_data_test
/u-boot/scripts/kconfig/
H A Dmconf.c18 #include <signal.h>
1007 signal(SIGINT, sig_handler);
/u-boot/test/common/
H A Devent.c28 test_state->val += data->signal;
44 int signal; local
49 signal = 17;
52 ut_assertok(event_notify(EVT_TEST, &signal, sizeof(signal)));
/u-boot/test/py/tests/
H A Dtest_sandbox_exit.py6 import signal namespace
20 u_boot_console.kill(signal.SIGINT)
H A Dtest_stackprotector.py5 import signal namespace
/u-boot/test/py/
H A Du_boot_spawn.py11 import signal namespace
57 signal.signal(signal.SIGHUP, signal.SIG_DFL)
76 """Send unix signal "sig" to the child process.
79 sig: The signal number to send.
94 string describing what happened ('' or 'status/signal n')
111 self.exit_info = 'signal %d (%s)' % (signum, signal
[all...]
H A Du_boot_utils.py13 import signal namespace
373 os.kill(pid, signal.SIGKILL)
/u-boot/tools/buildman/
H A Dbuilder.py14 import signal namespace
398 signal.signal(signal.SIGINT, self.signal_handler)
405 def signal_handler(self, signal, frame):

Completed in 175 milliseconds