Searched refs:old_action (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 2621 struct sigaction new_action, old_action; 2625 sigaction (SIGINT, NULL, &old_action); 2626 if (old_action.sa_handler != SIG_IGN) 2628 sigaction (SIGQUIT, NULL, &old_action); 2629 if (old_action.sa_handler != SIG_IGN) 2631 sigaction (SIGTERM, NULL, &old_action); 2632 if (old_action.sa_handler != SIG_IGN)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 1604 int old_action; in add_rule_fg() local 1612 old_action = fte->action.action; in add_rule_fg() 1615 old_action != flow_act->action); in add_rule_fg() 1617 fte->action.action = old_action; in add_rule_fg()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-10 | 7125 struct sigaction new_action, old_action; 7132 sigaction (SIGINT, NULL, &old_action); 7133 if (old_action.sa_handler != SIG_IGN) 7135 sigaction (SIGHUP, NULL, &old_action); 7136 if (old_action.sa_handler != SIG_IGN) 7138 sigaction (SIGTERM, NULL, &old_action); 7139 if (old_action.sa_handler != SIG_IGN)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-10 | 7125 struct sigaction new_action, old_action; 7132 sigaction (SIGINT, NULL, &old_action); 7133 if (old_action.sa_handler != SIG_IGN) 7135 sigaction (SIGHUP, NULL, &old_action); 7136 if (old_action.sa_handler != SIG_IGN) 7138 sigaction (SIGTERM, NULL, &old_action); 7139 if (old_action.sa_handler != SIG_IGN)
|