/bootable/bootloader/legacy/arch_msm7k/ |
uart.c | 29 #include <boot/boot.h> 30 #include <boot/uart.h>
|
vic.c | 29 #include <boot/boot.h>
|
/bootable/bootloader/legacy/usbloader/ |
usbloader.c | 29 #include <boot/boot.h> 30 #include <boot/flash.h> 31 #include <boot/board.h> 32 #include <boot/usb.h> 34 #include <boot/bootimg.h> 35 #include <boot/tags.h> 37 #include <boot/gpio.h> 445 if(!strcmp(ptn->name,"boot") || !strcmp(ptn->name,"recovery")) { 447 tx_status("FAILimage is not a boot image") [all...] |
/development/tools/emulator/system/qemu-props/ |
qemu-props.c | 19 * system. It does so by connecting to the 'boot-properties' qemud service. 42 #define QEMUD_SERVICE "boot-properties" 55 qemud_fd = qemud_channel_open( "boot-properties" );
|
/external/grub/docs/ |
Makefile.am | 3 EXAMPLES = boot.S kernel.c multiboot.h 4 multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi 19 boot.o: multiboot.h
|
multiboot.h | 30 /* The magic number passed by a Multiboot-compliant boot loader. */ 44 /* Do not include here in boot.S. */
|
/external/grub/util/ |
grub-set-default | 3 # Set a default boot entry for GRUB 32 Set the default boot entry for GRUB. 78 grubdir=${rootdir}/boot/grub
|
grub-set-default.in | 3 # Set a default boot entry for GRUB 32 Set the default boot entry for GRUB. 78 grubdir=${rootdir}/boot/grub
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
cycx_cfm.h | 35 #define GEN_SET_SEG 0x1401 /* boot segment setting. */ 36 #define GEN_BOOT_DAT 0x1402 /* boot data. */ 38 #define GEN_DEFPAR 0x1404 /* buffer length for boot. */
|
/sdk/emulator/tools/ |
qemu-props.c | 19 * system. It does so by connecting to the 'boot-properties' qemud service. 42 #define QEMUD_SERVICE "boot-properties" 55 qemud_fd = qemud_channel_open( "boot-properties" );
|
/bootable/bootloader/legacy/nandwrite/ |
jtag.c | 29 #include <boot/boot.h>
|
nandwrite.c | 29 #include <boot/boot.h> 30 #include <boot/board.h> 31 #include <boot/flash.h>
|
/device/ti/panda/ |
README | 42 # Post-boot setup, part 1: Set the date on the board: 45 # Post-boot setup, part 2: Configure Ethernet
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 495 AddPath("/boot/common/include", System, true, false, false); 496 AddPath("/boot/develop/headers/os", System, true, false, false); 497 AddPath("/boot/develop/headers/os/app", System, true, false, false); 498 AddPath("/boot/develop/headers/os/arch", System, true, false, false); 499 AddPath("/boot/develop/headers/os/device", System, true, false, false); 500 AddPath("/boot/develop/headers/os/drivers", System, true, false, false); 501 AddPath("/boot/develop/headers/os/game", System, true, false, false); 502 AddPath("/boot/develop/headers/os/interface", System, true, false, false); 503 AddPath("/boot/develop/headers/os/kernel", System, true, false, false); 504 AddPath("/boot/develop/headers/os/locale", System, true, false, false) [all...] |
/external/grub/stage2/ |
fat.h | 37 __s8 ignored[3]; /* Boot strap short or near jump */ 59 __u16 backup_boot; /* backup boot sector */
|
mb_header.h | 72 * If a boot loader sees a flag in MULTIBOOT_MUSTKNOW set 80 /* Align all boot modules on i386 page (4KB) boundaries. */
|
nbi.h | 1 /* nbi.h - definitions for Net Boot Image */
|
/bootable/recovery/etc/ |
init.rc | 18 on boot
|
/build/target/board/generic_x86/ |
BoardConfig.mk | 24 # Enable dex-preoptimization to speed up the first boot sequence
|
/build/target/board/vbox_x86/ |
BoardConfig.mk | 36 # The eth0 device should be started with dhcp on boot.
|
disk_layout.conf | 42 boot {
|
/build/tools/releasetools/ |
img_from_target_files | 27 Include only the bootable images (eg 'boot' and 'recovery') in 185 "boot.img", "boot.img", OPTIONS.input_tmp, "BOOT").AddToZip(output_zip)
|
/development/tools/labpretest/sholes/ |
custom_flash.sh | 11 # sets the name of the boot partition and
|
/docs/source.android.com/src/source/ |
flashing.md | 19 To flash a device, you will need to use `fastboot`. Place the device in fastboot mode either manually by holding the appropriate key combination at boot, or from the shell with
|
/external/chromium/chrome/browser/chromeos/login/ |
background_view.h | 125 // Creates and adds the labels for version and boot time. 146 // Callback from chromeos::InfoLoader giving the boot times. 167 // Handles asynchronously loading the boot times. 169 // Used to request the boot times.
|