HomeSort by relevance Sort by last modified time
    Searched refs:pxenv_undi_close (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_call.c 226 case PXENV_UNDI_CLOSE:
227 pxenv_call.undi_close = pxenv_undi_close;
pxe_undi.c 205 /* PXENV_UNDI_CLOSE
209 PXENV_EXIT_t pxenv_undi_close ( struct s_PXENV_UNDI_CLOSE *undi_close ) { function
210 DBG ( "PXENV_UNDI_CLOSE\n" );
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 1031 /** @defgroup pxenv_undi_close PXENV_UNDI_CLOSE
1038 /** PXE API function code for pxenv_undi_close() */
1039 #define PXENV_UNDI_CLOSE 0x0007
1041 /** Parameter block for pxenv_undi_close() */
1048 extern PXENV_EXIT_t pxenv_undi_close ( struct s_PXENV_UNDI_CLOSE *undi_close );
1050 /** @} */ /* pxenv_undi_close */
    [all...]

Completed in 356 milliseconds