HomeSort by: relevance | last modified time | path
    Searched refs:img (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/sys/arch/evbppc/conf/
Makefile.ev64260.inc 11 echo ${MKIMG} $@ $@.img ; \
13 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
Makefile.explora.inc 10 echo ${OBJCOPY} --adjust-vma 0x81000000 $@ $@.img ; \
11 ${OBJCOPY} --adjust-vma 0x81000000 $@ $@.img
Makefile.walnut.inc 12 echo ${MKIMG} $@ $@.img ; \
14 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
Makefile.obs405.inc 17 echo ${MKIMG} $@ $@.img ; \
19 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
32 echo ${MKIMG} $@ $@.img ; \
34 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
  /src/sys/arch/powerpc/tools/chrpicon/ppmtochrpicon/
ppmtochrpicon.c 64 CHRPI_spec img = &img_rec; local in function:main
79 /* use the img struct to conveniently store some parameters */
80 pixels = ppm_readppm(ifp, &img->width, &img->height, &maxval);
86 if (img->width != 64 || img->height != 64)
90 img->width = img->height = 64;
93 img->rbits = img->gbits = 3
    [all...]
  /src/sys/arch/powerpc/tools/chrpicon/chrpicontoppm/
chrpicontoppm.c 66 CHRPI_spec img = &img_rec; local in function:main
89 if (CHRPI_getheader(ifp, img))
92 if (CHRPI_getbitmap(ifp, img))
95 if (img->rbits != 3 || img->gbits != 3 || img->bbits != 2)
98 ppm_writeppminit(stdout, img->width, img->height, maxval, PLAIN_PPM);
99 pixelrow = ppm_allocrow(img->width);
101 for (row = 0; row < img->height; row++)
    [all...]
  /src/tests/usr.bin/rump_server/
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
    [all...]
  /src/sys/arch/powerpc/tools/chrpicon/
chrpicon.h 60 void CHRPI_writeicon(FILE *fp, pixel **pixels, CHRPI_spec img);
62 void CHRPI_putbitmap(FILE *, pixel** pixels, CHRPI_spec img);
63 void CHRPI_putheader(FILE *, CHRPI_spec img);
64 void CHRPI_putfooter(FILE *, CHRPI_spec img);
  /src/distrib/evbarm/instkernel/instkernel/
Makefile 17 MDSET_SUFFIXES.netbsd-${i}= img create-img
25 MDSET_SUFFIXES.-= srec create-srec img create-img
27 create-img= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
  /src/sys/arch/ia64/stand/efi/libefi/
efi.c 90 EFI_LOADED_IMAGE *img; local in function:efi_main
110 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
126 if (img->LoadOptionsSize > 0 && img->LoadOptions != NULL) {
127 if (img->LoadOptionsSize == strlen(img->LoadOptions) + 1) {
128 args = alloc(img->LoadOptionsSize << 1);
129 for (argc = 0; argc < img->LoadOptionsSize; argc++)
130 args[argc] = ((char*)img->LoadOptions)[argc];
132 args = alloc(img->LoadOptionsSize)
    [all...]
  /src/etc/etc.evbarm/
Makefile.inc 102 ${IMAGE.dir}/${.TARGET:S/smp_//}.img
104 @echo "===> Making bootable image ${IMAGE.dir:T}/${.TARGET:S/smp_//}-${f}.img.gz"
105 @cp ${IMAGE.dir}/${.TARGET:S/smp_//}.img ${IMAGE.dir}/${.TARGET:S/smp_//}-${f}.img
107 ${IMAGE.dir}/${.TARGET:S/smp_//}-${f}.img \
108 && ${TOOL_GZIP} -f ${IMAGE.dir}/${.TARGET:S/smp_//}-${f}.img \
109 || rm ${IMAGE.dir}/${.TARGET:S/smp_//}-${f}.img
111 @echo "===> Compressing image ${IMAGE.dir}/${.TARGET:S/smp_//}.img"
112 ${TOOL_GZIP} -f ${GZIP_N_FLAG} -9 ${IMAGE.dir}/${.TARGET:S/smp_//}.img
168 MKI_OPTS.smp_rpi= -K ${IMAGE.kern}/netbsd-RPI.img.gz -
    [all...]
  /src/distrib/utils/embedded/conf/
rpi_inst.conf 7 kernel=$kerneldir/netbsd-RPI_INSTALL.img
11 image=$HOME/${board}.img
49 kernel=/kernel.img
63 echo " ${kernel} uncompressed to kernel.img"
64 ${GZIP_CMD} -dc ${kernel} > ${mnt}/boot/kernel.img
68 cp ${kernel} ${mnt}/boot/kernel.img
70 esac || fail "copy of ${kernel} to ${mnt}/boot/kernel.img failed"
rpi.conf 66 kernel=/kernel7.img
69 kernel=/kernel.img
71 kernel=/kernel.img
73 kernel=/kernel.img
85 # .img files
89 gzip -dc ${kernel} > ${mnt}/boot/kernel.img
92 cp ${kernel} ${mnt}/boot/kernel.img
94 esac || fail "copy of ${kernel} to ${mnt}/boot/kernel.img failed"
99 gzip -dc ${rpi2_kernel} > ${mnt}/boot/kernel7.img
102 cp ${rpi2_kernel} ${mnt}/boot/kernel7.img
    [all...]
  /src/tests/usr.sbin/makefs/
t_makefs.sh 46 makefs -r -d 0xf0 -s 1m -t ffs foo.img 1 2/1
47 dump 0f foo.dump -F foo.img
60 rm -fr 1 2 foo foo.dump foo.img
  /src/distrib/evbppc/md-kernel/
Makefile 16 MDSET_SUFFIXES.-= img create-img
18 create-img= \
  /src/tests/sbin/newfs_msdos/
t_create.sh 40 newfs_msdos -b 512 -C 33m -F 32 msdos.img
43 atf_check -s exit:0 -o not-match:FIXED -e empty fsck_msdos -p msdos.img
  /src/tests/dev/raidframe/
t_raid.sh 78 -d key=/disk0,hostpath=disk0.img,size=1m \
79 -d key=/disk1,hostpath=disk1.img,size=1m \
131 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
132 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
147 rm disk1.img # FAIL
149 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
150 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
181 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
182 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
191 rm disk0.img # FAI
    [all...]
  /src/distrib/utils/embedded/
usermode 29 image=usermode.img
30 pkgs=pkgs.img
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/
Makefile 4 subdir-$(CONFIG_FIT_IMAGE_FDT_MARDUK) += img
5 subdir-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += img
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/xilfpga/
microAptiv.dtsi 5 compatible = "img,xilfpga";
  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.cpp 56 HIMAGELIST img = ImageList_Create(TABCTRL_TAB_IMAGE_WIDTH, local in function:TabWindowBase::create
59 _load_bitmap(img, L"IDI_HPCMENU_MAIN");
60 _load_bitmap(img, L"IDI_HPCMENU_OPTION");
61 _load_bitmap(img, L"IDI_HPCMENU_CONSOLE");
64 TabCtrl_SetImageList(_window, img);
70 TabWindowBase::_load_bitmap(HIMAGELIST img, const TCHAR *name)
73 ImageList_Add(img, bmp, 0);
  /src/distrib/sandpoint/
Makefile 12 ALTBOOTERS= ${BOOTOBJ}/altboot ${BOOTOBJ}/altboot.bin ${BOOTOBJ}/altboot.img
  /src/games/warp/
object.c 21 make_object(char typ, char img, int px, int py, int vx, int vy, long energ,
38 obj->image = img;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
nouveau_nvkm_subdev_acr_lsfw.c 38 nvkm_blob_dtor(&lsfw->img);
111 ret = nvkm_firmware_load_blob(subdev, path, "image", ver, &lsfw->img);
236 lsfw->img.size = lsfw->bootloader_size + lsfw->app_size;
237 if (!(lsfw->img.data = kzalloc(lsfw->img.size, GFP_KERNEL))) {
242 memcpy(lsfw->img.data, bldata, lsfw->bootloader_size);
243 memcpy(lsfw->img.data + lsfw->app_start_offset +
245 memcpy(lsfw->img.data + lsfw->app_start_offset +
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_gm200.c 37 pmu_code(struct nv50_devinit *init, u32 pmu, u32 img, u32 len, bool sec)
47 nvkm_wr32(device, 0x10a184, nvbios_rd32(bios, img + i));
57 pmu_data(struct nv50_devinit *init, u32 pmu, u32 img, u32 len)
65 nvkm_wr32(device, 0x10a1c4, nvbios_rd32(bios, img + i));
149 u32 img = nvbios_rd16(bios, bit_I.offset + 0x14); local in function:gm200_devinit_post
151 pmu_data(init, pmu, img, len);
157 u32 img = nvbios_rd16(bios, bit_I.offset + 0x18); local in function:gm200_devinit_post
159 pmu_data(init, pmu, img, len);

Completed in 23 milliseconds

1 2 3