/bootable/bootloader/legacy/arch_msm7k/ |
mddi.c | 29 #include <boot/boot.h> 30 #include <boot/board.h>
|
hsusb.c | 29 #include <boot/boot.h> 31 #include <boot/usb.h> 32 #include <boot/usb_descriptors.h>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
msdos_fs.h | 60 /* media of boot sector */ 113 __u8 ignored[3]; /* Boot strap short or near jump */ 135 __le16 backup_boot; /* backup boot sector */
|
/external/dnsmasq/ |
dnsmasq.conf.example | 198 # between PXE boot and OS boot. 332 # Set the boot filename for netboot/PXE. You will only need 333 # this is you want to boot machines over the network and you will need 336 #dhcp-boot=pxelinux.0 338 # Boot for Etherboot gPXE. The idea is to send two different 342 #dhcp-boot=net:#gpxe,undionly.kpxe 343 #dhcp-boot=mybootimage 362 # alternative to dhcp-boot. 367 # Available boot services. for PXE [all...] |
/external/grub/stage2/ |
shared.h | 100 /* THe buffer for the filename of "/boot/grub/default". */ 387 /* For the Linux/i386 boot protocol version 2.03. */ 404 unsigned short version; /* Boot protocol version supported */ 405 unsigned long realmode_swtch; /* Boot loader hook */ 407 unsigned char type_of_loader; /* Boot loader identifier */ 408 unsigned char loadflags; /* Boot protocol option flags */ 410 unsigned long code32_start; /* Boot loader hook */ 670 * Common BIOS/boot data. 725 /* calls for direct boot-loader chaining */ 733 /* do some funky stuff, then boot linux * [all...] |
/dalvik/dexopt/ |
OptMain.cpp | 27 * what's going on (verification + optimization are enabled, boot 279 * boot class path. If the filename provided appears in the boot class 283 * This does not try to normalize the boot class path name, so the 327 * boot class path. If the filename provided appears in the boot class 331 * This does not try to normalize the boot class path name, so the
|
/external/grub/docs/ |
internals.texi | 21 * MBR:: The structure of Master Boot Record 31 loaded at different times in the boot process. Because they run 43 Partition table passed to another boot loader 55 Stage 1 is loaded here by BIOS or another boot loader 103 The boot drive. If it is 0xFF, use a drive passed by BIOS. 297 The disk space can be used in a boot loader is very restricted because 300 make a boot loader code enough small to be fit in a MBR. 306 We embed Stage 1 in a MBR or in the boot sector of a partition, and 308 in a filesystem, in the @dfn{boot loader} area in a FFS or a ReiserFS, 376 @section The structure of Master Boot Recor [all...] |
/external/grub/util/ |
grub-install | 37 grub_prefix=/boot/grub 76 grub-install copies GRUB images into the DIR/boot directory specfied by 77 --root-directory, and uses the grub shell to install grub into the boot 282 # Because /boot is used for the boot block in NetBSD and OpenBSD, use /grub 283 # instead of /boot/grub. 288 # Use /boot/grub by default. 289 bootdir=${rootdir}/boot 383 # Check if the boot directory is in the same device as the root directory. 385 # Perhaps the user has a separate boot partition [all...] |
grub-install.in | 37 grub_prefix=/boot/grub 76 grub-install copies GRUB images into the DIR/boot directory specfied by 77 --root-directory, and uses the grub shell to install grub into the boot 282 # Because /boot is used for the boot block in NetBSD and OpenBSD, use /grub 283 # instead of /boot/grub. 288 # Use /boot/grub by default. 289 bootdir=${rootdir}/boot 383 # Check if the boot directory is in the same device as the root directory. 385 # Perhaps the user has a separate boot partition [all...] |
/external/icu4c/i18n/ |
dtptngen.cpp | [all...] |
/external/qemu/docs/ |
ANDROID-QEMUD-SERVICES.TXT | 158 "boot-properties" service: 162 boot time. It is invoked by the 'qemu-props' helper program that is invoked 179 Implementation: android/boot-properties.c
|
/external/qemu/hw/ |
pc.c | 227 return 0x01; /* floppy boot */ 229 return 0x02; /* hard drive boot */ 231 return 0x03; /* CD-ROM boot */ 233 return 0x04; /* Network boot */ 250 monitor_printf(mon, "Too many boot devices for PC\n"); 256 monitor_printf(mon, "Invalid boot device for PC: '%c'\n", 311 /* set boot devices, and disable floppy signature check if requested */ 315 fprintf(stderr, "Too many boot devices for PC\n"); 321 fprintf(stderr, "Invalid boot device for PC: '%c'\n", 348 val |= 0x01; /* 1 drive, ready for boot */ [all...] |
/bionic/libc/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/bootable/bootloader/legacy/libboot/ |
tags.c | 29 #include <boot/tags.h>
|
/bootable/bootloader/legacy/usbloader/ |
init.S | 32 #include <boot/arm.h>
|
/build/target/product/security/ |
README | 20 signing using the openssl commandline (for boot/system images)
|
/development/ndk/platforms/android-3/include/ |
paths.h | 62 #define _PATH_UNIX "/boot/vmlinux"
|
/development/pdk/docs/porting/ |
system_requirements.jd | 21 <td>Android can boot and run in configurations with less memory, but it isn't recommended.</td>
|
/development/pdk/docs/source/ |
building-dream.jd | 23 <li>from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run "fastboot -w flashall".<br></li>
|
/device/samsung/crespo/ |
init.herring.usb.rc | 1 on boot
|
/device/ti/panda/overlay/frameworks/base/core/res/res/values/ |
config.xml | 41 <!-- the 6th element indicates boot-time dependency-met value. -->
|
/docs/source.android.com/src/source/ |
building-dream.md | 44 8. from this point, the fastboot tool (which is put automatically in your path) can be used to flash a device: boot the device into the bootloader by holding the back key while pressing the power key, and run `fastboot -w flashall`.
|
/external/dnsmasq/src/ |
rfc2131.c | 785 struct dhcp_boot *boot = find_boot(netid); local 798 if (boot) 800 if (boot->next_server.s_addr) 801 mess->siaddr = boot->next_server; 803 if (boot->file) 804 strncpy((char *)mess->file, boot->file, sizeof(mess->file)-1); 1999 struct dhcp_boot *boot; local 2027 struct dhcp_boot *boot; local [all...] |
/external/dropbear/debian/ |
README.runit | 36 automatically at boot time. The sysv init script is disabled; see the
|
/external/grub/ |
AUTHORS | 36 Christoph Plattner added support for Net Boot Image Proposal.
|