Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dfdt.c377 int reqIndex = -1; in do_fdt() local
386 reqIndex = simple_strtoul(argv[5], NULL, 16); in do_fdt()
391 if (subcmd[0] == 'n' && curIndex == reqIndex) { in do_fdt()