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

  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 239 * is active...", you cannot use pxenv_tftp_open() and
247 PXENV_EXIT_t pxenv_tftp_open ( struct s_PXENV_TFTP_OPEN *tftp_open ) { function
250 DBG ( "PXENV_TFTP_OPEN" );
291 * Close a connection previously opened with pxenv_tftp_open(). You
292 * must have previously opened a connection with pxenv_tftp_open().
319 * pxenv_tftp_open() into the data buffer pointed to by
321 * connection with pxenv_tftp_open(). The data written into
327 * pxenv_tftp_open() call. It is worth noting that the PXE
339 * pxenv_tftp_open(), this indicates that the block is the last block
429 * to use pxenv_tftp_open() and pxenv_tftp_read()
    [all...]
pxe_call.c 166 case PXENV_TFTP_OPEN:
167 pxenv_call.tftp_open = pxenv_tftp_open;
  /external/syslinux/gpxe/src/arch/i386/include/
pxe_api.h 575 /** @defgroup pxenv_tftp_open PXENV_TFTP_OPEN
582 /** PXE API function code for pxenv_tftp_open() */
583 #define PXENV_TFTP_OPEN 0x0020
585 /** Parameter block for pxenv_tftp_open() */
603 extern PXENV_EXIT_t pxenv_tftp_open ( struct s_PXENV_TFTP_OPEN *tftp_open );
605 /** @} */ /* pxenv_tftp_open */
    [all...]

Completed in 252 milliseconds