|
iPXE
|
A Xen device driver. More...
#include <xenbus.h>
Data Fields | |
| const char * | name |
| Name. | |
| const char * | type |
| Device type. | |
| int(* | probe )(struct xen_device *xendev) |
| Probe device. | |
| void(* | remove )(struct xen_device *xendev) |
| Remove device. | |
| const char* xen_driver::name |
| const char* xen_driver::type |
Device type.
Definition at line 41 of file xenbus.h.
Referenced by xenbus_find_driver(), and xenbus_probe_device().
| int(* xen_driver::probe) (struct xen_device *xendev) |
Probe device.
| xendev | Xen device |
| rc | Return status code |
Definition at line 47 of file xenbus.h.
Referenced by xenbus_probe_device().
| void(* xen_driver::remove) (struct xen_device *xendev) |
Remove device.
| xendev | Xen device |
Definition at line 52 of file xenbus.h.
Referenced by xenbus_probe_device(), and xenbus_remove_device().