HomeSort by relevance Sort by last modified time
    Searched refs:booting (Results 1 - 25 of 28) sorted by null

1 2

  /system/core/init/
firmware_handler.cpp 57 return access("/dev/.booting", F_OK) == 0;
61 int booting = IsBooting(); local
95 if (booting) {
99 booting = IsBooting();
  /external/syslinux/com32/modules/
kontron_wdt.c 390 goto booting;
396 goto booting;
403 booting:
  /external/syslinux/
syslinux.spec 45 Summary: The EXTLINUX bootloader, for booting the local system.
50 The EXTLINUX bootloader, for booting the local system, as well as all
54 Summary: SYSLINUX modules in /tftpboot, available for network booting
60 booting in the /tftpboot directory.
  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 27 unless the user consents to attempt booting anyway, in which case the data from
33 STRONGLY RECOMMENDED to verify every stage upon booting.
  /build/make/target/board/generic_x86_64/
BoardConfig.mk 73 # Otherwise, AVB will prevent the device from booting the generic system.img.
  /build/make/target/board/generic/
BoardConfig.mk 85 # Otherwise, AVB will prevent the device from booting the generic system.img.
  /build/make/target/board/generic_x86/
BoardConfig.mk 75 # Otherwise, AVB will prevent the device from booting the generic system.img.
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 91 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bs16.S 84 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
Gpt.asm 90 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
Mbr.asm 91 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
Gpt.S 92 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bs32.S 98 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
bootsect.asm 95 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
bs16.asm 82 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
bs32.asm 97 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 88 logging.info('Power DUT off in recovery mode without booting.')
  /build/make/target/board/generic_arm64/
BoardConfig.mk 101 # Otherwise, AVB will prevent the device from booting the generic system.img.
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 309 ''' Check if the device/emulator has finished booting.
321 has finished booting as well as being present.
366 'The device {0} has not yet finished booting.'
  /external/dtc/Documentation/
dtc-paper.tex 42 We present a method for booting a \ppc{}\R Linux\R kernel on an
56 booting a \texttt{ppc64} kernel without Open Firmware, and we plan
110 tree that addresses all these problems. When booting on OF systems,
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]
  /external/syslinux/core/
pxelinux.asm 7 ; network booting API. It is based on the SYSLINUX boot loader for
560 localboot_msg db 'Booting from local disk...', CR, LF, 0
  /frameworks/base/core/proto/android/server/
activitymanagerservice.proto 771 optional bool booting = 43;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-opsworks/1.11.18/
aws-java-sdk-opsworks-1.11.18.jar 

Completed in 436 milliseconds

1 2