Searched +full:boot +full:- +full:blks (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | rockchip,nand-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/rockchip,nand-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: nand-controller.yaml# 13 - Heiko Stuebner <heiko@sntech.de> 18 - const: rockchip,px30-nfc 19 - const: rockchip,rk2928-nfc 20 - const: rockchip,rv1108-nfc 21 - items: [all …]
|
/freebsd/stand/i386/libi386/ |
H A D | biosdisk.c | 1 /*- 33 * - NetBSD libi386/biosdisk.c 34 * - FreeBSD biosboot/disk.c 197 if (dev->dv_type == DEVT_DISK) in bd_get_bdinfo_list() 199 if (dev->dv_type == DEVT_CD) in bd_get_bdinfo_list() 201 if (dev->dv_type == DEVT_FD) in bd_get_bdinfo_list() 214 bdi = bd_get_bdinfo_list(dev->d_dev); in bd_get_bdinfo() 220 if (unit == dev->d_unit) in bd_get_bdinfo() 241 if (bd->bd_unit == biosdev) { in bd_bios2unit() 243 bd->bd_unit); in bd_bios2unit() [all …]
|
/freebsd/sbin/fdisk/ |
H A D | fdisk.8 | 32 .Pa freebsd-fdisk 35 In order for the BIOS to boot the kernel, 37 Sector 0 of the disk must contain boot code, 43 0 boot code then searches the slice table to determine which 46 This boot code then brings in the bootstrap from the 57 .Bf -symbolic 79 .Bl -tag -width indent 86 Get the boot code from the file 89 .Pa /boot/mbr . 91 Reinitialize the boot code contained in sector 0 of the disk. [all …]
|
H A D | fdisk.c | 21 * Pittsburgh PA 15213-3890 52 #define NO_DISK_SECTORS ((u_int32_t)-1) 63 * 14-Dec-89 Robert Baron (rvb) at Carnegie-Mellon University 80 unsigned char *bootinst; /* boot code */ 116 static int B_flag = 0; /* replace boot code */ 119 static char *b_flag = NULL; /* path to boot code */ 140 [0x07] = "NTFS, OS/2 HPFS, QNX-2 (16 bit) or Advanced UNIX", 142 [0x09] = "AIX boot partition or Coherent", 143 [0x0A] = "OS/2 Boot Manager, OPUS or Coherent swap", 149 [0x11] = "OS/2 BM: hidden DOS with 12-bit FAT", [all …]
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_subr.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 79 * Verify an inode check-hash. 87 * Return success if unallocated or we are not doing inode check-hash. in ffs_verify_dinode_ckhash() 89 if (dip->di_mode == 0 || (fs->fs_metackhash & CK_INODE) == 0) in ffs_verify_dinode_ckhash() 93 * a check-hash value of zero when calculating the check-hash. in ffs_verify_dinode_ckhash() 95 save_ckhash = dip->di_ckhash; in ffs_verify_dinode_ckhash() 96 dip->di_ckhash = 0; in ffs_verify_dinode_ckhash() 98 dip->di_ckhash = save_ckhash; in ffs_verify_dinode_ckhash() 105 * Update an inode check-hash. [all …]
|
H A D | fs.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 43 * A filesystem is described by its super-block, which in turn 44 * describes the cylinder groups. The super-block is critical 47 * super-block data does not change, so the copies need not be 52 * [fs->fs_sblkno] Super-bloc 715 blkstofrags(fs,blks) global() argument [all...] |
/freebsd/usr.sbin/makefs/ffs/ |
H A D | mkfs.c | 3 /*- 4 * SPDX-License-Identifier: BSD-3-Clause 12 * contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS 66 #define BBSIZE 8192 /* size of boot area, with label */ 75 * make file system for cylinder-group style file systems 78 #define POWEROF2(num) (((num) & ((num) - 1)) == 0) 82 * to represent the variable-length data that followed the fixed structure. 84 * newfs would put in a CG, since newfs thought that the fixed-size header 92 * now artificially reduce the amount of space that the variable-length data 126 static int bbsize; /* boot block size */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3066a-mk808.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 /dts-v1/; 7 #include <dt-bindings/input/input.h> 20 stdout-path = "serial2:115200n8"; 28 adc-keys { 29 compatible = "adc-keys"; 30 io-channels = <&saradc 1>; 31 io-channel-names = "buttons"; 32 keyup-threshold-microvolt = <2500000>; 33 poll-interval = <100>; [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 9 * or https://opensource.org/licenses/CDDL-1.0. 152 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */ 163 VDEV_BIAS_SPECIAL, /* dedicated to ddt, metadata, and small blks */ 169 * On-disk indirect vdev state. 235 * requests may be inflated or incur device level read-modify-write 245 void *vdev_tsd; /* type-specific data */ 246 vdev_t *vdev_top; /* top-level vdev */ 260 uint64_t vdev_crtxg; /* txg when top-level was added */ 264 * Top-level vdev state. 272 txg_list_t vdev_ms_list; /* per-txg dirty metaslab lists */ [all …]
|
/freebsd/sbin/newfs/ |
H A D | mkfs.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 10 * contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS 66 * make file system for cylinder-group style file systems 69 #define POWEROF2(num) (((num) & ((num) - [all...] |
/freebsd/sbin/growfs/ |
H A D | growfs.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 5 * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz 10 * Christoph Herrmann and Thomas-Henning von Kamptz, Munich and Frankfurt. 27 * Herrmann and Thomas-Henning von Kamptz. 168 updjcg(osblock.fs_ncg - 1, modtime, fsi, fso, Nflag); in growfs() 179 printf("\tusing %d cylinder groups of %.2fMB, %d blks, %d inodes.\n", in growfs() 191 printf("super-block backups (for fsck_ffs -b #) at:\n"); in growfs() 202 cylno < (sblock.fs_ncg - 1) ? "," : "" ); in growfs() 317 dlower = cgsblock(&sblock, cylno) - cbase; in initcg() [all …]
|