Home
last modified time | relevance | path

Searched refs:undi_close (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/fs/pxe/
Disr.c280 static __lowmem struct s_PXENV_UNDI_CLOSE undi_close; in reset_pxe() local
286 memset(&undi_close, 0, sizeof(undi_close)); in reset_pxe()
287 pxe_call(PXENV_UNDI_CLOSE, &undi_close); in reset_pxe()
289 if (undi_close.Status) in reset_pxe()
290 printf("PXENV_UNDI_CLOSE failed: 0x%x\n", undi_close.Status); in reset_pxe()
297 return undi_close.Status; in reset_pxe()
/external/syslinux/gpxe/src/arch/i386/drivers/net/
Dundinet.c402 struct s_PXENV_UNDI_CLOSE undi_close; in undinet_close() local
426 &undi_close, sizeof ( undi_close ) ); in undinet_close()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_call.c74 PXENV_EXIT_t ( * undi_close ) ( struct s_PXENV_UNDI_CLOSE * ); member
227 pxenv_call.undi_close = pxenv_undi_close; in pxe_api_call()
228 param_len = sizeof ( pxenv_any.undi_close ); in pxe_api_call()
Dpxe_undi.c209 PXENV_EXIT_t pxenv_undi_close ( struct s_PXENV_UNDI_CLOSE *undi_close ) { in pxenv_undi_close() argument
214 undi_close->Status = PXENV_STATUS_SUCCESS; in pxenv_undi_close()
/external/syslinux/gpxe/src/arch/i386/include/
Dpxe.h48 struct s_PXENV_UNDI_CLOSE undi_close; member
Dpxe_api.h1048 extern PXENV_EXIT_t pxenv_undi_close ( struct s_PXENV_UNDI_CLOSE *undi_close );