Searched refs:image_targets (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c102 struct image_target_desc image_targets[] = variable in typeref:struct:image_target_desc
1664 for (i = 0; i < ARRAY_SIZE (image_targets); i++)
1665 format_len += strlen (image_targets[i].names[0]) + 2;
1667 for (i = 0; i < ARRAY_SIZE (image_targets); i++)
1669 strcpy (ptr, image_targets[i].names[0]);
1670 ptr += strlen (image_targets[i].names[0]);
1741 for (i = 0; i < ARRAY_SIZE (image_targets); i++)
1742 for (j = 0; j < ARRAY_SIZE (image_targets[i].names) &&
1743 image_targets[i].names[j]; j++)
1744 if (strcmp (optarg, image_targets[
[all...]

Completed in 24 milliseconds