Searched refs:exit (Results 101 - 125 of 173) sorted by relevance

1234567

/u-boot/tools/
H A Difwitool.c553 exit(-1);
712 exit(-1);
741 exit(-1);
827 exit(-1);
955 exit(-1);
961 exit(-1);
1081 exit(-1);
1557 exit(-1);
1893 exit(-1);
2030 exit(
[all...]
H A Dqconfig.py91 sys.exit('Please run at the top of source directory.')
97 sys.exit("source tree is not clean, please run 'make mrproper'")
109 sys.exit('GNU Make not found')
485 sys.exit('Internal Error. This should not happen.')
589 sys.exit('Exit on error.')
590 # If --exit-on-error flag is not set, skip this board and continue.
1492 parser.add_argument('-e', '--exit-on-error', action='store_true',
1494 help='exit immediately on any error')
1541 sys.exit(1)
1563 sys.exit(
[all...]
H A Drenesas_spkgimage.c228 exit(EXIT_FAILURE);
235 exit(EXIT_FAILURE);
H A Dkwbimage.c1925 exit(EXIT_FAILURE);
1933 exit(EXIT_FAILURE);
1941 exit(EXIT_FAILURE);
1952 exit(EXIT_FAILURE);
1973 exit(EXIT_FAILURE);
1979 exit(EXIT_FAILURE);
2174 exit(EXIT_FAILURE);
2182 exit(EXIT_FAILURE);
2190 exit(EXIT_FAILURE);
2201 exit(EXIT_FAILUR
[all...]
H A Dzynqimage.c243 exit(1);
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_bch.c144 goto exit;
159 exit:
/u-boot/arch/arm/mach-k3/r5/
H A Dsysfw-loader.c309 goto exit;
313 exit:
/u-boot/drivers/usb/cdns3/
H A Dcore.c300 goto exit;
316 exit:
/u-boot/drivers/mtd/ubi/
H A Dio.c1190 goto exit;
1201 goto exit;
1206 exit:
1278 goto exit;
1289 goto exit;
1294 exit:
/u-boot/tools/buildman/
H A Dfunc_test.py310 sys.exit(1)
326 sys.exit(1)
362 sys.exit(1)
393 sys.exit(1)
413 sys.exit(1)
467 sys.exit(1)
677 """Allow missing blobs - still failure but a different exit code"""
/u-boot/arch/arm/lib/
H A Dmemcpy.S48 .macro exit reg1 reg2
150 exit r4, lr
249 * the exit macro.
/u-boot/drivers/phy/
H A Dphy-uclass.c25 * call power_off() after another's exit() and hang indefinitely).
291 if (ops->exit) {
292 ret = ops->exit(phy);
294 dev_err(phy->dev, "PHY: Failed to exit %s: %d.\n",
H A Dphy-imx8m-pcie.c180 .exit = imx8_pcie_phy_exit,
H A Dmeson-axg-mipi-dphy.c333 .exit = phy_meson_axg_mipi_dphy_exit,
H A Domap-usb2-phy.c198 .exit = omap_usb2_phy_exit,
/u-boot/scripts/dtc/
H A Ddtc.c117 "\n\tPrint this help and exit",
118 "\n\tPrint version and exit",
363 exit(0);
/u-boot/lib/efi_loader/
H A Dboothart.c331 boottime->exit(handle, EFI_SUCCESS, 0, NULL);
H A Dhelloworld.c243 boottime->exit(handle, ret, 0, NULL);
/u-boot/tools/patman/
H A Dcheckpatch.py47 sys.exit('Cannot find checkpatch.pl - please put it in your ' +
/u-boot/tools/binman/
H A Dcmdline.py62 parser.exit()
/u-boot/drivers/phy/rockchip/
H A Dphy-rockchip-pcie.c221 .exit = rockchip_pcie_phy_exit,
H A Dphy-rockchip-snps-pcie3.c257 .exit = rochchip_p3phy_exit,
/u-boot/drivers/usb/musb-new/
H A Dda8xx.c246 .exit = da8xx_musb_exit,
H A Domap2430.c148 .exit = omap2430_musb_exit,
/u-boot/scripts/kconfig/
H A Dzconf.y547 exit(1);
562 exit(1);

Completed in 279 milliseconds

1234567