Home
last modified time | relevance | path

Searched refs:Stop (Results 1 – 25 of 68) sorted by relevance

123

/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
DEblCmdLib.c229 UINT64 Start, Stop, TimeStamp; in EblPerformance() local
234 TicksPerSecond = GetPerformanceCounterProperties (&Start, &Stop); in EblPerformance()
235 if (Start < Stop) { in EblPerformance()
243 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in EblPerformance()
246 if (Stop == 0) { in EblPerformance()
250 Delta = CountUp?(Stop - Start):(Start - Stop); in EblPerformance()
263 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in EblPerformance()
267 Delta = CountUp?(Stop - Start):(Start - Stop); in EblPerformance()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
DEblCmdLib.c221 UINT64 Start, Stop, TimeStamp; in EblPerformance() local
229 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in EblPerformance()
232 if (Stop == 0) { in EblPerformance()
236 Delta = Stop - Start; in EblPerformance()
249 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in EblPerformance()
253 Delta = Stop - Start; in EblPerformance()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
DEblCmdLib.c221 UINT64 Start, Stop, TimeStamp; in EblPerformance() local
229 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in EblPerformance()
232 if (Stop == 0) { in EblPerformance()
236 Delta = Stop - Start; in EblPerformance()
249 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in EblPerformance()
253 Delta = Stop - Start; in EblPerformance()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoaderHelper.c38 UINT64 Start, Stop, TimeStamp; in PrintPerformance() local
45 TicksPerSecond = GetPerformanceCounterProperties (&Start, &Stop); in PrintPerformance()
46 if (Start < Stop) { in PrintPerformance()
55 Key = GetPerformanceMeasurement (Key, (CONST VOID **)&Handle, &Token, &Module, &Start, &Stop); in PrintPerformance()
59 Delta = CountUp ? (Stop - Start) : (Start - Stop); in PrintPerformance()
/device/linaro/bootloader/edk2/NetworkPkg/
DNetworkPkg.uni67 … "0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.\n"
68 … "0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.\n"
69 … "0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.\n"
70 … "0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.\n"
71 … "0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.\n"
72 …"0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targe…
73 …"0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targe…
DNetworkPkg.dec83 # 0x01 = Stop UEFI iSCSI if iSCSI HBA adapter produces AIP protocol with Network Boot.
84 # 0x02 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv4 targets.
85 # 0x04 = Stop UEFI iSCSI if iSCSI HBA adapter supports booting from iSCSI IPv6 targets.
86 # 0x08 = Stop UEFI iSCSI if iSCSI HBA adapter supports an offload engine for iSCSI boot.
87 # 0x10 = Stop UEFI iSCSI if iSCSI HBA adapter supports multipath I/O for iSCSI boot.
88 …# 0x20 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv4 targ…
89 …# 0x40 = Stop UEFI iSCSI if iSCSI HBA adapter is currently configured to boot from iSCSI IPv6 targ…
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DReadMe.txt19 Stop Bits: 1
21 Data Bits setting of 6,7,8 can not be combined with a Stop Bits setting of 1.5
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c283 Private->Dhcp4->Stop (Private->Dhcp4); in HttpBootStop()
295 Private->Dhcp6->Stop (Private->Dhcp6); in HttpBootStop()
415 Private->Dhcp4->Stop (Private->Dhcp4); in HttpBootDxeLoadFile()
421 Private->Dhcp6->Stop (Private->Dhcp6); in HttpBootDxeLoadFile()
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DAndroidFastbootTransport.h126 FASTBOOT_TRANSPORT_STOP Stop; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp4Config.h176 EFI_IP4_CONFIG_STOP Stop; member
DDriverBinding.h166 EFI_DRIVER_BINDING_STOP Stop; member
DDhcp4.h771 EFI_DHCP4_STOP Stop; member
DDhcp6.h779 EFI_DHCP6_STOP Stop; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DriverBinding/
DDriverBinding.h122 EFI_DRIVER_BINDING_STOP Stop; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4Config/
DIp4Config.h65 EFI_IP4_CONFIG_STOP Stop; member
/device/google/marlin/sepolicy/
Dnetutils_wrapper.te7 # domain. Stop those audit messages flooding the kernel log.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_discovery.py216 class Stop(Exception): class
219 raise Stop
224 with self.assertRaises(Stop):
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DSnpDxe.inf45 Stop.c
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuSnp.h443 EMU_SNP_STOP Stop; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
DDriverSupport.c931 … Status = DriverBinding->Stop (DriverBinding, ControllerHandle, ChildrenToStop, &ChildHandle); in CoreDisconnectController()
934 … Status = DriverBinding->Stop (DriverBinding, ControllerHandle, ChildrenToStop, ChildBuffer); in CoreDisconnectController()
938 Status = DriverBinding->Stop (DriverBinding, ControllerHandle, 0, NULL); in CoreDisconnectController()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c340 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop() function
425 Stop(pObj, pContext, profEntry); in ptrace_leave_call()
715 Stop(pObj, pContext, profEntry); in flush_unmatched()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Dspcr.asl61 [0001] Stop Bits : 01
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DSpcr.asl61 [0001] Stop Bits : 01
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/
DDhcp4.h229 EFI_DHCP4_STOP Stop; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
DSimpleNetwork.h621 EFI_SIMPLE_NETWORK_STOP Stop; member

123