Searched defs:loaded (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c249 * This ioctl can fail if the media is not loaded or spun up.
592 int loaded; local
595 loaded = 0;
600 if ((loaded = media_read_info(fd, &minfo))) {
620 return (loaded);
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dlinux.c45 static int loaded; variable
76 loaded = 0;
335 loaded = 1;
346 loaded = 0;
373 if (!loaded)
/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c51 static int loaded; variable
129 loaded = 0;
277 loaded = 0;
428 loaded = 1;
450 if (!loaded)
/osnet-11/usr/src/grub/grub2/grub-core/loader/powerpc/ieee1275/
H A Dlinux.c39 static int loaded; variable
146 loaded = 0;
174 * Happily, Linux can be loaded anywhere (it relocates itself). Iterate
220 * Happily, Linux can be loaded anywhere (it relocates itself). Iterate
304 loaded = 0;
310 loaded = 1;
334 if (!loaded)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dboot.c494 if (exec_type) /* can be loaded like a.out */
592 unsigned loaded = 0, memaddr, memsiz, filesiz; local
636 loaded++;
652 if (! loaded)
688 /* This section is a loaded section,
791 /* these two simply need to be set if any modules are loaded at all */
879 * All "*_boot" commands depend on the images being loaded into memory
999 * We now pass the various bootstrap parameters to the loaded
1007 * arg3 = start of symbol table (0 if not loaded)
1008 * arg4 = end of symbol table (0 if not loaded)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/sparc64/ieee1275/
H A Dlinux.c36 static int loaded; variable
100 to where we actually loaded the kernel. */
176 loaded = 0;
216 if (loaded)
358 loaded = 0;
364 loaded = 1;
389 if (!loaded)
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dlinux.c67 static int loaded; variable
570 loaded = 0;
871 loaded = 1;
882 loaded = 0;
908 if (! loaded)
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/
H A Dlinux.c91 static int loaded; variable
376 loaded = 0;
497 loaded = 1;
597 if (! loaded)
759 grub_printf ("Warning: kernel already loaded!\n");
786 grub_printf ("No FPSWA loaded\n");

Completed in 51 milliseconds