iPXE
|
A Xen device driver. More...
#include <xenbus.h>
Data Fields | |
const char * | name |
Name. More... | |
const char * | type |
Device type. More... | |
int(* | probe )(struct xen_device *xendev) |
Probe device. More... | |
void(* | remove )(struct xen_device *xendev) |
Remove device. More... | |
const char* xen_driver::name |
const char* xen_driver::type |
Device type.
Definition at line 40 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 46 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 51 of file xenbus.h.
Referenced by xenbus_probe_device(), and xenbus_remove_device().