|
iPXE
|
A SAN path. More...
#include <sanboot.h>
Data Fields | |
| struct san_device * | sandev |
| Containing SAN device. More... | |
| unsigned int | index |
| Path index. More... | |
| struct uri * | uri |
| SAN device URI. More... | |
| struct list_head | list |
| List of open/closed paths. More... | |
| struct interface | block |
| Underlying block device interface. More... | |
| struct process | process |
| Process. More... | |
| int | path_rc |
| Path status. More... | |
| struct acpi_descriptor * | desc |
| ACPI descriptor (if applicable) More... | |
| struct san_device* san_path::sandev |
Containing SAN device.
Definition at line 38 of file sanboot.h.
Referenced by alloc_sandev(), sandev_command(), sandev_command_read_capacity(), sandev_command_rw(), sandev_reopen(), sandev_reset(), sandev_restart(), sandev_undescribe(), sanpath_block_close(), sanpath_close(), sanpath_open(), and sanpath_step().
| unsigned int san_path::index |
Path index.
Definition at line 40 of file sanboot.h.
Referenced by alloc_sandev(), sandev_command_read_capacity(), sandev_command_rw(), sandev_describe(), sanpath_block_close(), sanpath_open(), and sanpath_step().
| struct uri* san_path::uri |
SAN device URI.
Definition at line 42 of file sanboot.h.
Referenced by alloc_sandev(), sandev_free(), and sanpath_open().
| struct list_head san_path::list |
List of open/closed paths.
Definition at line 44 of file sanboot.h.
Referenced by alloc_sandev(), sandev_reopen(), sandev_restart(), sanpath_close(), and sanpath_open().
| struct interface san_path::block |
Underlying block device interface.
Definition at line 47 of file sanboot.h.
Referenced by alloc_sandev(), efi_block_hook(), int13_device_path_info(), sandev_command_read_capacity(), sandev_command_rw(), sanpath_close(), sanpath_open(), and sanpath_step().
| struct process san_path::process |
Process.
Definition at line 49 of file sanboot.h.
Referenced by alloc_sandev(), sanpath_close(), and sanpath_open().
| int san_path::path_rc |
Path status.
Definition at line 51 of file sanboot.h.
Referenced by alloc_sandev(), sandev_reopen(), sanpath_close(), sanpath_open(), and sanpath_step().
| struct acpi_descriptor* san_path::desc |
ACPI descriptor (if applicable)
Definition at line 54 of file sanboot.h.
Referenced by sandev_describe(), sandev_free(), sandev_undescribe(), and sanpath_open().
1.8.15