Home | History | Annotate | Download | only in things

Lines Matching defs:context

47   AvbAtxOpsContext context;
50 /* Returns context associated with |atx_ops| returned by
54 return &((AvbAtxOpsWithContext*)atx_ops)->context;
58 * information to ops context data.
63 AvbAtxOpsContext* context = get_ops_context(atx_ops);
64 size_t offset = context->next_key_version_slot++;
66 context->key_version_location[offset] = rollback_index_location;
67 context->key_version_value[offset] = key_version;
71 /* Attaches context data to |existing_ops| and returns new ops. The
72 * |ops_with_context| will be used to store the new combined ops and context.
74 * version information in the context.
183 ops_with_context.context.key_version_location[i];
185 ops_with_context.context.key_version_value[i];