Lines Matching defs:descriptor
887 const struct container_descriptor *descriptor;
893 descriptor = image + addr;
894 container_id = le16_to_cpu(descriptor->container_id);
895 content = image + le32_to_cpu(descriptor->content_address);
896 length = le32_to_cpu(descriptor->content_length);
924 const struct container_descriptor *descriptor;
934 descriptor = image + offset;
937 offset = le32_to_cpu(descriptor->content_address);
938 num_of_containers = le32_to_cpu(descriptor->content_length) / 4;
943 descriptor = image + addr;
944 container_id = le16_to_cpu(descriptor->container_id);
945 content = image + le32_to_cpu(descriptor->content_address);
946 length = le32_to_cpu(descriptor->content_length);