PXENV_UNDI_STARTUP
[PXE UNDI API]

UNDI STARTUP. More...


Data Structures

struct  s_PXENV_UNDI_STARTUP
 Parameter block for pxenv_undi_startup(). More...

Defines

#define PXENV_UNDI_STARTUP   0x0001
 PXE API function code for pxenv_undi_startup().
#define PXENV_BUS_ISA   0
 ISA bus type.
#define PXENV_BUS_EISA   1
 EISA bus type.
#define PXENV_BUS_MCA   2
 MCA bus type.
#define PXENV_BUS_PCI   3
 PCI bus type.
#define PXENV_BUS_VESA   4
 VESA bus type.
#define PXENV_BUS_PCMCIA   5
 PCMCIA bus type.

Typedefs

typedef struct s_PXENV_UNDI_STARTUP PXENV_UNDI_STARTUP_t

Functions

PXENV_EXIT_t pxenv_undi_startup (struct s_PXENV_UNDI_STARTUP *undi_startup)


Detailed Description

UNDI STARTUP.

Define Documentation

#define PXENV_UNDI_STARTUP   0x0001

PXE API function code for pxenv_undi_startup().

Definition at line 847 of file pxe_api.h.

Referenced by pxe_api_call(), pxeparent_function_name(), and undinet_probe().

#define PXENV_BUS_ISA   0

ISA bus type.

Definition at line 849 of file pxe_api.h.

#define PXENV_BUS_EISA   1

EISA bus type.

Definition at line 850 of file pxe_api.h.

#define PXENV_BUS_MCA   2

MCA bus type.

Definition at line 851 of file pxe_api.h.

#define PXENV_BUS_PCI   3

PCI bus type.

Definition at line 852 of file pxe_api.h.

#define PXENV_BUS_VESA   4

VESA bus type.

Definition at line 853 of file pxe_api.h.

#define PXENV_BUS_PCMCIA   5

PCMCIA bus type.

Definition at line 854 of file pxe_api.h.


Typedef Documentation

Definition at line 861 of file pxe_api.h.


Function Documentation

PXENV_EXIT_t pxenv_undi_startup ( struct s_PXENV_UNDI_STARTUP undi_startup  ) 

Definition at line 111 of file pxe_undi.c.

References DBG, PXENV_EXIT_SUCCESS, PXENV_STATUS_SUCCESS, and s_PXENV_UNDI_STARTUP::Status.

Referenced by pxe_api_call().

00111                                                                               {
00112         DBG ( "PXENV_UNDI_STARTUP\n" );
00113 
00114         undi_startup->Status = PXENV_STATUS_SUCCESS;
00115         return PXENV_EXIT_SUCCESS;
00116 }


Generated on Tue Apr 6 20:01:59 2010 for gPXE by  doxygen 1.5.7.1