Searched refs:dboot (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/unix/
H A DMakefile40 DBOOT = dboot
69 DBOOT_OBJS_DIR = dboot/$(OBJS_DIR)
194 $(DBOOT_BIN): $(DBOOT_OBJS_DIR) $(DBOOT_OBJECTS) dboot/Mapfile.dboot
195 $(LD) -dn -e _start -M dboot/Mapfile.dboot \
209 # dboot is built as an intermediate target in dboot.o, so just make
210 # dboot.o the dependency here.
/illumos-gate/usr/src/uts/i86xpv/unix/
H A DMakefile40 DBOOT = dboot
67 DBOOT_OBJS_DIR = dboot/$(OBJS_DIR)
187 $(DBOOT_BIN): $(DBOOT_OBJS_DIR) $(DBOOT_OBJECTS) dboot/Mapfile.dboot
188 $(LD) -dn -e _start -M dboot/Mapfile.dboot \
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c28 * WARNING: This file is used by both dboot and the kernel.
41 #include <dboot/dboot_printf.h>
H A Dboot_console.c42 #include <dboot/dboot_asm.h>
43 #include <dboot/dboot_xboot.h>
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c55 int dboot; local
78 dboot = 0;
84 if (strcmp(buf, "dboot") == 0) {
85 BAM_DPRINTF(("%s: dboot capability present\n", fcn));
86 dboot = 1;
90 assert(dboot);
120 /* there is no non dboot sparc new-boot */
173 * a multiboot header, then it is a 'dboot' kernel. Otherwise,
338 * This function is only called to convert a multiboot entry to a dboot entry
361 * We only convert multiboot to dboot an
[all...]

Completed in 65 milliseconds