Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106144292
D8415.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
713 B
Referenced Files
None
Subscribers
None
D8415.diff
View Options
Index: head/sys/boot/efi/libefi/efinet.c
===================================================================
--- head/sys/boot/efi/libefi/efinet.c
+++ head/sys/boot/efi/libefi/efinet.c
@@ -357,10 +357,12 @@
for (unit = 0, h = efi_find_handle(&efinet_dev, 0);
h != NULL; h = efi_find_handle(&efinet_dev, ++unit)) {
printf(" %s%d:", efinet_dev.dv_name, unit);
- text = efi_devpath_name(efi_lookup_devpath(h));
- if (text != NULL) {
- printf(" %S", text);
- efi_free_devpath_name(text);
+ if (verbose) {
+ text = efi_devpath_name(efi_lookup_devpath(h));
+ if (text != NULL) {
+ printf(" %S", text);
+ efi_free_devpath_name(text);
+ }
}
if (pager_output("\n"))
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 3:17 AM (11 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15610654
Default Alt Text
D8415.diff (713 B)
Attached To
Mode
D8415: efinet_dev_print should honor verbose option.
Attached
Detach File
Event Timeline
Log In to Comment