Searched refs:opt_index (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 717 int c, opt_index = 0; in create_cmd() local 719 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd() 727 desc = lookup_image_desc_from_opt(opts[opt_index].name); in create_cmd() 822 int c, opt_index = 0; in update_cmd() local 824 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd() 832 desc = lookup_image_desc_from_opt(opts[opt_index].name); in update_cmd() 939 int c, opt_index = 0; in unpack_cmd() local 941 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd() 949 desc = lookup_image_desc_from_opt(opts[opt_index].name); in unpack_cmd() 1083 int c, opt_index = 0; in remove_cmd() local [all …]
|