Home
last modified time | relevance | path

Searched refs:stop_base (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_preboot.c347 PXENV_EXIT_t pxenv_stop_base ( struct s_PXENV_STOP_BASE *stop_base ) { in pxenv_stop_base() argument
355 stop_base->Status = PXENV_STATUS_SUCCESS; in pxenv_stop_base()
Dpxe_call.c57 PXENV_EXIT_t ( * stop_base ) ( struct s_PXENV_STOP_BASE * ); member
163 pxenv_call.stop_base = pxenv_stop_base; in pxe_api_call()
164 param_len = sizeof ( pxenv_any.stop_base ); in pxe_api_call()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe.h32 struct s_PXENV_STOP_BASE stop_base; member
Dpxe_api.h562 extern PXENV_EXIT_t pxenv_stop_base ( struct s_PXENV_STOP_BASE *stop_base );