iPXE
Functions | Variables
efi_cmdline.h File Reference

EFI command line. More...

#include <stdint.h>
#include <wchar.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

const wchar_tefi_cmdline
 EFI command line (may not be wNUL-terminated. More...
 
size_t efi_cmdline_len
 Length of EFI command line (in bytes) More...
 

Detailed Description

EFI command line.

Definition in file efi_cmdline.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ efi_cmdline

const wchar_t* efi_cmdline

EFI command line (may not be wNUL-terminated.

Definition at line 43 of file efi_cmdline.c.

Referenced by efi_cmdline_init(), and efi_init().

◆ efi_cmdline_len

size_t efi_cmdline_len

Length of EFI command line (in bytes)

Definition at line 46 of file efi_cmdline.c.

Referenced by efi_cmdline_init(), and efi_init().