|
iPXE
|
Enhanced Disk Drive specification. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | edd_describe (struct interface *intf, struct edd_interface_type *type, union edd_device_path *path) |
| Describe a disk device using EDD. More... | |
Enhanced Disk Drive specification.
Definition in file edd.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int edd_describe | ( | struct interface * | intf, |
| struct edd_interface_type * | type, | ||
| union edd_device_path * | path | ||
| ) |
Describe a disk device using EDD.
| intf | Interface |
| type | EDD interface type |
| path | EDD device path |
| rc | Return status code |
Definition at line 44 of file edd.c.
References dest, edd_describe(), edd_describe_TYPE, ENOTSUP, interface::intf, intf_get_dest_op, intf_object(), intf_put(), op, rc, and type.
Referenced by edd_describe(), and int13_device_path_info().
1.8.15