Home
last modified time | relevance | path

Searched refs:control_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-script.c83 cmd->control_type = type; in build_command_line()
136 if (list->control_type == simple_control) in print_command_lines()
155 if (list->control_type == break_control) in print_command_lines()
164 if (list->control_type == while_control) in print_command_lines()
178 if (list->control_type == if_control) in print_command_lines()
308 switch (cmd->control_type) in execute_control_command()
317 ret = cmd->control_type; in execute_control_command()
324 ret = cmd->control_type; in execute_control_command()
864 || next->control_type == if_control) in recurse_read_control_structure()
931 || next->control_type == if_control) in read_command_lines()
[all …]
/freebsd-12.1/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c347 uint32_t control_type; in switch_port_congestion_setting() local
365 if ((errstr = parseint(argv[2], &control_type, 0))) in switch_port_congestion_setting()
403 &control_type); in switch_port_congestion_setting()
/freebsd-12.1/sys/cam/
H A Dcam_iosched.c249 } control_type; typedef
266 control_type type; /* What type of control? */
/freebsd-12.1/contrib/gdb/gdb/
H A Ddefs.h682 enum command_control_type control_type; member