Home
last modified time | relevance | path

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

/openbmc/linux/scripts/dtc/
H A Dfdtget.c237 char **arg, int arg_count, int args_per_step) in do_fdtget() argument
247 for (i = 0; i + args_per_step <= arg_count; i += args_per_step) { in do_fdtget()
258 prop = args_per_step == 1 ? NULL : arg[i + 1]; in do_fdtget()
295 int args_per_step = 2; in main() local
319 args_per_step = 1; in main()
324 args_per_step = 1; in main()
346 if (args_per_step == 2 && (argc % 2)) in main()
349 if (do_fdtget(&disp, filename, argv, argc, args_per_step)) in main()