/src/sys/stand/efiboot/ |
efirng.c | 81 EFI_RNG_ALGORITHM alglist[10]; local in function:efi_rng_show 82 UINTN i, j, alglistsz = sizeof(alglist); 91 status = uefi_call_wrapper(rng->GetInfo, 3, rng, &alglistsz, alglist); 98 for (i = 0; i < alglistsz/sizeof(alglist[0]); i++) { 101 if (memcmp(&alglist[i], &algname[j].guid, 107 Print(L"%s (%g)\n", name, &alglist[i]);
|
efirng.c | 81 EFI_RNG_ALGORITHM alglist[10]; local in function:efi_rng_show 82 UINTN i, j, alglistsz = sizeof(alglist); 91 status = uefi_call_wrapper(rng->GetInfo, 3, rng, &alglistsz, alglist); 98 for (i = 0; i < alglistsz/sizeof(alglist[0]); i++) { 101 if (memcmp(&alglist[i], &algname[j].guid, 107 Print(L"%s (%g)\n", name, &alglist[i]);
|
efirng.c | 81 EFI_RNG_ALGORITHM alglist[10]; local in function:efi_rng_show 82 UINTN i, j, alglistsz = sizeof(alglist); 91 status = uefi_call_wrapper(rng->GetInfo, 3, rng, &alglistsz, alglist); 98 for (i = 0; i < alglistsz/sizeof(alglist[0]); i++) { 101 if (memcmp(&alglist[i], &algname[j].guid, 107 Print(L"%s (%g)\n", name, &alglist[i]);
|