HomeSort by relevance Sort by last modified time
    Searched full:boot (Results 101 - 125 of 745) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/grub/stage2/
stage1_5.c 36 * Here load the true second-stage boot-loader.
start_eltorito.S 74 -boot-info-table option */
76 bi_file: .long 0xDEADBEEF /* LBA of boot file */
77 bi_length: .long 0xDEADBEEF /* Length of boot file */
78 bi_csum: .long 0xDEADBEEF /* Checksum of boot file */
99 /* Set up boot file sector, size, load address */
103 mov %ax, %bp /* boot file sectors */
117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
freebsd.h 31 #define RB_MINIROOT 0x200 /* mini-root present in memory at boot time */
43 * Constants for converting boot-style device number to type,
  /external/kernel-headers/original/asm-x86/
setup.h 31 * This is set up by the setup-routine at boot-time
tsc.h 70 * Boot-time check whether the TSCs are synchronized across
  /external/qemu/android/
hw-lcd.c 13 #include "android/boot-properties.h"
cmdline-options.h 80 OPT_PARAM( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-save (default 'default-boot')" )
81 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" )
83 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" )
125 OPT_FLAG ( no_boot_anim, "disable animation for faster boot" )
140 OPT_LIST( prop, "<name>=<value>", "set system property on boot")
  /frameworks/base/cmds/app_process/
app_main.cpp 64 * from a boot class' native method, and so wouldn't look for the class
66 * because the "am" classes are not boot classes.
69 * executing boot class Java code and thereby deny ourselves access to
70 * non-boot classes.
  /hardware/msm7k/
Android.mk 18 msm7k_dirs := $(common_msm_dirs) boot libgralloc libaudio
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 164 printf("Starting the SMC BOOT PA '%s'. Driver name : %s", pPAFileName, SMC_DRIVER_NAME);
201 printf("Boot time driver open failed [%d] !\n", nStatus);
215 printf("Starting the BOOT TIME PA failed [%d] !\n", nStatus);
223 printf("Boot time PA '%s' has been launched successfully.\n", pPAFileName);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmInitReceiver.java 40 // Remove the snooze alarm after a boot.
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 25 * Boot completed receiver. used to reset the app install state every time the
  /packages/providers/MediaProvider/res/values/
strings.xml 24 <!-- [CHAR LIMIT=NONE] Boot message while upgrading media provider. -->
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch
14 * boot devices.
17 * information is used to identify BIOS boot disk. The code in setup.S
48 #define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */
kernel.h 11 long uptime; /* Seconds since boot */
qnx4_fs.h 86 struct qnx4_inode_entry Boot;
  /system/extras/fatblock/
fs.c 183 memset(&fs->boot, 0, sizeof(fs->boot));
184 bs = &fs->boot;
253 fs->boot.rootdir_start = htole32(rootdir_start);
fs.h 30 struct fat_boot_sector boot; member in struct:fs
  /external/grub/
NEWS 7 boot drive correctly (notably for HP Vectra).
12 is the number of next boot entry or the special keyword `fallback'.
30 don't pass the boot drive correctly.
40 * Define the behavior of the boot loader when the load end address is
150 configuration file automatically, like the network boot images.
160 * Now GRUB is compliant with the Linux/i386 boot protocol version 2.02.
171 * One violation against the Network Boot Image Proposal was found and
187 your disk with this command and then you can set the default boot
192 searchs stage1 automatically under "/boot/grub" and "/grub", unless
194 * The utility `grub-install' recognizes a separate boot partitio
    [all...]
  /bootable/bootloader/legacy/arch_msm7k/
gpio.c 29 #include <boot/boot.h>
shared.c 29 #include <boot/boot.h>
  /build/core/
java_library.mk 75 # boot jar's rules are defined in dex_preopt.mk
88 # Make sure the boot jars get dex-preopt-ed first
  /development/tools/emulator/system/camera/
EmulatedCameraFactory.h 100 /* TODO: Have a boot property that controls that. */
106 /* TODO: Have a boot property that controls that. */
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 130 // Reports the collected boot times to UMA if they haven't been
133 // Checks if the times for the most recent boot event have been
134 // reported already to avoid sending boot time histogram samples
137 FPL("/tmp/boot-times-sent");
155 // Stores the boot times to a file in /tmp to indicate that the
156 // times for the most recent boot event have been reported
174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time");
185 // Wait until firmware-boot-time file exists by reposting.
  /external/grub/docs/
multiboot.h.texi 30 /* @r{The magic number passed by a Multiboot-compliant boot loader.} */
44 /* @r{Do not include here in boot.S.} */

Completed in 1245 milliseconds

1 2 3 45 6 7 8 91011>>