HomeSort by relevance Sort by last modified time
    Searched full:boot (Results 251 - 275 of 829) sorted by null

<<11121314151617181920>>

  /system/extras/fatblock/
read.c 143 return buffer_read((char*)&fs->boot, sizeof(fs->boot), buf,
  /tools/motodev/src/plugins/emulator/
plugin.properties 97 StartUp_Options_BootAnim_Label=Disable Boot Animation
98 StartUp_Options_BootAnim_Description=Disable the boot animation during emulator startup
  /external/qemu/android/avd/
hardware-properties.ini 96 # the kernel at boot time. Using an incorrect name will result
284 # kernel.parameters specifies the string of kernel boot parameters.
295 abstract = kernel boot parameters string.
337 description = Path to data partition file. Cannot be empty. Special value <temp> means using a temporary file. If disk.dataPartition.initPath is not empty, its content will be copied to the disk.dataPartition.path file at boot-time.
344 description = If not empty, its content will be copied to the disk.dataPartition.path file at boot-time.
  /external/grub/stage2/
boot.c 0 /* boot.c - load and bootstrap a kernel */
414 memory map more accurately. Boot protocol 2.03, which
417 2.4.18 and newer are known to detect memory reliably, boot
424 4) The kernel supports boot protocol 2.03 or newer. */
858 /* Dummy function to fake the *BSD boot. */
995 * arg1 = boot flags
996 * arg2 = boot device
Makefile.in 91 am_libgrub_a_OBJECTS = libgrub_a-boot.$(OBJEXT) \
107 diskless_exec-bios.$(OBJEXT) diskless_exec-boot.$(OBJEXT) \
197 pre_stage2_exec-bios.$(OBJEXT) pre_stage2_exec-boot.$(OBJEXT) \
447 libgrub_a_SOURCES = boot.c builtins.c char_io.c cmdline.c common.c \
489 pre_stage2_exec_SOURCES = asm.S bios.c boot.c builtins.c char_io.c \
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diskless_exec-boot.Po@am__quote@
    [all...]
apm.S 20 /* This is stolen from arch/i386/boot/setup.S in Linux 2.2.17 */