/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 | 137 fetch_one arm armv7 ${FREEBSD_VERSION} GENERICSD.img 263 initrd=${TREES}/${ma_combo}/initrd.img 284 initrd=${TREES}/${ma_combo}/initrd.img 297 \linux${bin} ${cons} initrd=\initrd.img 318 img=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}.img 319 img2=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}-zfs.img 325 ${MKIMG} -s gpt -p efi:=${esp} -p freebsd-ufs:=${ufs} -o ${img} 344 initrd=${TREES}/${ma_combo}/initrd.img 345 img=${IMAGES}/${ma_combo}/linuxboot-${ma_combo}-raw 346 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 88 dd if=the.img iseek=16k bs=1 count=512 91 test_case type_chr -d key=/img,hostpath=the.img,size=32k,type=chr [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/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 …]
|
H A D | boston.dts | 12 compatible = "img,boston"; 28 compatible = "img,mips"; 206 compatible = "img,boston-platform-regs", "syscon"; 210 compatible = "img,boston-clock"; 234 compatible = "img,boston-lcd";
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | pistachio-usb-phy.txt | 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/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/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>;
|
H A D | img,i2s-in.txt | 5 - compatible : Compatible list, must contain "img,i2s-in" 21 - img,i2s-channels : Number of I2S channels instantiated in the I2S in block 38 compatible = "img,i2s-in"; 45 img,i2s-channels = <6>;
|
H A D | img,i2s-out.txt | 5 - compatible : Compatible list, must contain "img,i2s-out" 22 - img,i2s-channels : Number of I2S channels instantiated in the I2S out block 39 compatible = "img,i2s-out"; 47 img,i2s-channels = <6>;
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-drv.c | 127 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) in iwl_free_fw_img() argument 130 for (i = 0; i < img->num_sec; i++) in iwl_free_fw_img() 131 iwl_free_fw_desc(drv, &img->sec[i]); in iwl_free_fw_img() 132 kfree(img->sec); in iwl_free_fw_img() 152 iwl_free_fw_img(drv, drv->fw.img + i); in iwl_dealloc_ucode() 319 struct fw_img_parsing img[IWL_UCODE_TYPE_MAX]; member 347 return &pieces->img[type].sec[sec]; in get_sec() 354 struct fw_img_parsing *img = &pieces->img[type]; in alloc_sec_data() local 357 size_t alloc_size = sizeof(*img->sec) * size; in alloc_sec_data() 359 if (img->sec && img->sec_counter >= size) in alloc_sec_data() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | img-mdc-dma.txt | 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/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>;
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | img-pwm.txt | 4 - compatible: Should be "img,pistachio-pwm" 13 - img,cr-periph: Must contain a phandle to the peripheral control 18 compatible = "img,pistachio-pwm"; 23 img,cr-periph = <&cr_periph>;
|
/freebsd/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 246 u_int8_t *img; in mkfs_msdos() local 639 img = physbuf; in mkfs_msdos() 671 if ((n = read(fd1, img, bpb.bpbBytesPerSec)) == -1) { in mkfs_msdos() 680 memset(img, 0, bpb.bpbBytesPerSec); in mkfs_msdos() 685 bsbpb = (struct bsbpb *)(img + x1); in mkfs_msdos() 700 bsxbpb = (struct bsxbpb *)(img + x1); in mkfs_msdos() 709 bsx = (struct bsx *)(img + x1); in mkfs_msdos() 727 bs = (struct bs *)img; in mkfs_msdos() 733 memcpy(img + x1, bootcode, sizeof(bootcode)); in mkfs_msdos() 734 mk2(img + MINBPS - 2, DOSMAGIC); in mkfs_msdos() [all …]
|
/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";
|
H A D | img,boston-clock.txt | 11 - compatible : Should be "img,boston-clock". 19 compatible = "img,boston-platform-regs", "syscon"; 23 compatible = "img,boston-clock";
|
/freebsd/contrib/ntp/html/drivers/scripts/ |
H A D | footer.txt | 3 <td width='33%' align='center'><img src='../icons/home.gif' align='middle'>\ 5 <td width='33%' ><img src='../icons/sitemap.png' align='middle'>\ 7 <td width='33%' ><img src='../icons/mail2.gif' align='middle'>\
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | footer.txt | 3 <td width='33%' align='center'><img src='icons/home.gif' align='middle'>\ 5 <td width='33%' align='center'><img src='icons/sitemap.png' align='middle'>\ 7 <td width='33%' align='center'><img src='icons/mail2.gif' align='middle'>\
|
/freebsd/tests/sys/geom/class/uzip/ |
H A D | Makefile | 10 IMAGE= 1_endian_unknown_autogenerated.img 27 ${PACKAGE}FILES+= conf.sh 1_endian_big.img.uzip.uue \ 28 1_endian_little.img.uzip.uue
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | t_vfs.sh | 28 img=ffs.img 30 "rump_server -lrumpvfs -lrumpfs_ffs -lrumpdev_disk -d key=/img,hostpath=${img},size=host" 38 atf_check -s exit:0 -e ignore mount_ffs /img ${mntdir} 77 atf_check -s exit:0 -o ignore newfs -F -s 20000 ${img} ; \
|