Searched refs:prot_buffer (Results 1 – 1 of 1) sorted by relevance
143 efi_guid_t **prot_buffer; in execute() local328 &prot_buffer, &prot_count); in execute()337 if (memcmp(prot_buffer[0], &guid1, 16) && in execute()338 memcmp(prot_buffer[1], &guid1, 16)) { in execute()342 if (memcmp(prot_buffer[0], &guid3, 16) && in execute()343 memcmp(prot_buffer[1], &guid3, 16)) { in execute()348 ret = boottime->free_pool(prot_buffer); in execute()
Completed in 25 milliseconds