| /freebsd-12-stable/usr.sbin/fstyp/tests/ |
| D | fstyp_test.sh | 36 atf_check -s exit:0 -o ignore makefs -t cd9660 -Z -s 64m cd9660.img dir 37 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img 38 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img 47 atf_check -s exit:0 -o ignore makefs -t cd9660 -o label=Foo -Z -s 64m cd9660.img dir 48 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img 50 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img 67 bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img 68 atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img 76 bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img 77 atf_check -s exit:0 -o inline:"exfat exFat\n" fstyp -u -l exfat.img [all …]
|
| D | Makefile | 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
|
| /freebsd-12-stable/contrib/netbsd-tests/usr.bin/rump_server/ |
| 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-12-stable/tools/boot/ |
| D | rootgen.sh | 62 img=$2 67 makefs -t ffs -B little -s 200m ${img}.p2 ${src} 70 -p freebsd-ufs:=${img}.p2 -o ${img} 76 img=$2 81 make_esp ${src} ${img}.p1 82 makefs -t ffs -B little -s 200m ${img}.p2 ${src} 84 -p efi:=${img}.p1 \ 85 -p freebsd-ufs:=${img}.p2 -o ${img} 91 img=$2 96 make_esp ${src} ${img}.p1 [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/dev/raidframe/ |
| 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-12-stable/stand/efi/loader/ |
| D | efi_main.c | 78 EFI_LOADED_IMAGE *img; in efi_main() local 106 status = OpenProtocolByHandle(IH, &image_protocol, (void**)&img); in efi_main() 122 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) { in efi_main() 123 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) { in efi_main() 124 args = malloc(img->LoadOptionsSize << 1); in efi_main() 125 for (argc = 0; argc < (int)img->LoadOptionsSize; argc++) in efi_main() 126 args[argc] = ((char*)img->LoadOptions)[argc]; in efi_main() 128 args = malloc(img->LoadOptionsSize); in efi_main() 129 memcpy(args, img->LoadOptions, img->LoadOptionsSize); in efi_main() 147 addprog = (args == NULL || img->ParentHandle == NULL || in efi_main() [all …]
|
| /freebsd-12-stable/sys/modules/drm2/radeonkmsfw/ |
| D | gen-makefiles | 17 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-12-stable/release/amd64/ |
| D | mkisoimages.sh | 44 dd if=/dev/zero of=efiboot.img bs=4k count=200 45 device=`mdconfig -a -t vnode -f efiboot.img` 74 rm -f efiboot.img 95 -o hybrid.img 98 dd if=hybrid.img of="$NAME" bs=32k count=1 conv=notrunc 99 rm -f hybrid.img
|
| /freebsd-12-stable/sys/compat/ndis/ |
| D | kern_windrv.c | 201 windrv_lookup(img, name) in windrv_lookup() argument 202 vm_offset_t img; in windrv_lookup() 221 if (d->windrv_object->dro_driverstart == (void *)img || 267 windrv_unload(mod, img, len) in windrv_unload() argument 269 vm_offset_t img; 278 drv = windrv_lookup(img, NULL); 315 if (db->windrv_object->dro_driverstart == (void *)img) { 357 patch_user_shared_data_address(vm_offset_t img, size_t len) in patch_user_shared_data_address() argument 364 addr = (unsigned long *)(img + i); in patch_user_shared_data_address() 379 windrv_load(mod, img, len, bustype, devlist, regvals) in windrv_load() argument [all …]
|
| /freebsd-12-stable/share/examples/kld/firmware/fwimage/ |
| D | Makefile | 6 FIRMWS= firmware.img:beastie 8 CLEANFILES= firmware.img 10 firmware.img: firmware.img.uu
|
| /freebsd-12-stable/release/arm64/ |
| D | mkisoimages.sh | 38 dd if=/dev/zero of=efiboot.img bs=4k count=200 39 device=`mdconfig -a -t vnode -f efiboot.img` 88 -o efi.img 91 dd if=efi.img of="$NAME" bs=32k count=1 conv=notrunc 92 rm -f efi.img
|
| /freebsd-12-stable/usr.sbin/ndiscvt/ |
| D | ndiscvt.c | 168 bincvt(char *sysfile, char *outfile, void *img, int fsize) in bincvt() argument 181 if (fwrite(img, fsize, 1, binfp) != 1) in bincvt() 282 void *img; in main() local 329 img = calloc(fsize, 1); in main() 330 n = fread (img, fsize, 1, fp); in main() 336 if (insert_padding(&img, &fsize)) { in main() 395 bincvt(sysfile, outfile, img, fsize); in main() 408 ptr = img; in main() 434 free(img); in main()
|
| /freebsd-12-stable/sbin/newfs_msdos/ |
| D | mkfs_msdos.c | 249 u_int8_t *img; in mkfs_msdos() local 635 img = physbuf; in mkfs_msdos() 667 if ((n = read(fd1, img, bpb.bpbBytesPerSec)) == -1) { in mkfs_msdos() 676 memset(img, 0, bpb.bpbBytesPerSec); in mkfs_msdos() 681 bsbpb = (struct bsbpb *)(img + x1); in mkfs_msdos() 696 bsxbpb = (struct bsxbpb *)(img + x1); in mkfs_msdos() 705 bsx = (struct bsx *)(img + x1); in mkfs_msdos() 723 bs = (struct bs *)img; in mkfs_msdos() 729 memcpy(img + x1, bootcode, sizeof(bootcode)); in mkfs_msdos() 730 mk2(img + MINBPS - 2, DOSMAGIC); in mkfs_msdos() [all …]
|
| /freebsd-12-stable/sys/security/mac_veriexec/ |
| D | mac_veriexec.c | 627 struct image_params img; in mac_veriexec_syscall() local 653 bzero(&img, sizeof(img)); in mac_veriexec_syscall() 654 img.proc = td->td_proc; in mac_veriexec_syscall() 655 img.vp = fp->f_vnode; in mac_veriexec_syscall() 656 img.attr = &va; in mac_veriexec_syscall() 662 vn_lock(img.vp, LK_EXCLUSIVE | LK_RETRY); in mac_veriexec_syscall() 670 error = mac_veriexec_fingerprint_check_image(&img, in mac_veriexec_syscall() 674 VOP_UNLOCK(img.vp, 0); in mac_veriexec_syscall()
|
| /freebsd-12-stable/contrib/ntp/html/drivers/scripts/ |
| 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'>\
|
| D | style.css | 21 img.cell {align: left;} 24 img.sidebar {align: center; margin-top: 5px;} 44 img {margin: 5px;} selector
|
| /freebsd-12-stable/contrib/ntp/html/scripts/ |
| 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'>\
|
| D | style.css | 21 img.cell {align: left;} 24 img.sidebar {align: center; margin-top: 5px;} 44 img {margin: 5px;} selector
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/librumphijack/ |
| 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} ; \
|
| /freebsd-12-stable/tests/sys/geom/class/uzip/ |
| D | Makefile | 11 IMAGE= 1_endian_unknown_autogenerated.img 28 ${PACKAGE}FILES+= conf.sh 1_endian_big.img.uzip.uue \ 29 1_endian_little.img.uzip.uue
|
| /freebsd-12-stable/contrib/netbsd-tests/fs/tmpfs/ |
| D | t_vnd.sh | 44 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-12-stable/contrib/netbsd-tests/dev/cgd/ |
| D | t_cgd.sh | 46 ${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-12-stable/contrib/netbsd-tests/sbin/newfs_msdos/ |
| D | t_create.sh | 35 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-12-stable/usr.bin/mkimg/tests/ |
| D | img-1x1-4096-vtoc8.vhd.hex | 1 # $FreeBSD: stable/12/usr.bin/mkimg/tests/img-1x1-4096-vtoc8.vhd.hex 362776 2020-06-29 08:14:45Z go… 3 00000010 00 00 00 00 00 00 02 00 01 23 45 67 2a 69 6d 67 |.........#Eg*img| 46 00600e10 00 00 00 00 00 00 02 00 01 23 45 67 2a 69 6d 67 |.........#Eg*img|
|
| D | img-1x1-512-vtoc8.vhd.hex | 1 # $FreeBSD: stable/12/usr.bin/mkimg/tests/img-1x1-512-vtoc8.vhd.hex 362776 2020-06-29 08:14:45Z gon… 3 00000010 00 00 00 00 00 00 02 00 01 23 45 67 2a 69 6d 67 |.........#Eg*img| 46 00600e10 00 00 00 00 00 00 02 00 01 23 45 67 2a 69 6d 67 |.........#Eg*img|
|