iPXE
Data Fields
san_boot_config Struct Reference

SAN boot configuration parameters. More...

#include <sanboot.h>

Data Fields

const char * filename
 Boot filename (or NULL to use default) More...
 
const char * extra
 Required extra filename (or NULL to ignore) More...
 
const char * label
 Filesystem label (or NULL to ignore volume label) More...
 
union uuiduuid
 UUID (or NULL to ignore UUID) More...
 

Detailed Description

SAN boot configuration parameters.

Definition at line 110 of file sanboot.h.

Field Documentation

◆ filename

const char* san_boot_config::filename

Boot filename (or NULL to use default)

Definition at line 112 of file sanboot.h.

Referenced by efi_block_boot(), efi_block_match(), netboot(), sanboot_core_exec(), and uriboot().

◆ extra

const char* san_boot_config::extra

Required extra filename (or NULL to ignore)

Definition at line 114 of file sanboot.h.

Referenced by efi_block_match(), and sanboot_core_exec().

◆ label

const char* san_boot_config::label

Filesystem label (or NULL to ignore volume label)

Definition at line 116 of file sanboot.h.

Referenced by efi_block_match(), and sanboot_core_exec().

◆ uuid

union uuid* san_boot_config::uuid

UUID (or NULL to ignore UUID)

Definition at line 118 of file sanboot.h.

Referenced by efi_block_match(), and sanboot_core_exec().


The documentation for this struct was generated from the following file: