nvp_name2value() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nvp_name2value() function

Syntax

const struct nvp *nvp_name2value(const struct nvp *nvp_table,     const char *name) __returns_nonnull __nonnull;
Implemented in nvp.c:29

Arguments

nvp_table

name

References

LocationReferrerText
nvp.c:29
const struct nvp *nvp_name2value(const struct nvp *p, const char *name)
nvp.h:69
const struct nvp *nvp_name2value(const struct nvp *nvp_table, const char *name)
aarch64.c:3048aarch64_mask_interrupts_command()
n = nvp_name2value(nvp_maskisr_modes, CMD_ARGV[0]);
arc_cmd.c:66arc_handle_add_reg_type_flags_ops()
const struct nvp *n = nvp_name2value(nvp_add_reg_type_flags_opts, CMD_ARGV[0]);
arc_cmd.c:375arc_handle_add_reg_type_struct_opts()
const struct nvp *n = nvp_name2value(nvp_add_reg_type_struct_opts, CMD_ARGV[0]);
arc_cmd.c:549arc_handle_add_reg_do()
const struct nvp *n = nvp_name2value(opts_nvp_add_reg, CMD_ARGV[0]);
armv8.c:1242armv8_handle_exception_catch_command()
n = nvp_name2value(nvp_ecatch_modes, CMD_ARGV[argp]);
cortex_a.c:3281handle_cortex_a_mask_interrupts_command()
n = nvp_name2value(nvp_maskisr_modes, CMD_ARGV[0]);
cortex_a.c:3309handle_cortex_a_dacrfixup_command()
n = nvp_name2value(nvp_dacrfixup_modes, CMD_ARGV[0]);
cortex_m.c:3220handle_cortex_m_mask_interrupts_command()
n = nvp_name2value(nvp_maskisr_modes, CMD_ARGV[0]);
ftdi.c:907ftdi_handle_tdo_sample_edge_command()
n = nvp_name2value(nvp_ftdi_jtag_modes, CMD_ARGV[0]);
svf.c:409handle_svf_command()
const struct nvp *n = nvp_name2value(svf_cmd_opts, CMD_ARGV[i]);
target.c:3303handle_reset_command()
n = nvp_name2value(nvp_reset_modes, CMD_ARGV[0]);
target.c:5463handle_target_reset()
const struct nvp *n = nvp_name2value(nvp_assert, CMD_ARGV[0]);
target.c:5519handle_target_wait_state()
const struct nvp *n = nvp_name2value(nvp_target_state, CMD_ARGV[0]);
tcl.c:318handle_jtag_configure()
const struct nvp *n = nvp_name2value(nvp_config_opts, CMD_ARGV[i]);
tcl.c:327handle_jtag_configure()
const struct nvp *event = nvp_name2value(nvp_jtag_tap_event, CMD_ARGV[i + 1]);
tcl.c:416handle_jtag_newtap_args()
const struct nvp *n = nvp_name2value(jtag_newtap_opts, CMD_ARGV[0]);

Call Tree

Data read by nvp_name2value()
Data written by nvp_name2value()
nvp_name2value()::p
all items filtered out
nvp_name2value()
nvp_name2value()::p
all items filtered out
Type of nvp_name2value()
nvp_name2value()
all items filtered out