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

12

/freebsd-current/usr.sbin/fstyp/tests/
H A DMakefile6 ${PACKAGE}FILES+= befs.img.bz2
7 ${PACKAGE}FILES+= dfr-01-xfat.img.bz2
8 ${PACKAGE}FILES+= ext2.img.bz2
9 ${PACKAGE}FILES+= ext3.img.bz2
10 ${PACKAGE}FILES+= ext4.img.bz2
11 ${PACKAGE}FILES+= ext4_with_label.img.bz2
12 ${PACKAGE}FILES+= ntfs.img.bz2
13 ${PACKAGE}FILES+= ntfs_with_label.img.bz2
H A Dfstyp_test.sh33 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
[all...]
/freebsd-current/share/examples/kld/firmware/fwimage/
H A DMakefile5 FIRMWS= firmware.img:beastie
7 CLEANFILES= firmware.img
9 firmware.img: firmware.img.uu
/freebsd-current/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-current/stand/efi/loader/
H A Defi_main.c80 EFI_LOADED_IMAGE *img; local
111 status = OpenProtocolByHandle(IH, &image_protocol, (void**)&img);
127 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) {
128 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) {
129 args = malloc(img->LoadOptionsSize << 1);
130 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++)
131 args[argc] = ((char*)img->LoadOptions)[argc];
133 args = malloc(img
[all...]
/freebsd-current/tools/boot/
H A Drootgen.sh45 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}
[all...]
H A Dfull-test.sh97 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
[all...]
H A Dlua-test.sh17 [ -d "$dir" ] || ${scriptdir}/lua-img.sh ${dir}
/freebsd-current/tests/sys/geom/class/uzip/
H A DMakefile10 IMAGE= 1_endian_unknown_autogenerated.img
27 ${PACKAGE}FILES+= conf.sh 1_endian_big.img.uzip.uue \
28 1_endian_little.img.uzip.uue
H A D1_test.sh10 UUE=$testsdir/1_endian_little.img.uzip.uue
13 UUE=$testsdir/1_endian_big.img.uzip.uue
/freebsd-current/contrib/netbsd-tests/sbin/newfs_msdos/
H A Dt_create.sh45 newfs_msdos -b 512 -C 33m -F 32 msdos.img
48 atf_check -s eq:0 -o not-match:FIXED -e empty $fsck -p msdos.img
/freebsd-current/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-current/tools/regression/tmpfs/
H A Dt_vnd52 dd if=/dev/zero of=disk.img bs=1m count=10 >/dev/null 2>&1 || die
55 mdconfig -a -f disk.img -u 3 -x 32 -y 2 ||die
/freebsd-current/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-current/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-current/tools/test/stress2/misc/
H A Ddumpfs.sh33 disk=/tmp/dumpfs.sh.`date +%Y%m%dT%H%M%S`.img
34 dump=${disk%.img}.dump
H A Delf.sh40 save=/tmp/elf.sh.img
/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dbinding.h11 #include <fw/img.h>
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c22 #include "fw/img.h"
126 static void iwl_free_fw_img(struct iwl_drv *drv, struct fw_img *img) argument
129 for (i = 0; i < img->num_sec; i++)
130 iwl_free_fw_desc(drv, &img->sec[i]);
131 kfree(img->sec);
150 iwl_free_fw_img(drv, drv->fw.img + i);
314 struct fw_img_parsing img[IWL_UCODE_TYPE_MAX]; member in struct:iwl_firmware_pieces
342 return &pieces->img[type].sec[sec];
349 struct fw_img_parsing *img = &pieces->img[typ local
409 struct fw_img_parsing *img; local
[all...]
/freebsd-current/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-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c246 u_int8_t *img; local
639 img = physbuf;
671 if ((n = read(fd1, img, bpb.bpbBytesPerSec)) == -1) {
680 memset(img, 0, bpb.bpbBytesPerSec);
685 bsbpb = (struct bsbpb *)(img + x1);
700 bsxbpb = (struct bsxbpb *)(img + x1);
709 bsx = (struct bsx *)(img + x1);
727 bs = (struct bs *)img;
733 memcpy(img + x1, bootcode, sizeof(bootcode));
734 mk2(img
[all...]
/freebsd-current/stand/efi/boot1/
H A Dboot1.c173 EFI_LOADED_IMAGE *img; local
241 status = OpenProtocolByHandle(IH, &LoadedImageGUID, (void **)&img);
244 text = efi_devpath_name(img->FilePath);
251 status = OpenProtocolByHandle(img->DeviceHandle,
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.c843 struct image_params img; local
907 bzero(&img, sizeof(img));
908 img.proc = td->td_proc;
909 img.vp = fp->f_vnode;
910 img.attr = &va;
916 vn_lock(img.vp, LK_EXCLUSIVE | LK_RETRY);
924 error = mac_veriexec_fingerprint_check_image(&img,
928 VOP_UNLOCK(img.vp);
/freebsd-current/release/riscv/
H A Dmkisoimages.sh108 efifilename=$(mktemp /tmp/efi.img.XXXXXX)
/freebsd-current/release/arm64/
H A Dmkisoimages.sh108 efifilename=$(mktemp /tmp/efi.img.XXXXXX)

Completed in 1346 milliseconds

12