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

1 2 3 4 5 6 7 8 910

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_image.c 30 #include <subdev/bios/image.h>
35 nvbios_imagen(struct nvkm_bios *bios, struct nvbios_image *image)
44 switch ((data = nvbios_rd16(bios, image->base + 0x00))) {
51 image->base, data);
55 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir)))
57 image->size = pcir.image_size;
58 image->type = pcir.image_type;
59 image->last = pcir.last;
61 if (image->type != 0x70) {
62 if (!(data = nvbios_npdeTp(bios, image->base, &npde))
    [all...]
nouveau_nvkm_subdev_bios_shadow.c 33 #include <subdev/bios/image.h>
60 struct nvbios_image image; local in function:shadow_image
64 image.base = 0;
65 image.type = 0;
66 image.size = mthd->func->size(mthd->data);
67 image.last = 1;
75 if (!nvbios_image(bios, idx, &image)) {
76 nvkm_debug(subdev, "image %d invalid\n", idx);
81 image.base, image.type, image.size)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base827c.c 35 evo_data(push, asyw->image.mode << 8 |
36 asyw->image.interval << 4);
38 evo_data(push, asyw->image.handle[0]);
39 if (asyw->image.format == 0xca) {
49 evo_data(push, asyw->image.offset[0] >> 8);
51 evo_data(push, asyw->image.h << 16 | asyw->image.w);
52 evo_data(push, asyw->image.layout << 20 |
53 (asyw->image.pitch[0] >> 8) << 8 |
54 asyw->image.blocks[0] << 8
    [all...]
nouveau_dispnv50_ovly907e.c 36 evo_data(push, asyw->image.interval << 4);
38 evo_data(push, asyw->image.handle[0]);
42 evo_data(push, asyw->image.offset[0] >> 8);
44 evo_data(push, asyw->image.h << 16 | asyw->image.w);
45 evo_data(push, asyw->image.layout << 24 |
46 (asyw->image.pitch[0] >> 8) << 8 |
47 asyw->image.blocks[0] << 8 |
48 asyw->image.blockh);
49 evo_data(push, asyw->image.format << 8
    [all...]
nouveau_dispnv50_ovly827e.c 38 evo_data(push, asyw->image.interval << 4);
40 evo_data(push, asyw->image.handle[0]);
44 evo_data(push, asyw->image.offset[0] >> 8);
46 evo_data(push, asyw->image.h << 16 | asyw->image.w);
47 evo_data(push, asyw->image.layout << 20 |
48 (asyw->image.pitch[0] >> 8) << 8 |
49 asyw->image.blocks[0] << 8 |
50 asyw->image.blockh);
51 evo_data(push, asyw->image.format << 8
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/apps/
tpause.c 7 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
t2.c 7 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
11 InitializeLib(image, systab);
t5.c 7 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
9 InitializeLib(image, systab);
11 Print(L"\n\n\nHit any key to exit this image\n");
t4.c 7 efi_main (EFI_HANDLE *image, EFI_SYSTEM_TABLE *systab)
11 InitializeLib(image, systab);
t6.c 15 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
23 InitializeLib(image, systab);
26 image,
36 Print(L"Image device : %s\n", DevicePathToStr(dev_path));
37 Print(L"Image file : %s\n", DevicePathToStr(loaded_image->FilePath));
39 Print(L"Image base : %lx\n", loaded_image->ImageBase);
40 Print(L"Image size : %lx\n", loaded_image->ImageSize);
printenv.c 7 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
14 InitializeLib(image, systab);
t7.c 7 efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
12 InitializeLib(image, systab);
16 Print(L"\n\n\nHit any key to exit this image\n");
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_image.c 40 struct qxl_drm_image *image,
56 list_add_tail(&chunk->head, &image->chunk_list);
66 struct qxl_drm_image *image; local in function:qxl_image_alloc_objects
69 image = kmalloc(sizeof(struct qxl_drm_image), GFP_KERNEL);
70 if (!image)
73 INIT_LIST_HEAD(&image->chunk_list);
75 ret = qxl_alloc_bo_reserved(qdev, release, sizeof(struct qxl_image), &image->bo);
77 kfree(image);
81 ret = qxl_allocate_chunk(qdev, release, image, sizeof(struct qxl_data_chunk) + stride * height);
83 qxl_bo_unref(&image->bo)
114 struct qxl_image *image; local in function:qxl_image_init_helper
    [all...]
  /src/sys/dev/splash/
splash.mk 5 # Makefile for embedding splash image into kernel.
25 cp ${SPLASHSCREEN_IMAGE} splash.image
27 -O ${BFD_TARGET} splash.image splash_image.o
28 rm splash.image
  /src/etc/etc.next68k/
Makefile.inc 13 # install boot image in installation directory
  /src/distrib/utils/embedded/
usermode 29 image=usermode.img
41 image=$1
63 ./netbsd disk=${image} disk=${pkgs} net=tap0,00:00:de:ad:be:ef
mkimage 36 # Makes a bootable image for the host architecture given.
192 Usage: $PROG -h <host-arch> [-bdmx] [-B <byte-order>] [-K <kerneldir>] [-S <srcdir>] [-D <destdir>] [-c <custom-files-dir>] [-s <Mb size>] [<image>]
278 # take the next argument as being the image name
279 image="$1"
283 case "$image" in
284 *.gz) compress=true; image="${image%.gz}";;
333 ${image} ${mnt}/boot
341 -F "$tmp/selected_sets" ${image} "${release}" "${mnt}"
345 size="$(getsize "${image}")"
    [all...]
  /src/games/warp/
them.c 56 x = (obj->posx+(obj->image=='<'?1:-1)+XSIZE00)%XSIZE;
61 obj->velx = (obj->image=='<' ? 1 : -1);
65 obj->image = rand_mod(2) ? '<' : '>';
66 obj->velx = obj->image == '<' ? 1 : -1;
84 (curkl->image != ' ') &&
99 if (obj->image == '@') {
100 obj->image = '*';
103 mvaddch(obj->posy+1,obj->posx*2,obj->image);
109 else if (obj->image == 'B') {
134 else if (curkl->image == 'M') { /* Mudd wants to sit sometimes *
    [all...]
  /src/etc/etc.sgimips/
Makefile.inc 28 iso-image-md-pre:
34 SGI.image= ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom/netbsd-sgimips.img
36 iso-image-md-post:
43 echo "Estimated image size: $${EST} MB"; \
44 dd if=/dev/zero of=${SGI.image} bs=1024k count=$${EST}; \
45 ${TOOLDIR}/bin/nbsgivol -f -i ${SGI.image}; \
47 ${SGI.image}; \
49 ${SGI.image}; \
51 ${SGI.image}; \
52 dd if=${CDROM_IMAGE} of=${SGI.image} bs=512 seek=$${SEEK
    [all...]
  /src/usr.sbin/makefs/
chfs.c 98 chfs_makefs(const char *image, const char *dir, fsnode *root, fsinfo_t *fsopts)
102 assert(image != NULL);
111 printf("Creating `%s'\n", image);
113 if (chfs_create_image(image, fsopts) == -1) {
114 errx(EXIT_FAILURE, "Image file `%s' not created", image);
121 printf("Populating `%s'\n", image);
125 errx(EXIT_FAILURE, "Image file `%s' not populated", image);
132 err(EXIT_FAILURE, "Closing `%s'", image);
    [all...]
  /src/sys/dev/cardbus/
cardbus_exrom.c 51 /* A PCI ROM is divided into a number of images. Each image has two
52 * data structures, a header located at the start of the image, and a
73 * 0x10 2 image length (in 512 byte blocks)
76 * 0x15 1 indicator (bit 7 indicates final image)
83 * ROM image. This function assumes that the ROM is mapped at
95 size_t addr = 0; /* offset of current rom image */
102 struct cardbus_rom_image *image; local in function:cardbus_read_exrom
108 "bad header signature in ROM image %u: 0x%04x\n",
114 /* get the ROM image size, in blocks */
124 image = malloc(sizeof(*image), M_DEVBUF, M_WAITOK)
    [all...]
  /src/usr.sbin/puffs/
makerumpmanpages.sh 88 In case the image contains multiple partitions, the desired partition
100 from image
179 sedsub='s/xxxfsxxx/$fs/g\;s/XXXFSXXX/$fsc/g\;s/xxximagexxx/$image/g\;'\
199 image=image
200 fssrc=image
204 image=share
209 image=$fs
  /src/sys/arch/mmeye/stand/bootelf/
boot.c 57 void *image; local in function:main
83 image = &ap[2];
85 marks[MARK_START] = (u_long)image - start;
95 lp = image;
109 LoadAndReset(void *image)
116 val = (u_long)image;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_nv04_fbcon.c 82 nv04_fbcon_imageblit(struct fb_info *info, const struct fb_image *image)
90 uint32_t *data = (uint32_t *)image->data;
93 if (image->depth != 1)
102 fg = ((uint32_t *) info->pseudo_palette)[image->fg_color];
103 bg = ((uint32_t *) info->pseudo_palette)[image->bg_color];
105 fg = image->fg_color;
106 bg = image->bg_color;
110 OUT_RING(chan, (image->dy << 16) | (image->dx & 0xffff));
111 OUT_RING(chan, ((image->dy + image->height) << 16)
    [all...]
  /src/distrib/common/
sunbootcd.sh 45 into a CD-ROM file system image suitable for booting on the
50 The architecture arguments must be bootable file system image
52 \`fsimage' is typically an iso9660 file system image, although
54 bytes of the image are not used. \`fsimage' is modified, and
105 printf "${FORMAT}" "Image ${curpart}:" ${curoff} ${curcyls} "${curfile}"

Completed in 204 milliseconds

1 2 3 4 5 6 7 8 910