Searched refs:boot (Results 51 - 75 of 115) sorted by relevance

12345

/freebsd-10.0-release/share/man/man5/
H A DMakefile100 _boot.config.5= boot.config.5
/freebsd-10.0-release/sys/boot/userboot/userboot/
H A DMakefile11 LIBDIR= /boot
38 NEWVERSWHAT= "User boot" ${MACHINE_CPUARCH}
/freebsd-10.0-release/release/picobsd/build/
H A Dpicobsd105 # 1720, 2880, etc. but beware that only 1440 and 1480 will boot
110 o_all_in_mfs="yes" # put all files in mfs so you can boot
111 # and run the image via diskless boot.
127 # XXX 6.x/7.x have a single /boot/boot block, which is the concatenation
132 c_boot1=/boot/boot1 # boot blocks (in case you want custom ones)
133 c_boot2=/boot/boot2
886 mkdir -p ${dst}/boot/kernel
888 # echo "hint.acpi.0.disabled=\"1\"" > ${dst}/boot/loade
[all...]
/freebsd-10.0-release/sys/boot/i386/mbr/
H A Dmbr.s18 # A 512 byte MBR boot manager that simply boots the active partition.
42 # we load in the bootstrap from the partition to boot.
72 int $0x18 # BIOS: Diskless boot
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot43 # Default name of the boot-pool
48 # Default name for the boot environment parent dataset
53 # Default name for the primany boot environment
76 : ${ZFSBOOT_GELI_KEY_FILE:=/boot/encryption.key}
79 # Create a separate boot pool?
85 # Default name for boot pool when enabled (e.g., geli(8) or MBR)
90 # Default size for boot pool when enabled (e.g., geli(8) or MBR)
105 # How much swap to put on each block device in the boot zpool
119 # Boot Environment [BE] root and default boot dataset
221 msg_install_help="Create ZFS boot poo
[all...]
H A Dauto92 dialog --backtitle "FreeBSD Installer" --title "Network Installation" --msgbox "No installation files were found on the boot volume. The next few screens will allow you to configure networking so that they can be downloaded from the Internet." 0 0
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_pc98.c57 u_char boot[SECSIZE]; member in struct:g_part_pc98_table
240 bcopy(codeptr, table->boot, SECSIZE);
262 le16enc(table->boot + PC98_MAGICOFS, PC98_MAGIC);
455 bcopy(buf, table->boot, sizeof(table->boot));
598 error = g_write_data(cp, 0, table->boot, SECSIZE);
/freebsd-10.0-release/sbin/sunlabel/
H A Dsunlabel.c91 #define _PATH_BOOT "/boot/boot1"
136 { "boot", VTOC_BOOT },
398 char boot[SUN_BOOTSIZE]; local
422 i = read(bfd, boot, sizeof(boot));
425 else if (i != sizeof (boot))
426 errx(1, "read wrong size boot code (%d)", i);
446 gctl_ro_param(grq, "bootcode", sizeof boot, boot);
464 * Ignore first SUN_SIZE bytes of boot cod
[all...]
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S33 # This program is a freestanding boot program to load an a.out binary
38 # Basically, we first create a set of boot arguments to pass to the loaded
39 # binary. Then we attempt to load /boot/loader from the CD we were booted
101 # We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
116 mov %dl,drive # Save BIOS boot device
120 # Setup the arguments that the loader is expecting from boot[12]
122 mov $msg_bootinfo,%si # %ds:(%si) -> boot args message
124 mov $MEM_ARG,%bx # %ds:(%bx) -> boot args
125 mov %bx,%di # %es:(%di) -> boot args
131 mov drive,%dl # Store BIOS boot devic
[all...]
/freebsd-10.0-release/sys/geom/eli/
H A Dg_eli_ctl.c380 int *nargs, *boot, *noboot; local
396 boot = gctl_get_paraml(req, "boot", sizeof(*boot));
397 if (boot == NULL) {
398 gctl_error(req, "No '%s' argument.", "boot");
406 if (*boot && *noboot) {
410 if (!*boot && !*noboot) {
432 if (*boot && (sc->sc_flags & G_ELI_FLAG_BOOT)) {
436 } else if (!*boot
[all...]
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c259 u_char *boot; local
280 if (OS_getSystemInitialLoadParameters(&boot) == SNMP_ERR_NOERROR &&
281 strlen(boot) > 0 && stat(boot, &sb) == 0 &&
/freebsd-10.0-release/sys/boot/pc98/cdboot/
H A Dcdboot.S34 # Basically, we first create a set of boot arguments to pass to the loaded
35 # binary. Then we attempt to load /boot/loader from the CD we were booted
350 mov %es:(DAUA),%al # Save BIOS boot device
352 mov %cx,cylinder # Save BIOS boot cylinder
357 # Setup the arguments that the loader is expecting from boot[12]
359 mov $msg_bootinfo,%si # %ds:(%si) -> boot args message
361 mov $MEM_ARG,%bx # %ds:(%bx) -> boot args
362 mov %bx,%di # %es:(%di) -> boot args
368 mov drive,%dl # Store BIOS boot device
516 # Copy the boot[1
[all...]
/freebsd-10.0-release/sys/boot/arm/uboot/
H A DMakefile7 BINDIR?= /boot
143 FILESDIR_loader.conf= /boot/defaults
/freebsd-10.0-release/sys/x86/x86/
H A Dmca.c830 _mca_init(int boot) argument
841 if (boot)
848 if (PCPU_GET(cpuid) == 0 && boot)
888 if (boot)
900 if (PCPU_GET(cmci_mask) != 0 && boot)
908 /* Must be executed on each CPU during boot. */
/freebsd-10.0-release/sys/dev/txp/
H A Dif_txp.c337 /* Let controller boot from sleep image. */
339 device_printf(sc->sc_dev, "could not boot sleep image\n");
551 * trying to boot from sleep image.
562 /* See if it's waiting for boot, and try to boot it. */
564 device_printf(sc->sc_dev, "not waiting for boot\n");
626 /* Tell boot firmware to get ready for image. */
663 device_printf(sc->sc_dev, "not waiting for boot\n");
1135 /* Let controller boot from sleep image. */
1137 device_printf(sc->sc_dev, "couldn't boot slee
1286 struct txp_boot_record *boot; local
[all...]
/freebsd-10.0-release/sbin/geom/class/eli/
H A Dgeom_eli.c108 { 'b', "boot", NULL, G_TYPE_BOOL },
125 { 'b', "boot", NULL, G_TYPE_BOOL },
179 { 'b', "boot", NULL, G_TYPE_BOOL },
699 if (gctl_get_int(req, "boot"))
902 eli_configure_detached(struct gctl_req *req, const char *prov, bool boot) argument
909 if (boot && (md.md_flags & G_ELI_FLAG_BOOT)) {
912 } else if (!boot && !(md.md_flags & G_ELI_FLAG_BOOT)) {
916 if (boot)
929 bool boot, noboot; local
938 boot
[all...]
/freebsd-10.0-release/sys/amd64/include/
H A Dapicvar.h229 void lapic_setup(int boot);
/freebsd-10.0-release/sys/boot/i386/kgzldr/
H A Dstart.s43 call boot # Call C code
/freebsd-10.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S22 * boot[12] environment (protected mode, a bootinfo struct, etc.), and then jumps
23 * to the start of btxldr to start the boot process. This method allows a stock
24 * /boot/loader to be booted over the network via PXE w/o having to write a
69 * We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
93 * Setup the arguments that the loader is expecting from boot[12]
95 movw $bootinfo_msg, %si # %ds:(%si) -> boot args message
97 movw $MEM_ARG, %bx # %ds:(%bx) -> boot args
98 movw %bx, %di # %es:(%di) -> boot args
191 * Copy the boot[12] args to where the BTX client can see them
253 # of boot[1
[all...]
/freebsd-10.0-release/sys/boot/powerpc/uboot/
H A DMakefile7 BINDIR?= /boot
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-uart.c46 #include <asm/octeon/octeon-boot-info.h>
58 #include "octeon-boot-info.h"
/freebsd-10.0-release/sys/i386/include/
H A Dapicvar.h228 void lapic_setup(int boot);
/freebsd-10.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh53 .Xr boot 8 ,
/freebsd-10.0-release/usr.sbin/crashinfo/
H A Dcrashinfo.sh57 for k in `sysctl -n kern.bootfile` $(ls -t /boot/*/kernel); do
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dlex.l63 boot { return TRBT; }

Completed in 109 milliseconds

12345