Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DPackageFile.py102 def Extract(self, Which, ToDest): argument
103 Which = os.path.normpath(Which)
104 if Which not in self._Files:
106 ExtraData="[%s] in %s" % (Which, self._FileName))
108 FileContent = self._ZipFile.read(self._Files[Which])
111 ExtraData="[%s] in %s (%s)" % (Which, \
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DPath.c275 OUT int *Which, in ParsePath() argument
355 *Which = Instance; in ParsePath()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DDevice.h130 ParsePath( const char *path, wchar_t **FullPath, DeviceNode **DevNode, int *Which, wchar_t **MapPat…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DString.py842 def RemoveDupOption(OptionString, Which="/I", Against=None): argument
849 if not Opt.startswith(Which):
851 if len(Opt) > len(Which):
852 Val = Opt[len(Which):]
/device/mediatek/wembley-sepolicy/r_non_plat/
Dwlan_assistant.te30 # /storage/sdcard0, /vendor/firmware. Which can help to check if nvram,
/device/mediatek/wembley-sepolicy/non_plat/
Dwlan_assistant.te30 # /storage/sdcard0, /vendor/firmware. Which can help to check if nvram,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DString.py700 def RemoveDupOption(OptionString, Which="/I", Against=None): argument
707 if not Opt.startswith(Which):
709 if len(Opt) > len(Which):
710 Val = Opt[len(Which):]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DSockImpl.c1131 IN UINT32 Which in SockGetFreeSpace() argument
1137 ASSERT ((Sock != NULL) && ((SOCK_SND_BUF == Which) || (SOCK_RCV_BUF == Which))); in SockGetFreeSpace()
1139 if (SOCK_SND_BUF == Which) { in SockGetFreeSpace()
DSocket.h537 IN UINT32 Which
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DSockImpl.c1236 IN UINT32 Which in SockGetFreeSpace() argument
1242 ASSERT (Sock != NULL && ((SOCK_SND_BUF == Which) || (SOCK_RCV_BUF == Which))); in SockGetFreeSpace()
1244 if (SOCK_SND_BUF == Which) { in SockGetFreeSpace()
DSocket.h661 IN UINT32 Which
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c147 IN INTN Which in DhcpNotifyUser() argument
157 ((Which == DHCP_NOTIFY_COMPLETION) || (Which == DHCP_NOTIFY_ALL)) in DhcpNotifyUser()
165 ((Which == DHCP_NOTIFY_RENEWREBIND) || (Which == DHCP_NOTIFY_ALL)) in DhcpNotifyUser()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Ddutree.doc37 at once, but this seems inherently recursive. Which means
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpu0Cst.asl155 // Which uses the power state of the system (PWRS) to
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DCorebootPayloadPkgIa32.dsc68 # UINT8 BarIndex; ///< Which BAR to get the UART base address
DCorebootPayloadPkgIa32X64.dsc68 # UINT8 BarIndex; ///< Which BAR to get the UART base address
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DQuarkMin.dsc379 # UINT8 BarIndex; ///< Which BAR to get the UART base address
DQuark.dsc419 # UINT8 BarIndex; ///< Which BAR to get the UART base address
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni935 … " UINT8 BarIndex; ///< Which BAR to get the UART base address<BR>\n"
DMdeModulePkg.dec1114 # UINT8 BarIndex; ///< Which BAR to get the UART base address.<BR>