| /freebsd/tests/sys/fs/fusefs/ |
| H A D | ctl.sh | 30 # Almost any fuse file system would work, but this tests uses fusefs-ext2 37 atf_set "require.progs" "fuse-ext2 mkfs.ext2" 43 atf_check truncate -s 1g ext2.img 44 atf_check mkfs.ext2 -q ext2.img 46 atf_check fuse-ext2 -o default_permissions,allow_other,rw+ ext2.img \
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/addac/ |
| H A D | adi,ad74115.yaml | 125 adi,ext2-buffer-low-power: 127 description: Whether to enable low-power buffered mode for the EXT2 pin. 231 adi,ext2-burnout: 233 description: Whether to enable burnout current for EXT2. 235 adi,ext2-burnout-current-nanoamp: 236 description: Burnout current in nanoamps to be applied to EXT2. 240 adi,ext2-burnout-current-polarity-sourcing: 243 When not present, the burnout current polarity for EXT2 is sinking. 244 When present, the burnout current polarity for EXT2 is sourcing.
|
| /freebsd/usr.sbin/fstyp/tests/ |
| H A D | fstyp_test.sh | 97 atf_test_case ext2 99 atf_set "descr" "fstyp(8) can detect ext2 filesystems" 102 bzcat $(atf_get_srcdir)/ext2.img.bz2 > ext2.img 103 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img 104 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext2.img 275 atf_add_test_case ext2
|
| H A D | Makefile | 7 ${PACKAGE}FILES+= ext2.img.bz2
|
| /freebsd/contrib/netbsd-tests/lib/libprop/ |
| H A D | t_basic.c | 149 char *ext2; in ATF_TC_BODY() local 153 ext2 = prop_dictionary_externalize(dict2); in ATF_TC_BODY() 154 ATF_REQUIRE(ext2 != NULL); in ATF_TC_BODY() 155 ATF_REQUIRE_STREQ(ext1, ext2); in ATF_TC_BODY() 157 free(ext2); in ATF_TC_BODY()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/ |
| H A D | zfs_copies.kshlib | 76 # $1 test type zfs|ufs|ext2 78 # $3 mntp for ufs|ext2 test 94 "ext2") 96 log_unsupported "ext2 test not implemented for freebsd"
|
| /freebsd/crypto/heimdal/lib/hdb/ |
| H A D | ext.c | 88 HDB_extension *ext2; in hdb_replace_extension() local 92 ext2 = NULL; in hdb_replace_extension() 101 ext2 = hdb_find_extension(entry, ext->data.element); in hdb_replace_extension() 145 ext2 = ext3; in hdb_replace_extension() 151 if (ext2) { in hdb_replace_extension() 152 free_HDB_extension(ext2); in hdb_replace_extension() 153 ret = copy_HDB_extension(ext, ext2); in hdb_replace_extension()
|
| /freebsd/share/man/man5/ |
| H A D | ext2fs.5 | |
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_inode_cnv.c | 27 * routines to convert on disk ext2 inodes into inodes and back 142 * raw ext2 inode LE to host inode conversion 161 * unused - according to ext2 standards. Ufs marks this fact by in ext2_ei2i() 251 * inode to raw ext2 LE inode conversion 269 * Godmar thinks: if dtime is nonzero, ext2 says this inode has been in ext2_i2ei()
|
| H A D | ext2_dir.h | 59 * The new version of the directory entry. Since EXT2 structures are 93 * Ext2 directory file types. Only the low 3 bits are used. The
|
| H A D | ext2_vfsops.c | 91 MALLOC_DEFINE(M_EXT2NODE, "ext2_node", "EXT2 vnode private part"); 92 static MALLOC_DEFINE(M_EXT2MNT, "ext2_mount", "EXT2 mount structure"); 690 /* Initialization for the ext2 Orlov allocator variant. */ in ext2_compute_sb_data() 758 * constants have been adjusted for ext2 in ext2_reload() 1251 /* convert ext2 inode to dinode */ in ext2_vget()
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx8m-clock.yaml | 67 - description: ext2 clock input 86 - description: ext2 clock input
|
| H A D | imx8mm-clock.yaml | 28 - description: ext2 clock input
|
| H A D | imx8mn-clock.yaml | 28 - description: ext2 clock input
|
| H A D | imx8mp-clock.yaml | 28 - description: ext2 clock input
|
| H A D | imx8mq-clock.yaml | 29 - description: ext2 clock input
|
| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_decoder_function.c | 224 uint8_t opc, ext, ext2; in pt_df_fetch() local 367 ext2 = *pos++; in pt_df_fetch() 368 switch (ext2) { in pt_df_fetch()
|
| /freebsd/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-c64xplus.pl | 75 .eval 8,EXT2 84 .eval 24-EXT2,EXT2 155 || EXTU $s[2],EXT2,24,$Te2[2] 156 || EXTU $s[3],EXT2,24,$Te2[3] 163 || EXTU $s[0],EXT2,24,$Te2[0] 164 || EXTU $s[1],EXT2,24,$Te2[1] 227 || EXTU $s[2],EXT2,24,$Te2[2] 228 || EXTU $s[3],EXT2,24,$Te2[3] 243 || EXTU $s[0],EXT2,24,$Te2[0] 244 || EXTU $s[1],EXT2,24,$Te2[1] [all …]
|
| /freebsd/contrib/dialog/samples/install/ |
| H A D | setup.c | 219 fprintf(f, "%s / ext2 defaults 1 1\n", install_partition); in extract_packages() 242 if (my_system("mount -t ext2 %s /source %s", name, null)) in install_harddisk() 295 if (my_system("mount -t ext2 %s /install %s", name, null)) in main_install()
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | copy-builtin | 46 sed -i '/source "fs\/ext2\/Kconfig\"/i\source "fs/zfs/Kconfig"' "$KERNEL_DIR/fs/Kconfig"
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | fstyp.8 | 43 It can recognize BeFS (BeOS), ISO-9660, exFAT, Ext2, FAT, NTFS, and UFS filesystems.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPack.def | 95 HANDLE_MP_FIX_LEN(0x02, Ext2)
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h616-orangepi-zero2.dts | 70 regulator-name = "vcc3v3-ext2";
|
| H A D | sun50i-h616-x96-mate.dts | 118 regulator-name = "vcc3v3-ext2";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Combine.td | 58 (extOpcode $ext2, $src2), 59 (opcode $dst, $ext1, $ext2):$root,
|