Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c139 char *startup = Py_GETENV("PYTHONSTARTUP"); in RunStartupFile() local
140 if (startup != NULL && startup[0] != '\0') { in RunStartupFile()
141 FILE *fp = fopen(startup, "r"); in RunStartupFile()
143 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in RunStartupFile()
152 startup); in RunStartupFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c144 char *startup = Py_GETENV("PYTHONSTARTUP"); in RunStartupFile() local
145 if (startup != NULL && startup[0] != '\0') { in RunStartupFile()
146 FILE *fp = fopen(startup, "r"); in RunStartupFile()
148 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in RunStartupFile()
157 startup); in RunStartupFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c144 char *startup = Py_GETENV("PYTHONSTARTUP"); in RunStartupFile() local
145 if (startup != NULL && startup[0] != '\0') { in RunStartupFile()
146 FILE *fp = fopen(startup, "r"); in RunStartupFile()
148 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in RunStartupFile()
157 startup); in RunStartupFile()
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DT32.CMM14 ;Default startup program for TRACE32
16 ;This startup program can be modified according to your needs.
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DPhy.txt9 (boolean - if true, driver waits for autonegotiation on startup)
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/
DMakefile29 C_SOURCES := src/startup.c \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py336 rc = self.startup()
383 def startup(self): member in Application
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/
DGdbRun2 # GDB startup script
/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt46 10: No current volume/directory at app. startup. 2012 Understood
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/
DMpFuncs.S2 # IA32 assembly file for AP startup vector.
DMpFuncs.asm2 ; IA32 assembly file for AP startup vector.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/
DMpFuncs.S2 # X64 assembly file for AP startup vector.
DMpFuncs.asm2 ; X64 assembly file for AP startup vector.
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.rst1575 -C pctl.startup=0.0.0.0 \
1596 -C pctl.startup=0.0.0.0 \
1625 -C pctl.startup=0.0.0.0 \
1644 -C pctl.startup=0.0.0.0 \
1663 -C pctl.startup=0.0.0.0 \
1710 -C pctl.startup=0.0.0.0 \
1750 -C pctl.startup=0.0.0.0 \
1778 -C pctl.startup=0.0.0.0 \
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi3660-hikey960.dts189 startup-delay-us = <70000>;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonReadMe.txt135 console, it may appear that Python hangs on startup. If this happens,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPy2710ReadMe.txt157 console, it may appear that Python hangs on startup. If this happens,
/device/linaro/bootloader/edk2/OvmfPkg/
DOvmfPkgX64.fdf121 # The code in this FV handles the initial firmware startup, and
DOvmfPkgIa32X64.fdf121 # The code in this FV handles the initial firmware startup, and
DOvmfPkgIa32.fdf121 # The code in this FV handles the initial firmware startup, and
DREADME183 DISCOVER message at startup, the boot process may take approx. 3 seconds
/device/google/crosshatch/
Dinit.hardware.rc260 # read /persist, so to prevent SLPI startup delays, start both here.