/freebsd/usr.sbin/fstyp/tests/ |
H A D | fstyp_test.sh | 33 bzcat $(atf_get_srcdir)/befs.img.bz2 > befs.img 34 atf_check -s exit:0 -o inline:"befs\n" fstyp befs.img 35 atf_check -s exit:0 -o inline:"befs BeFS\n" fstyp -l befs.img 44 atf_check -s exit:0 -o ignore makefs -t cd9660 -Z -s 64m cd9660.img dir 45 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img 46 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img 55 atf_check -s exit:0 -o ignore makefs -t cd9660 -o label=Foo -Z -s 64m cd9660.img dir 56 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img 58 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img 75 bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img [all …]
|
H A D | Makefile | 5 ${PACKAGE}FILES+= befs.img.bz2 6 ${PACKAGE}FILES+= dfr-01-xfat.img.bz2 7 ${PACKAGE}FILES+= ext2.img.bz2 8 ${PACKAGE}FILES+= ext3.img.bz2 9 ${PACKAGE}FILES+= ext4.img.bz2 10 ${PACKAGE}FILES+= ext4_with_label.img.bz2 11 ${PACKAGE}FILES+= ntfs.img.bz2 12 ${PACKAGE}FILES+= ntfs_with_label.img.bz2
|
/freebsd/tools/boot/ |
H A D | rootgen.sh | 45 img=$2 48 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src} 51 -p freebsd-ufs:=${img}.p2 -o ${img} 57 img=$2 60 make_esp_file ${img}.p1 ${espsize} ${src}/boot/loader.efi 61 makefs -t ffs -B little -s 200m -o label=root ${img}.p2 ${src} 63 -p efi:=${img}.p1 \ 64 -p freebsd-ufs:=${img}.p2 -o ${img} 70 img=$2 73 make_esp_file ${img}.p1 ${espsize} ${src}/boot/loader.efi [all …]
|
H A D | full-test.sh | 97 fetch_one arm armv7 ${FREEBSD_VERSION} GENERICSD.img 222 initrd=${TREES}/${ma_combo}/initrd.img 243 initrd=${TREES}/${ma_combo}/initrd.img 256 \linux${bin} ${cons} initrd=\initrd.img 277 img=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}.img 278 img2=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}-zfs.img 284 mkimg -s gpt -p efi:=${esp} -p freebsd-ufs:=${ufs} -o ${img} 303 initrd=${TREES}/${ma_combo}/initrd.img 304 img=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}-raw 305 cp ${linux} ${img}.kernel [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/rump_server/ |
H A D | t_disk.sh | 55 test_case size -d key=/img,hostpath=the.img,size=32k 58 atf_check -s exit:0 -o inline:'32768\n' stat -f %z the.img 61 test_case offset -d key=/img,hostpath=the.img,size=32k,offset=16k 64 atf_check -s exit:0 -o inline:'49152\n' stat -f %z the.img 67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k 70 dd if=/dev/zero of=the.img bs=1 oseek=65535 count=1 74 atf_check -s exit:0 -o inline:'65536\n' stat -f %z the.img 77 test_case data -d key=/img,hostpath=the.img,size=8k,offset=16k 82 "dd if=testfile | rump.dd of=/img bs=512 count=1" 88 dd if=the.img iseek=16k bs=1 count=512 [all …]
|
/freebsd/contrib/netbsd-tests/dev/raidframe/ |
H A D | t_raid.sh | 62 -d key=/disk0,hostpath=disk0.img,size=1m \ 63 -d key=/disk1,hostpath=disk1.img,size=1m \ 91 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \ 92 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \ 107 rm disk1.img # FAIL 109 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \ 110 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \ 141 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \ 142 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \ 151 rm disk0.img # FAIL [all …]
|
/freebsd/contrib/netbsd-tests/sbin/fsck_ffs/ |
H A D | t_enable_quotas.sh | 47 fsck_ffs -nf -F ${IMG} 50 atf_check -o ignore -e ignore tunefs -q nouser -q nogroup -F ${IMG} 52 fsck_ffs -fp -F ${IMG} 53 atf_check -s exit:0 -o "match:1 files, 1 used" fsck_ffs -nf -F ${IMG} 60 local blkno=$(printf "inode 3\nblks\n" | /sbin/fsdb -nF -f ${IMG} | awk '$1 == "0:" {print $2}') 61 atf_check -o ignore -e ignore dd if=/dev/zero of=${IMG} bs=512 \ 66 fsck_ffs -fp -F ${IMG} 67 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F ${IMG} 74 atf_check -o ignore -e ignore clri ${IMG} 3 78 fsck_ffs -fp -F ${IMG} [all …]
|
H A D | t_check_quotas.sh | 42 local blkno=$(printf "inode 3\nblks\n" | /sbin/fsdb -nF -f ${IMG} | awk '$1 == "0:" {print $2}') 45 atf_check -o ignore -e ignore dd if=/dev/zero of=${IMG} bs=1 \ 49 fsck_ffs -fp -F ${IMG} 50 atf_check -s exit:0 -o "match:3 files" fsck_ffs -nf -F ${IMG} 66 -F spec -s 4000b ${IMG} ${DIR} 67 atf_check -o ignore -e ignore tunefs -q user -F ${IMG} 70 fsck_ffs -p -F ${IMG} 72 fsck_ffs -nf -F ${IMG}
|
/freebsd/stand/efi/loader/ |
H A D | efi_main.c | 80 EFI_LOADED_IMAGE *img; in efi_main() local 111 status = OpenProtocolByHandle(IH, &image_protocol, (void**)&img); in efi_main() 127 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main() 128 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main() 129 args = malloc(img->LoadOptionsSize << 1); in efi_main() 130 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++) in efi_main() 131 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main() 133 args = malloc(img->LoadOptionsSize); in efi_main() 134 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main() 152 addprog = (args == NULL || img->ParentHandle == NULL || in efi_main() [all …]
|
/freebsd/sys/contrib/device-tree/src/mips/img/ |
H A D | pistachio.dtsi | 14 compatible = "img,pistachio"; 45 compatible = "img,scb-i2c"; 63 compatible = "img,scb-i2c"; 81 compatible = "img,scb-i2c"; 99 compatible = "img,scb-i2c"; 117 compatible = "img,i2s-in"; 124 img,i2s-channels = <6>; 133 compatible = "img,i2s-out"; 143 img,i2s-channels = <6>; 153 compatible = "img,parallel-out"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | pistachio-usb-phy.txt | 1 IMG Pistachio USB PHY 6 - compatible: Must be "img,pistachio-usb-phy". 11 - img,cr-top: Must contain a phandle to the CR_TOP syscon node. 12 - img,refclk: Indicates the reference clock source for the USB PHY. 22 compatible = "img,pistachio-usb-phy"; 26 img,refclk = <REFCLK_CLK_CORE>; 27 img,cr-top = <&cr_top>;
|
/freebsd/sys/modules/iwlwififw/ |
H A D | Makefile.inc | 6 IMG= ${_NAME} 9 CLEANFILES+= ${IMG} 11 FIRMWS= ${IMG}:${IMG}:${FWVERSION} 16 ${IMG}: ${SRCTOP}/sys/contrib/dev/iwlwififw/${IMG}
|
/freebsd/sys/contrib/device-tree/Bindings/gpu/ |
H A D | img,powervr-rogue.yaml | 5 $id: http://devicetree.org/schemas/gpu/img,powervr-rogue.yaml# 8 title: Imagination Technologies PowerVR and IMG Rogue GPUs 18 - const: img,img-axe # IMG AXE GPU model/revision is fully discoverable 67 compatible = "ti,am62-gpu", "img,img-axe";
|
H A D | img,powervr-sgx.yaml | 6 $id: http://devicetree.org/schemas/gpu/img,powervr-sgx.yaml# 21 - const: img,powervr-sgx530 26 - const: img,powervr-sgx540 34 - const: img,powervr-sgx544 122 compatible = "ti,am6548-gpu", "img,powervr-sgx544"; 133 compatible = "allwinner,sun6i-a31-gpu", "img,powervr-sgx544";
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC) 4 - compatible: Must be "img,pistachio-mdc-dma". 11 - img,cr-periph: Must contain a phandle to the peripheral control syscon 13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier. 29 compatible = "img,pistachio-mdc-dma"; 46 img,max-burst-multiplier = <16>; 47 img,cr-periph = <&cr_periph>;
|
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/ |
H A D | common.sh | 8 IMG=fsimage 130 -s ${osize} ${i} -F ${IMG} 133 -F ${IMG} 137 atf_check -s exit:0 -e ignore rump_ffs ${IMG} mnt 150 atf_check -s exit:0 -o ignore resize_ffs -c -y -s ${nsize} ${IMG} 151 atf_check -s exit:0 -o ignore resize_ffs -y -s ${nsize} ${IMG} 152 atf_check -s exit:0 -o ignore fsck_ffs -f -n -F ${IMG} 153 atf_check -s exit:0 -e ignore rump_ffs ${IMG} mnt 161 atf_check -s exit:1 -o ignore resize_ffs -c -y -s ${nsize} ${IMG}
|
H A D | t_check.sh | 41 atf_check -o ignore -e ignore newfs -V1 -s 6144 -F ${IMG} 42 dd if=/dev/zero count=2048 >> ${IMG} 45 atf_check -s exit:0 -o match:"newsize: 8192 oldsize: 6144" resize_ffs -v -c -y ${IMG} 46 atf_check -s exit:0 -o ignore resize_ffs -y ${IMG} 47 atf_check -s exit:0 -o ignore fsck_ffs -f -n -F ${IMG} 49 resize_ffs -v -c -y ${IMG}
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | pistachio-clock.txt | 24 - compatible: Must be "img,pistachio-clk". 35 compatible = "img,pistachio-clk"; 52 - compatible: Must be "img,pistachio-periph-clk". 63 compatible = "img,pistachio-clk-periph"; 80 - compatible: Must include "img,pistachio-periph-cr" and "syscon". 91 compatible = "img,pistachio-cr-periph", "syscon"; 106 - compatible: Must include "img,pistachio-cr-top" and "syscon". 117 compatible = "img,pistachio-cr-top", "syscon";
|
/freebsd/contrib/ntp/html/hints/ |
H A D | solaris-dosynctodr.html | 31 …<IMG BORDER="0" SRC="/images/homebuy.gif" WIDTH="149" HEIGHT="32" ALT="Home * Buy * My Sun(sm)" US… 38 …HREF="http://www.sun.com/"><IMG BORDER="0" SRC="/images/sunlogo.gif" WIDTH="149" HEIGHT="72" ALT="… 45 …<TD BGCOLOR="#666699" COLSPAN="2" WIDTH="157" VALIGN="TOP"><IMG BORDER="0" SRC="/images/search/con… 49 <INPUT TYPE="image" SRC="/images/search/contract/search5.gif" BORDER="0" NAME="Search"><IMG SRC="/i… 51 <A HREF="search.pl?mode=advanced"><IMG BORDER="0" SRC="/images/search/contract/search3.gif" WIDTH="… 53 <A HREF="search.pl?mode=product"><IMG SRC="/images/search/contract/search4.gif" BORDER="0" ALT="Pro… 55 <A HREF="show.pl?target=help/search_tips"><IMG SRC="/images/search/contract/search6.gif" BORDER="0"… 56 …<TD ALIGN="right"><IMG SRC="/images/search/contract/search2.gif" ALT="" WIDTH="13" HEIGHT="117" BO… 61 …SPACING="0" CELLPADDING="0" WIDTH="157"><TR><TD COLSPAN="3" ALIGN="right"><IMG SRC="/images/home_c… 62 …IMG SRC="/images/home_con/welcom_2.gif" ALT="" WIDTH="17" HEIGHT="19" BORDER="0"></TD><TD BGCOLOR=… [all …]
|
/freebsd/share/examples/kld/firmware/fwimage/ |
H A D | Makefile | 4 FIRMWS= firmware.img:beastie 6 CLEANFILES= firmware.img 8 firmware.img: firmware.img.uu
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-2-start.sh | 125 URL="$UBMIRROR/focal/current/focal-server-cloudimg-amd64.img" 130 URL="$UBMIRROR/jammy/current/jammy-server-cloudimg-amd64.img" 135 URL="$UBMIRROR/noble/current/noble-server-cloudimg-amd64.img" 167 IMG="/mnt/tests/cloudimg.qcow2" 170 time axel -q -o "$IMG.zst" "$URLzs" 171 zstd -q -d --rm "$IMG.zst" 174 time axel -q -o "$IMG" "$URL" 182 sudo qemu-img dd -f qcow2 -O raw if=$IMG of=$DISK bs=4M 183 rm -f $IMG
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | img,pistachio-internal-dac.txt | 5 - compatible: "img,pistachio-internal-dac" 7 - img,cr-top : Must contain a phandle to the top level control syscon 15 compatible = "img,pistachio-internal-dac"; 16 img,cr-top = <&cr_top>;
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_024_pos.ksh | 56 typeset vdev0="$TEST_BASE_DIR/$pool-vdev0.img" 57 typeset vdev1="$TEST_BASE_DIR/$pool-vdev1.img" 78 typeset vdev0="$TEST_BASE_DIR/$pool-vdev0.img" 79 typeset vdev1="$TEST_BASE_DIR/$pool-vdev1.img" 125 typeset vdev0="$TEST_BASE_DIR/$pool-vdev0.img" 126 typeset vdev1="$TEST_BASE_DIR/$pool-vdev1.img"
|
/freebsd/tools/tools/nanobsd/ |
H A D | legacy.sh | 101 IMG=${NANO_DISKIMGDIR}/_.disk.image 111 rm -f ${IMG} 112 dd if=/dev/zero of=${IMG} seek=${CODE_SIZE} count=0 113 MD=`mdconfig -a -t vnode -f ${IMG} -x ${NANO_SECTS} \ 155 IMG=${NANO_DISKIMGDIR}/${NANO_IMGNAME} 164 rm -f ${IMG} 165 dd if=/dev/zero of=${IMG} seek=${NANO_MEDIASIZE} count=0 166 MD=`mdconfig -a -t vnode -f ${IMG} -x ${NANO_SECTS} \ 235 dd if=/dev/${MD} of=${IMG} bs=64k 239 dd conv=sparse if=/dev/${MD} of=${IMG} bs=64k
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | img,pistachio-gptimer.txt | 4 - compatible: "img,pistachio-gptimer". 12 - img,cr-periph: Must contain a phandle to the peripheral control 17 compatible = "img,pistachio-gptimer"; 27 img,cr-periph = <&cr_periph>;
|