Searched refs:arg_index (Results 1 – 5 of 5) sorted by relevance
/openbmc/bmcweb/scripts/ |
H A D | parse_registries.py | 308 for arg_index, arg in enumerate(entry.get("ParamTypes", [])): 309 arg_index += 1 312 if arg_index in entries.get(entry_id, []): 467 arg_index = 0 468 for arg_index, arg in enumerate(entry.get("ParamTypes", [])): 469 arg_index += 1
|
/openbmc/qemu/monitor/ |
H A D | hmp.c | 240 char **args, int nb_args, int arg_index) in help_cmd_dump() argument 246 if (arg_index >= nb_args) { in help_cmd_dump() 248 help_cmd_dump_one(mon, cmd, args, arg_index); in help_cmd_dump() 255 if (hmp_compare_cmd(args[arg_index], cmd->name) && in help_cmd_dump() 260 args, nb_args, arg_index + 1); in help_cmd_dump() 262 help_cmd_dump_one(mon, cmd, args, arg_index); in help_cmd_dump() 270 for (i = 0; i <= arg_index; i++) { in help_cmd_dump() 271 monitor_printf(mon, "%s%s", args[i], i == arg_index ? "'\n" : " "); in help_cmd_dump()
|
/openbmc/linux/lib/ |
H A D | ubsan.h | 89 int arg_index; member
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | rxtimestamp.c | 360 int arg_index = 0; in main() local 365 &arg_index)) != -1) { in main()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | dsutils.c | 423 union acpi_parse_object *arg, u32 arg_index) in acpi_ds_create_operand() argument 467 && (arg_index == (u32) in acpi_ds_create_operand()
|