Home
last modified time | relevance | path

Searched refs:enable_step (Results 1 – 11 of 11) sorted by relevance

/dports/www/phpbb3/phpBB3/ext/phpbb/viglink/
H A Dext.php42 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 Dstep.c203 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 Dstep.c203 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 Dstep.c203 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 Dmips_ejtag.c197 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 Dmips_ejtag.h254 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 Darc.c1968 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 Dextension_interface.php42 public function enable_step($old_state); function
H A Dmanager.php214 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 Dbase.php74 public function enable_step($old_state) function in phpbb\\extension\\base
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_extensions.php209 while ($this->ext_manager->enable_step($ext_name))