Searched refs:boot (Results 1 - 25 of 115) sorted by path

12345

/freebsd-10.0-release/
H A DMakefile.inc11829 if [ ! -f ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE} ]; then \
1841 -p 1024 ${.CURDIR}/sys/boot/fdt/dts/${FDT_DTS_FILE}
/freebsd-10.0-release/bin/freebsd-version/
H A Dfreebsd-version.sh.in35 : ${LOADER_DIR:=$ROOT/boot}
/freebsd-10.0-release/contrib/apr-util/
H A Dconfig.layout133 prefix: /boot/home/apr
/freebsd-10.0-release/contrib/apr/
H A Dconfig.layout133 prefix: /boot/home/apr
/freebsd-10.0-release/contrib/bmake/
H A Dbsd.after-import.mk39 # This lets us match what boot-strap does
54 # run boot-strap with minimal influence
55 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
56 HOME=/ ${BMAKE_SRC}/boot-strap -o ${HOST_OS} ${BOOTSTRAP_ARGS} ${BOOTSTRAP_XTRAS}
H A Dconfigure1311 --with-mksrc=PATH tell makefile.boot where to find mk src
/freebsd-10.0-release/contrib/bmake/mk/
H A Ddirdeps.mk308 # we must be boot-strapping
H A Dmeta.autodep.mk183 # We are boot-strapping a new directory
/freebsd-10.0-release/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-10.0-release/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::__anon1592
[all...]
/freebsd-10.0-release/crypto/openssl/
H A Dconfig126 if [ -e /boot/develop/headers/be/bone ]; then
/freebsd-10.0-release/etc/
H A DMakefile300 ${DESTDIR}/boot/device.hints
H A Dfreebsd-update.conf38 MergeChanges /etc/ /boot/device.hints
68 # so it is possible to boot the old kernel in case of problems.
73 # BackupKernelDir /boot/kernel.old
/freebsd-10.0-release/release/amd64/
H A Dmake-memstick.sh45 gpart bootcode -b ${1}/boot/boot ${unit}
/freebsd-10.0-release/release/i386/
H A Dmake-memstick.sh45 gpart bootcode -b ${1}/boot/boot ${unit}
/freebsd-10.0-release/release/ia64/
H A Dmkisoimages.sh46 # To create a bootable CD under EFI, the boot image should be an EFI
55 mkdir -p $MNT/efi/boot $MNT/boot $MNT/boot/kernel
56 cp -R $BASE/boot/defaults $MNT/boot
57 cp $BASE/boot/kernel/kernel $MNT/boot/kernel
58 if [ -s $BASE/boot/kernel/ispfw.ko ]; then
59 cp $BASE/boot/kerne
[all...]
/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/release/powerpc/
H A Dgenerate-hfs.sh3 # This script generates the dummy HFS filesystem used for the PowerPC boot
10 # template (e.g. because the boot block or the CHRP script have grown),
19 OUTPUT_FILE=hfs-boot
25 # Create and bless a directory for the boot loader
30 # Make the CHRP boot script, which gets loader from the ISO9660 partition
35 <VERSION> $FreeBSD: head/sys/boot/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
43 boot &device;:,\ppc\loader &device;:0
58 echo 'HFS boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu
H A Dmake-memstick.sh65 gpart add -t freebsd-boot -s 800K ${unit}
66 gpart bootcode -p ${1}/boot/boot1.hfs -i 1 ${unit}
H A Dmkisoimages.sh27 # Apple boot code
28 uudecode -o /tmp/hfs-boot-block.bz2 `dirname $0`/hfs-boot.bz2.uu
29 bzip2 -d /tmp/hfs-boot-block.bz2
30 OFFSET=$(hd /tmp/hfs-boot-block | grep 'Loader START' | cut -f 1 -d ' ')
32 dd if=$4/boot/loader of=/tmp/hfs-boot-block seek=$OFFSET conv=notrunc
34 bootable="-o bootimage=macppc;/tmp/hfs-boot-block -o no-emul-boot"
36 # pSeries/PAPR boot cod
[all...]
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A DMakefile9 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
H A Dboot.c29 __RCSID("$NetBSD: boot.c,v 1.11 2006/06/05 16:51:18 christos Exp ");
43 readboot(int dosfs, struct bootblock *boot) argument
52 perr("could not read boot block");
57 pfatal("Invalid signature in boot block: %02x%02x",
62 memset(boot, 0, sizeof *boot);
63 boot->ValidFat = -1;
66 boot->bpbBytesPerSec = block[11] + (block[12] << 8);
67 boot->bpbSecPerClust = block[13];
68 boot
238 writefsinfo(int dosfs, struct bootblock *boot) argument
[all...]
H A Dcheck.c47 struct bootblock boot; local
75 if (readboot(dosfs, &boot) != FSOK) {
81 if (skipclean && preen && checkdirty(dosfs, &boot)) {
89 if (boot.ValidFat < 0)
95 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
101 if (boot.ValidFat < 0)
102 for (i = 1; i < boot.bpbFATs; i++) {
105 mod |= readfat(dosfs, &boot,
[all...]
H A Ddir.c216 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) argument
223 b1 = boot->bpbRootDirEnts * 32;
224 b2 = boot->bpbSecPerClust * boot->bpbBytesPerSec;
245 if (boot->flags & FAT32) {
246 if (boot->bpbRootClust < CLUST_FIRST ||
247 boot->bpbRootClust >= boot->NumClusters) {
249 boot->bpbRootClust);
252 cl = fat[boot
313 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
353 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, u_char *end, cl_t startcl, cl_t endcl, cl_t curcl, char *path, int type) argument
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, struct dosDirEntry *dir) argument
443 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, struct dosDirEntry *dir) argument
883 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
924 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
H A Dfat.c67 checkdirty(int fs, struct bootblock *boot) argument
74 if (boot->ClustMask != CLUST16_MASK && boot->ClustMask != CLUST32_MASK)
77 off = boot->bpbResSectors;
78 off *= boot->bpbBytesPerSec;
80 buffer = malloc(len = boot->bpbBytesPerSec);
91 if ((size_t)read(fs, buffer, boot->bpbBytesPerSec) !=
92 boot->bpbBytesPerSec) {
101 if (buffer[0] != boot->bpbMedia || buffer[1] != 0xff)
103 if (boot
133 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) argument
164 _readfat(int fs, struct bootblock *boot, u_int no, u_char **buffer) argument
200 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) argument
406 comparefat(struct bootblock *boot, struct fatEntry *first, struct fatEntry *second, u_int fatnum) argument
419 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
433 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) argument
449 checkfat(struct bootblock *boot, struct fatEntry *fat) argument
543 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) argument
651 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
[all...]

Completed in 156 milliseconds

12345