Main index | Section 8 | Options |
| |
Formats a binary UEFI Device Path into its canonical UTF-8 textual form. A binary Device Path can be no longer than 65536 bytes. The textual form must fit into 65536 bytes. Multiple binary device paths may be specified. | |
| |
Parses a UEFI Device Path UTF-8 specification and outputs the binary Device Path form. Only one device path is parsed, even if there are multiple present in the input. Leading white space is ignored. The resulting binary Device Path can be no longer than 65536 bytes. Multiple lines may be specified. Each one will be translated. | |
| |
Translate a Unix file path to an EFI Device Path. The output is the textual representation of the EFI Device Path. | |
| |
Translate an EFI device path to a Unix file path. The input is the textual representation of the EFI Device Path. | |
The Unified Extensible Firmware Interface Specification is available from www.uefi.org.
EFIDP (8) | December 1, 2017 |
Main index | Section 8 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
— Taylor's Laws of Programming |