Searched refs:undi_device (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dundinet.h12 struct undi_device;
14 extern int undinet_probe ( struct undi_device *undi );
15 extern void undinet_remove ( struct undi_device *undi );
H A Dundiload.h12 struct undi_device;
15 extern int undi_load ( struct undi_device *undi, struct undi_rom *undirom );
16 extern int undi_unload ( struct undi_device *undi );
26 static inline int undi_load_pci ( struct undi_device *undi,
H A Dundipreload.h15 extern struct undi_device __data16 ( preloaded_undi );
H A Dundi.h22 struct undi_device { struct
72 static inline void undi_set_drvdata ( struct undi_device *undi, void *priv ) {
82 static inline void * undi_get_drvdata ( struct undi_device *undi ) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundipreload.c37 struct undi_device __data16 ( preloaded_undi );
H A Dundionly.c57 struct undi_device *undi = &preloaded_undi;
104 struct undi_device *undi = &preloaded_undi;
H A Dundi.c66 struct undi_device *undi;
130 struct undi_device *undi = pci_get_drvdata ( pci );
H A Dundiload.c55 int undi_load ( struct undi_device *undi, struct undi_rom *undirom ) {
150 int undi_unload ( struct undi_device *undi ) {
H A Dundinet.c531 int undinet_probe ( struct undi_device *undi ) {
683 void undinet_remove ( struct undi_device *undi ) {
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxeparent/
H A Dpxeparent_dhcp.c33 struct undi_device *undi;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dpxeprefix.S660 /* The following fields are part of a struct undi_device */
662 undi_device: label
688 .equ undi_device_size, ( . - undi_device )
704 /* Copy our undi_device structure to the preloaded_undi variable */
707 movw $undi_device, %si

Completed in 3625 milliseconds