iPXE
Data Fields
device Struct Reference

A hardware device. More...

#include <device.h>

Data Fields

char name [40]
 Name. More...
 
const char * driver_name
 Driver name. More...
 
struct device_description desc
 Device description. More...
 
struct list_head siblings
 Devices on the same bus. More...
 
struct list_head children
 Devices attached to this device. More...
 
struct deviceparent
 Bus device. More...
 

Detailed Description

A hardware device.

Definition at line 73 of file device.h.

Field Documentation

◆ name

char device::name[40]

◆ driver_name

const char* device::driver_name

◆ desc

struct device_description device::desc

◆ siblings

struct list_head device::siblings

◆ children

struct list_head device::children

◆ parent

struct device* device::parent

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