Searched refs:img (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/usr.sbin/fstyp/tests/
H A DMakefile7 ${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
H A Dfstyp_test.sh35 atf_check -s exit:0 -o ignore makefs -t cd9660 -Z -s 64m cd9660.img dir
36 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
37 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img
46 atf_check -s exit:0 -o ignore makefs -t cd9660 -o label=Foo -Z -s 64m cd9660.img dir
47 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
49 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img
75 bzcat $(atf_get_srcdir)/ext2.img.bz2 > ext2.img
76 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img
77 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext2.img
[all...]
/freebsd-11-stable/sys/modules/drm2/radeonkmsfw/
H A Dgen-makefiles17 img=$(basename $file)
18 img=${img%.bin.uu}
19 echo "Image: $img"
21 mkdir -p $scriptdir/$img
22 cat > $scriptdir/$img/Makefile <<EOF
25 KMOD= radeonkmsfw_$img
26 IMG= $img
/freebsd-11-stable/share/examples/kld/firmware/fwimage/
H A DMakefile6 FIRMWS= firmware.img:beastie
8 CLEANFILES= firmware.img
10 firmware.img: firmware.img.uu
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh55 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
[all...]
/freebsd-11-stable/tools/boot/
H A Drootgen.sh34 img=$2
39 makefs -t ffs -B little -s 200m ${img}.p2 ${src}
42 -p freebsd-ufs:=${img}.p2 -o ${img}
48 img=$2
54 cp ${src}/boot/boot.efifat ${img}.p1
55 makefs -t ffs -B little -s 200m ${img}.p2 ${src}
57 -p efi:=${img}.p1 \
58 -p freebsd-ufs:=${img}.p2 -o ${img}
[all...]
/freebsd-11-stable/stand/efi/loader/
H A Defi_main.c78 EFI_LOADED_IMAGE *img; local
106 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
122 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) {
123 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) {
124 args = malloc(img->LoadOptionsSize << 1);
125 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++)
126 args[argc] = ((char*)img->LoadOptions)[argc];
128 args = malloc(img
[all...]
/freebsd-11-stable/contrib/netbsd-tests/sbin/newfs_msdos/
H A Dt_create.sh35 newfs_msdos -b 512 -C 33m -F 32 msdos.img
38 atf_check -s eq:0 -o not-match:FIXED -e empty fsck_msdos -p msdos.img
/freebsd-11-stable/release/amd64/
H A Dmkisoimages.sh43 dd if=/dev/zero of=efiboot.img bs=4k count=200
44 device=`mdconfig -a -t vnode -f efiboot.img`
53 bootable="$bootable -o bootimage=i386;efiboot.img -o no-emul-boot -o platformid=efi"
72 rm -f efiboot.img
93 -o hybrid.img
96 dd if=hybrid.img of=$NAME bs=32k count=1 conv=notrunc
97 rm -f hybrid.img
/freebsd-11-stable/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh62 -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 # FAI
[all...]
/freebsd-11-stable/tests/sys/geom/class/uzip/
H A D1_test.sh9 UUE=$testsdir/1.img.uzip.uue
H A DMakefile11 IMAGE= 1.img
/freebsd-11-stable/release/arm/
H A DPANDABOARD.conf25 chroot ${CHROOTDIR} cp -p ${UBOOT_DIR}/u-boot.img ${FATMOUNT}/u-boot.img
H A DBEAGLEBONE.conf25 chroot ${CHROOTDIR} cp -p ${UBOOT_DIR}/u-boot.img ${FATMOUNT}/u-boot.img
H A DGUMSTIX.conf27 chroot ${CHROOTDIR} cp -p ${UBOOT_DIR}/u-boot.img ${FATMOUNT}/u-boot.img
/freebsd-11-stable/tools/regression/tmpfs/
H A Dt_vnd53 dd if=/dev/zero of=disk.img bs=1m count=10 >/dev/null 2>&1 || die
56 mdconfig -a -f disk.img -u 3 -x 32 -y 2 ||die
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndiscvt.c166 bincvt(char *sysfile, char *outfile, void *img, int fsize) argument
179 if (fwrite(img, fsize, 1, binfp) != 1)
279 void *img; local
326 img = calloc(fsize, 1);
327 n = fread (img, fsize, 1, fp);
333 if (insert_padding(&img, &fsize)) {
392 bincvt(sysfile, outfile, img, fsize);
405 ptr = img;
431 free(img);
/freebsd-11-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd.sh46 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
78 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
115 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_vnd.sh44 dd if=/dev/zero of=disk.img bs=1m count=10
48 atf_check -s eq:0 -o empty -e empty mdmfs -F disk.img md mnt
54 atf_check -s eq:0 -o empty -e empty vndconfig /dev/vnd3 disk.img
/freebsd-11-stable/sys/compat/ndis/
H A Dkern_windrv.c199 windrv_lookup(img, name)
200 vm_offset_t img;
219 if (d->windrv_object->dro_driverstart == (void *)img ||
265 windrv_unload(mod, img, len)
267 vm_offset_t img;
276 drv = windrv_lookup(img, NULL);
313 if (db->windrv_object->dro_driverstart == (void *)img) {
355 patch_user_shared_data_address(vm_offset_t img, size_t len) argument
362 addr = (unsigned long *)(img + i);
377 windrv_load(mod, img, le
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/librumphijack/
H A Dt_vfs.sh28 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} ; \
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c244 u_int8_t *img; local
624 img = physbuf;
654 if ((n = read(fd1, img, bpb.bpbBytesPerSec)) == -1) {
663 memset(img, 0, bpb.bpbBytesPerSec);
668 bsbpb = (struct bsbpb *)(img + x1);
683 bsxbpb = (struct bsxbpb *)(img + x1);
692 bsx = (struct bsx *)(img + x1);
710 bs = (struct bs *)img;
716 memcpy(img + x1, bootcode, sizeof(bootcode));
717 mk2(img
[all...]
/freebsd-11-stable/lib/libbe/tests/
H A Dbe_create.sh78 if [ -f "${cwd}/disk.img" ]; then
79 rm ${cwd}/disk.img
93 disk=${cwd}/disk.img
/freebsd-11-stable/release/
H A DMakefile.vm70 CLEANFILES+= ${_CW:tl}.img \
86 -i ${.OBJDIR}/${_CW:tl}.img -s ${VMSIZE} -f ${${_CW:tu}_FORMAT} \
106 CLEANFILES+= ${FORMAT}.img
120 -i ${.OBJDIR}/${FORMAT}.img -s ${VMSIZE} -f ${FORMAT} \
H A Drelease.sh393 IMGBASE="${CHROOTDIR}/${OBJDIR}/${KERNEL}.img"
407 mv ${IMGBASE} ${CHROOTDIR}/${OBJDIR}/${OSRELEASE}-${KERNEL}.img
409 chroot ${CHROOTDIR} cp -p ${OBJDIR}/${OSRELEASE}-${KERNEL}.img \
410 /R/${OSRELEASE}-${KERNEL}.img
411 chroot ${CHROOTDIR} xz -T ${XZ_THREADS} /R/${OSRELEASE}-${KERNEL}.img

Completed in 135 milliseconds

12