Searched refs:linux_boot (Results 1 - 7 of 7) sorted by relevance

/external/qemu/hw/
H A Dpc.c884 int ret, linux_boot, i; local
909 linux_boot = (kernel_filename != NULL);
1022 if (linux_boot) {
/external/grub/grub/
H A Dasmstub.c295 linux_boot (void) function
/external/grub/stage2/
H A Dshared.h734 void linux_boot (void) __attribute__ ((noreturn));
H A Dasm.S1719 * linux_boot()
1734 ENTRY(linux_boot) function
H A Dbuiltins.c264 linux_boot ();
/external/qemu/
H A Dvl-android.c2530 int snapshot, linux_boot, net_boot; local
3974 linux_boot = (kernel_filename != NULL);
3977 if (!linux_boot && *kernel_cmdline != '\0') {
3981 if (!linux_boot && initrd_filename != NULL) {
H A Dvl.c2065 int snapshot, linux_boot, net_boot; local
2815 linux_boot = (kernel_filename != NULL);
2818 if (!linux_boot && *kernel_cmdline != '\0') {
2823 if (!linux_boot && initrd_filename != NULL) {

Completed in 171 milliseconds