Home
last modified time | relevance | path

Searched refs:NicName (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c82 OUT CHAR16 *NicName
282 CHAR16 NicName[IP4_CONFIG2_INTERFACE_INFO_NAME_LENGTH]; in ShellCommandRunTftp() local
462 Status = GetNicName (ControllerHandle, NicNumber, NicName); in ShellCommandRunTftp()
472 if (StrCmp (NicName, UserNicName) != 0) { in ShellCommandRunTftp()
488 gShellTftpHiiHandle, NicName, Status in ShellCommandRunTftp()
497 gShellTftpHiiHandle, NicName, Status in ShellCommandRunTftp()
506 gShellTftpHiiHandle, RemoteFilePath, NicName, Status in ShellCommandRunTftp()
515 gShellTftpHiiHandle, RemoteFilePath, NicName, Status in ShellCommandRunTftp()
639 OUT CHAR16 *NicName in GetNicName() argument
664 NicName, in GetNicName()