Searched defs:Overwrite (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.c302 @param Overwrite Indicate whether with overwrite attribute
317 IN BOOLEAN Overwrite,
313 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
H A DPxeBcImpl.c1109 @param Overwrite Only used on write file operations. TRUE if a file on a remote server can
1137 IN BOOLEAN Overwrite,
1244 Overwrite,
1133 EfiPxeBcMtftp( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation, IN OUT VOID *BufferPtr, IN BOOLEAN Overwrite, IN OUT UINT64 *BufferSize, IN UINTN *BlockSize OPTIONAL, IN EFI_IP_ADDRESS *ServerIp, IN UINT8 *Filename, IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL, IN BOOLEAN DontUseBuffer ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.c316 @param[in] Overwrite Indicate whether with overwrite attribute.
331 IN BOOLEAN Overwrite,
758 @param[in] Overwrite Indicates whether to use the overwrite attribute.
773 IN BOOLEAN Overwrite,
1011 @param[in] Overwrite Indicate whether with overwrite attribute.
1026 IN BOOLEAN Overwrite,
1037 Overwrite,
1047 Overwrite,
327 PxeBcMtftp6WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
769 PxeBcMtftp4WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
1022 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
H A DPxeBcImpl.c782 @param[in] Overwrite Only used on write file operations. TRUE if a file on a remote
810 IN BOOLEAN Overwrite,
919 Overwrite,
806 EfiPxeBcMtftp( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation, IN OUT VOID *BufferPtr OPTIONAL, IN BOOLEAN Overwrite, IN OUT UINT64 *BufferSize, IN UINTN *BlockSize OPTIONAL, IN EFI_IP_ADDRESS *ServerIp, IN UINT8 *Filename, IN EFI_PXE_BASE_CODE_MTFTP_INFO *Info OPTIONAL, IN BOOLEAN DontUseBuffer ) argument

Completed in 43 milliseconds