Searched refs:opt_index (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-latest/tools/fiptool/ |
D | fiptool.c | 716 int c, opt_index = 0; in create_cmd() local 718 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd() 726 desc = lookup_image_desc_from_opt(opts[opt_index].name); in create_cmd() 821 int c, opt_index = 0; in update_cmd() local 823 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd() 831 desc = lookup_image_desc_from_opt(opts[opt_index].name); in update_cmd() 938 int c, opt_index = 0; in unpack_cmd() local 940 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd() 948 desc = lookup_image_desc_from_opt(opts[opt_index].name); in unpack_cmd() 1082 int c, opt_index = 0; in remove_cmd() local [all …]
|