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

  /external/syslinux/gpxe/src/arch/i386/include/
pxe.h 35 struct s_PXENV_TFTP_READ tftp_read;
pxe_api.h 639 struct s_PXENV_TFTP_READ {
646 typedef struct s_PXENV_TFTP_READ PXENV_TFTP_READ_t;
648 extern PXENV_EXIT_t pxenv_tftp_read ( struct s_PXENV_TFTP_READ *tftp_read );
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_tftp.c 310 * @v tftp_read Pointer to a struct s_PXENV_TFTP_READ
311 * @v s_PXENV_TFTP_READ::Buffer Address of data buffer
314 * @ret s_PXENV_TFTP_READ::Status PXE status code
315 * @ret s_PXENV_TFTP_READ::PacketNumber TFTP packet number
316 * @ret s_PXENV_TFTP_READ::BufferSize Length of data written into buffer
320 * s_PXENV_TFTP_READ::Buffer. You must have previously opened a
322 * s_PXENV_TFTP_READ::Buffer is just the file data; the various
329 * s_PXENV_TFTP_READ::BufferSize before calling pxenv_tftp_read(), so
333 * s_PXENV_TFTP_READ::BufferSize to guard against PXE stacks that
337 * s_PXENV_TFTP_READ::BufferSize. If this length is less than th
    [all...]
pxe_call.c 60 PXENV_EXIT_t ( * tftp_read ) ( struct s_PXENV_TFTP_READ * );
  /external/syslinux/com32/include/syslinux/
pxe_api.h 140 typedef struct s_PXENV_TFTP_READ {

Completed in 50 milliseconds