Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107601282
D46631.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
351 B
Referenced Files
None
Subscribers
None
D46631.diff
View Options
diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -1268,7 +1268,9 @@
return (CMD_ERROR);
}
+ TSENTER2("rng->GetRNG");
status = rng->GetRNG(rng, NULL, size, (UINT8 *)buf);
+ TSEXIT();
if (status != EFI_SUCCESS) {
free(buf);
command_errmsg = "GetRNG failed";
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 17, 12:00 PM (19 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15838453
Default Alt Text
D46631.diff (351 B)
Attached To
Mode
D46631: loader: Instrument EFI GetRNG with TSLOG
Attached
Detach File
Event Timeline
Log In to Comment