Lines Matching defs:size
134 #define TPM_MEMREMAP(start, size) NULL
138 #define TPM_MEMUNMAP(start, size) do{} while(0)
142 * __calc_tpm2_event_size - calculate the size of a TPM2 event log entry
143 * @event: Pointer to the event whose size should be calculated
155 * and can calculate the total size of the event.
157 * Return: size of the event on success, 0 on failure
171 size_t size;
189 size = 0;
208 size = 0;
219 * and to return an event size of 0.
224 size = 0;
238 size = 0;
257 size = 0;
263 * Map the event size - we don't read from the event itself, so
272 size = 0;
283 size = marker - marker_start;
286 size = 0;
291 return size;