Home
last modified time | relevance | path

Searched refs:temp_handler (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch102 if (temp_handler == trap_handler && signal_is_trapped (SIGINT) == 0)
103 - temp_handler = trap_to_sighandler (SIGINT);
104 + temp_handler = trap_to_sighandler (SIGINT);
106 if (temp_handler == SIG_DFL)
/openbmc/linux/drivers/media/pci/ddbridge/
H A Dddbridge-core.c3269 static void temp_handler(void *data) in temp_handler() function
3292 ddb_irq_set(dev, l, link->info->tempmon_irq, temp_handler, link); in tempmon_init()