Searched refs:tftp_get_fsize (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pxe/
H A Dpxe_tftp.c517 * @v tftp_get_fsize Pointer to a struct s_PXENV_TFTP_GET_FSIZE
557 *tftp_get_fsize ) {
563 if ( ( rc = pxe_tftp_open ( tftp_get_fsize->ServerIPAddress, 0,
564 tftp_get_fsize->FileName, 0, 1 ) ) != 0 ) {
565 tftp_get_fsize->Status = PXENV_STATUS ( rc );
574 tftp_get_fsize->FileSize = pxe_tftp.max_offset;
575 DBG ( " fsize=%d", tftp_get_fsize->FileSize );
584 tftp_get_fsize->Status = PXENV_STATUS ( rc );
H A Dpxe_call.c62 PXENV_EXIT_t ( * tftp_get_fsize ) ( struct s_PXENV_TFTP_GET_FSIZE * ); member in union:pxenv_call
183 pxenv_call.tftp_get_fsize = pxenv_tftp_get_fsize;
184 param_len = sizeof ( pxenv_any.tftp_get_fsize );
/external/syslinux/gpxe/src/arch/i386/include/
H A Dpxe.h37 struct s_PXENV_TFTP_GET_FSIZE tftp_get_fsize; member in union:u_PXENV_ANY

Completed in 87 milliseconds