HomeSort by relevance Sort by last modified time
    Searched refs:dboot (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/uts/i86xpv/unix/dboot/
Mapfile.dboot 32 dboot = LOAD ?NRWXO V0x40800000 P0x40800000 A0x1000;
34 # Make sure that dboot_xen.s`_start is the first thing in the dboot
38 dboot : .text : *dboot_xen.o;
39 dboot : $PROGBITS ?A;
40 dboot : $NOBITS ?A;
  /onnv/onnv-gate/usr/src/grub/
capability 44 dboot
  /onnv/onnv-gate/usr/src/uts/i86pc/unix/dboot/
Mapfile.dboot 31 dboot = LOAD ?RWXO V0xC00000 P0xC00000 A0x1000;
33 # Make sure that dboot_grub.s`_start is the first thing in the dboot
37 dboot : .text : *dboot_grub.o;
38 dboot : ?A;
  /onnv/onnv-gate/usr/src/uts/i86pc/conf/
Mapfile 29 dboot = LOAD ?RWXN P0xC00000 V0xC00000;
30 dboot : $PROGBITS ?AW : *dboot.o;
Mapfile.amd64 32 dboot = LOAD ?RWXN P0xC00000 V0xC00000;
33 dboot : $PROGBITS ?AW : *dboot.o;
  /onnv/onnv-gate/usr/src/uts/i86xpv/conf/
Mapfile 36 dboot = LOAD ?RWXN P0x40800000 V0x40800000;
37 dboot : .data : *dboot.o;
Mapfile.amd64 36 dboot = LOAD ?RWXN P0x40800000 V0x40800000;
37 dboot : .data : *dboot.o;
  /onnv/onnv-gate/usr/src/uts/i86xpv/unix/
Makefile 40 DBOOT = dboot
67 DBOOT_OBJS_DIR = dboot/$(OBJS_DIR)
69 DBOOT_BIN = $(DBOOT_OBJS_DIR)/$(DBOOT)
70 DBOOT_O = $(OBJS_DIR)/$(DBOOT).o
166 $(DBOOT_BIN): $(DBOOT_OBJS_DIR) $(DBOOT_OBJECTS) dboot/Mapfile.dboot
167 $(LD) -dn -e _start -M dboot/Mapfile.dboot \
204 @-$(ECHO) "\n$(DBOOT): (library construction):
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/unix/
Makefile 40 DBOOT = dboot
69 DBOOT_OBJS_DIR = dboot/$(OBJS_DIR)
71 DBOOT_BIN = $(DBOOT_OBJS_DIR)/$(DBOOT)
72 DBOOT_O = $(OBJS_DIR)/$(DBOOT).o
178 $(DBOOT_BIN): $(DBOOT_OBJS_DIR) $(DBOOT_OBJECTS) dboot/Mapfile.dboot
179 $(LD) -dn -e _start -M dboot/Mapfile.dboot \
193 # dboot is built as an intermediate target in dboot.o, so just mak
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/boot/
boot_mmu.c 28 * WARNING: This file is used by both dboot and the kernel.
41 #include <dboot/dboot_printf.h>
boot_console.c 40 #include <dboot/dboot_asm.h>
41 #include <dboot/dboot_xboot.h>
  /onnv/onnv-gate/usr/src/uts/i86xpv/
Makefile.rules 171 # stuff for dboot
179 DBOOT_OBJS_DIR= dboot/$(OBJS_DIR)
200 $(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/i86pc/dboot/%.c
218 $(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/i86pc/dboot/%.s
  /onnv/onnv-gate/usr/src/uts/i86pc/
Makefile.rules 175 # dboot stuff is always 32 bit, linked to run with phys_addr == virt_addr
177 DBOOT_OBJS_DIR = dboot/$(OBJS_DIR)
199 $(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/i86pc/dboot/%.c
211 $(DBOOT_OBJS_DIR)/%.o: $(UTSBASE)/i86pc/dboot/%.s
396 # dboot always compiles in 32-bit mode, so force lint to be 32-bit mode too.
398 $(DBOOT_LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/dboot/%.c
401 $(DBOOT_LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/dboot/%.s
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm_upgrade.c 55 int dboot; local
79 dboot = 0;
85 if (strcmp(buf, "dboot") == 0) {
87 dboot = 1;
91 assert(dboot);
120 /* there is no non dboot sparc new-boot */
175 * a multiboot header, then it is a 'dboot' kernel. Otherwise,
339 * This function is only called to convert a multiboot entry to a dboot entry
362 * We only convert multiboot to dboot and nothing else.
371 * We're attempting to change failsafe to dboot
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
bfu.sh     [all...]

Completed in 1020 milliseconds