Searched refs:enable_step (Results 1 – 11 of 11) sorted by relevance
/dports/www/phpbb3/phpBB3/ext/phpbb/viglink/ |
H A D | ext.php | 42 public function enable_step($old_state) function in phpbb\\viglink\\ext 67 return parent::enable_step($old_state);
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/ |
H A D | step.c | 203 static void enable_step(struct task_struct *child, bool block) in enable_step() function 220 enable_step(child, 0); in user_enable_single_step() 225 enable_step(child, 1); in user_enable_block_step()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/ |
H A D | step.c | 203 static void enable_step(struct task_struct *child, bool block) in enable_step() function 220 enable_step(child, 0); in user_enable_single_step() 225 enable_step(child, 1); in user_enable_block_step()
|
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/ |
H A D | step.c | 203 static void enable_step(struct task_struct *child, bool block) in enable_step() function 220 enable_step(child, 0); in user_enable_single_step() 225 enable_step(child, 1); in user_enable_block_step()
|
/dports/devel/openocd/openocd-0.11.0/src/target/ |
H A D | mips_ejtag.c | 197 int mips_ejtag_config_step(struct mips_ejtag *ejtag_info, int enable_step) in mips_ejtag_config_step() argument 204 if (!enable_step) in mips_ejtag_config_step() 459 int mips64_ejtag_config_step(struct mips_ejtag *ejtag_info, bool enable_step) in mips64_ejtag_config_step() argument 503 const uint32_t *code = enable_step ? code_enable : code_disable; in mips64_ejtag_config_step() 504 unsigned code_len = enable_step ? ARRAY_SIZE(code_enable) : in mips64_ejtag_config_step()
|
H A D | mips_ejtag.h | 254 int mips_ejtag_config_step(struct mips_ejtag *ejtag_info, int enable_step); 255 int mips64_ejtag_config_step(struct mips_ejtag *ejtag_info, bool enable_step);
|
H A D | arc.c | 1968 int arc_config_step(struct target *target, int enable_step) in arc_config_step() argument 1975 if (enable_step) { in arc_config_step()
|
/dports/www/phpbb3/phpBB3/phpbb/extension/ |
H A D | extension_interface.php | 42 public function enable_step($old_state); function
|
H A D | manager.php | 214 public function enable_step($name) function in phpbb\\extension\\manager 231 $state = $extension->enable_step($old_state); 263 while ($this->enable_step($name));
|
H A D | base.php | 74 public function enable_step($old_state) function in phpbb\\extension\\base
|
/dports/www/phpbb3/phpBB3/includes/acp/ |
H A D | acp_extensions.php | 209 while ($this->ext_manager->enable_step($ext_name))
|