Searched refs:boot (Results 101 - 125 of 159) sorted by relevance

1234567

/freebsd-11-stable/stand/lua/
H A Dcore.lua77 lua_path = "/boot/lua"
197 -- changed or if we've switched boot environments then we could have
239 -- heuristic. Any directory in /boot that contains an ordinary file
241 for file in lfs.dir("/boot") do
242 local fname = "/boot/" .. file
317 function core.boot(argstr)
322 loader.perform(composeLoaderCmd("boot", argstr))
H A Dconfig.lua341 -- XXX Temporary shim: don't break the boot if
591 -- first try load kernel with module_path = /boot/${kernel}
593 local paths = {"/boot/" .. kernel, kernel}
630 file = "/boot/defaults/loader.conf"
/freebsd-11-stable/tools/tools/nanobsd/
H A Ddefaults.sh141 NANO_BOOTLOADER="boot/boot0sio"
748 # XXX: pick up cached boot* files, they may not be in image anymore.
752 if [ -f ${NANO_WORLDDIR}/boot/boot ]; then
753 bsdlabel -w -B -b ${NANO_WORLDDIR}/boot/boot ${MD}${NANO_SLICE_ROOT}
900 echo "${NANO_BOOT2CFG}" > ${NANO_WORLDDIR}/boot.config
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c297 s32 *npages, int boot)
304 MLX5_SET(query_pages_in, in, op_mod, boot ?
496 int mlx5_satisfy_startup_pages(struct mlx5_core_dev *dev, int boot) argument
502 err = mlx5_cmd_query_pages(dev, &func_id, &npages, boot);
507 npages, boot ? "boot" : "init", func_id);
296 mlx5_cmd_query_pages(struct mlx5_core_dev *dev, u16 *func_id, s32 *npages, int boot) argument
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c339 /* Let controller boot from sleep image. */
341 device_printf(sc->sc_dev, "could not boot sleep image\n");
556 * trying to boot from sleep image.
567 /* See if it's waiting for boot, and try to boot it. */
569 device_printf(sc->sc_dev, "not waiting for boot\n");
631 /* Tell boot firmware to get ready for image. */
668 device_printf(sc->sc_dev, "not waiting for boot\n");
1140 /* Let controller boot from sleep image. */
1142 device_printf(sc->sc_dev, "couldn't boot slee
1291 struct txp_boot_record *boot; local
[all...]
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeom_eli.c110 { 'b', "boot", NULL, G_TYPE_BOOL },
130 { 'b', "boot", NULL, G_TYPE_BOOL },
189 { 'b', "boot", NULL, G_TYPE_BOOL },
715 if (gctl_get_int(req, "boot"))
940 eli_configure_detached(struct gctl_req *req, const char *prov, int boot, argument
949 if (boot == 1 && (md.md_flags & G_ELI_FLAG_BOOT)) {
952 } else if (boot == 0 && !(md.md_flags & G_ELI_FLAG_BOOT)) {
955 } else if (boot >= 0) {
956 if (boot)
1015 bool boot, noboo local
[all...]
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c244 * Try to exec stage 3 boot loader. If interrupted by a keypress,
260 printf("\nFreeBSD/mips boot\n"
262 "boot: ",
281 boot(void *entryp, int argc, const char *argv[], const char *envv[]) function
318 boot((void *)ehp->e_entry, beri_argc, beri_argv, beri_envv);
384 boot((void *)addr, beri_argc, beri_argv, beri_envv);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug-uart.c46 #include <asm/octeon/octeon-boot-info.h>
58 #include "octeon-boot-info.h"
H A Dcvmx-debug-handler.S53 #include <asm/octeon/octeon-boot-info.h>
62 #include "octeon-boot-info.h"
/freebsd-11-stable/tools/tools/sysdoc/
H A Dsysdoc.sh53 .Xr boot 8 ,
/freebsd-11-stable/stand/i386/kgzldr/
H A Dstart.s43 call boot # Call C code
/freebsd-11-stable/usr.sbin/crashinfo/
H A Dcrashinfo.sh74 for k in `sysctl -n kern.bootfile` $(ls -t /boot/*/kernel); do
/freebsd-11-stable/stand/efi/boot1/
H A DMakefile17 # Disable warnings that are currently incompatible with the zfs boot code
31 CFLAGS.zfs_module.c+= -I${SYSDIR}/cddl/boot/zfs
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S32 * boot[12] environment (protected mode, a bootinfo struct, etc.), and then jumps
33 * to the start of btxldr to start the boot process. This method allows a stock
34 * /boot/loader to be booted over the network via PXE w/o having to write a
79 * We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
103 * Setup the arguments that the loader is expecting from boot[12]
105 movw $bootinfo_msg, %si # %ds:(%si) -> boot args message
107 movw $MEM_ARG, %bx # %ds:(%bx) -> boot args
108 movw %bx, %di # %es:(%di) -> boot args
201 * Copy the boot[12] args to where the BTX client can see them
263 # of boot[1
[all...]
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l66 boot { return TRBT; }
/freebsd-11-stable/share/mk/
H A Dbsd.own.mk52 # (see kld(4)). [/boot/module]
146 KMODDIR?= /boot/modules
150 DTBDIR?= /boot/dtb
H A Dlocal.meta.sys.mk54 BOOT_MACHINE_DIR.amd64 = boot/i386
62 BOOT_MACHINE_DIR.$m ?= boot/$m
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex67 Among other boot-time services, OF maintains a device tree that
69 connected. During boot, before taking control of memory management,
88 device tree. These vary from specialised boot wrappers to parse
99 boot sequence must be quite different from the pSeries or Macintosh,
104 even re-using OF's memory. So, when \kexec comes to boot another
167 \texttt{0x1C} & \emph{boot\_cpu\_id} & \tge v2 only\\\cline{2-2}
214 vital parameters used during early boot.
337 linux,boot-cpu;
504 kernel to boot correctly.
517 boot
[all...]
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S218 movw $0x1234, BDA_BOOT # Do a warm boot
235 jb check_edd.1 # No, fail to boot
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpivar.h162 struct wpi_fw_part boot; member in struct:wpi_fw_info
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c201 } boot; member in struct:isofile
371 * Usage : boot=<value>
374 * COMPAT : mkisofs -b/-eltorito-boot <value>
376 * Specifies "El Torito" boot image file to make
379 unsigned int boot:1; member in struct:iso_option
383 * Usage : boot-catalog=<value>
385 * Default: "boot.catalog"
388 * Specifies a fullpath of El Torito boot catalog.
394 * Usage : boot-info-table
397 * COMPAT : mkisofs -boot
814 struct isoent *boot; member in struct:iso9660::__anon33
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c384 uint8_t *boot; local
411 boot = malloc(bootsize);
415 bytes += read(bootfd, boot + bytes, bootsize - bytes);
422 gctl_ro_param(r, "bootcode", bootsize, boot);
428 free(boot);
1044 "(for the partition from which you intend to boot the "
1095 * If this is the root partition, and we need a boot partition, ask
1099 /* Check for existing freebsd-boot partition */
1119 "This partition scheme requires a boot partition "
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh340 * Occurs ONCE during boot (very early).
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh80 cp ${FSMNT}/usr/local/share/pcbsd/splash-screens/loading-screen-${SETLANG}.pcx ${FSMNT}/boot/loading-screen.pcx
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnvar.h197 struct iwn_fw_part boot; member in struct:iwn_fw_info

Completed in 926 milliseconds

1234567