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

1 2 3 4 5 6 7

  /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...]
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...]
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/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;
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;
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/distrib/utils/embedded/conf/
usermode.conf 6 image=usermode.img key
usermode.conf 6 image=usermode.img key
usermode.conf 6 image=usermode.img key
rpi_inst.conf 11 image=$HOME/${board}.img key
rpi_inst.conf 11 image=$HOME/${board}.img key
rpi_inst.conf 11 image=$HOME/${board}.img key
  /src/etc/
Makefile 51 # Flags for creating ISO CDROM image for mac68k and macppc that require
427 # iso-image --
428 # Standalone target to create a CDROM image after the release
430 # The do-iso-image is to be called from etc.$MACHINE/Makefile.inc
439 iso-image:
441 do-iso-image: .PHONY check_DESTDIR check_RELEASEDIR iso-image-md-post
443 @echo "iso-image created as: ${CDROM_IMAGE}"
445 iso-image-setup: .PHONY check_RELEASEDIR
458 # iso-image-mi -
    [all...]
Makefile 51 # Flags for creating ISO CDROM image for mac68k and macppc that require
427 # iso-image --
428 # Standalone target to create a CDROM image after the release
430 # The do-iso-image is to be called from etc.$MACHINE/Makefile.inc
439 iso-image:
441 do-iso-image: .PHONY check_DESTDIR check_RELEASEDIR iso-image-md-post
443 @echo "iso-image created as: ${CDROM_IMAGE}"
445 iso-image-setup: .PHONY check_RELEASEDIR
458 # iso-image-mi -
    [all...]
Makefile 51 # Flags for creating ISO CDROM image for mac68k and macppc that require
427 # iso-image --
428 # Standalone target to create a CDROM image after the release
430 # The do-iso-image is to be called from etc.$MACHINE/Makefile.inc
439 iso-image:
441 do-iso-image: .PHONY check_DESTDIR check_RELEASEDIR iso-image-md-post
443 @echo "iso-image created as: ${CDROM_IMAGE}"
445 iso-image-setup: .PHONY check_RELEASEDIR
458 # iso-image-mi -
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_base.c 34 #include <subdev/bios/image.h>
151 struct nvbios_image image; local in function:nvkm_bios_new
166 if (nvbios_image(bios, idx++, &image)) {
167 bios->image0_size = image.size;
168 while (nvbios_image(bios, idx++, &image)) {
169 if (image.type == 0xe0) {
170 bios->imaged_addr = image.base;
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...]
nouveau_nvkm_subdev_bios_base.c 34 #include <subdev/bios/image.h>
151 struct nvbios_image image; local in function:nvkm_bios_new
166 if (nvbios_image(bios, idx++, &image)) {
167 bios->image0_size = image.size;
168 while (nvbios_image(bios, idx++, &image)) {
169 if (image.type == 0xe0) {
170 bios->imaged_addr = image.base;
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...]
nouveau_nvkm_subdev_bios_base.c 34 #include <subdev/bios/image.h>
151 struct nvbios_image image; local in function:nvkm_bios_new
166 if (nvbios_image(bios, idx++, &image)) {
167 bios->image0_size = image.size;
168 while (nvbios_image(bios, idx++, &image)) {
169 if (image.type == 0xe0) {
170 bios->imaged_addr = image.base;
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/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...]
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/
Makefile 66 # iso-image:
67 # Create CD-ROM image in RELEASEDIR/images.
70 # iso-image-source:
71 # Create CD-ROM image with source in RELEASEDIR/images.
74 # live-image:
75 # Create bootable live image for emulators or USB stick etc.
79 # install-image:
80 # Create bootable installation image for USB stick etc.
404 # Create a CD-ROM image.
407 iso-image: .PHONY .MAK
    [all...]
Makefile 66 # iso-image:
67 # Create CD-ROM image in RELEASEDIR/images.
70 # iso-image-source:
71 # Create CD-ROM image with source in RELEASEDIR/images.
74 # live-image:
75 # Create bootable live image for emulators or USB stick etc.
79 # install-image:
80 # Create bootable installation image for USB stick etc.
404 # Create a CD-ROM image.
407 iso-image: .PHONY .MAK
    [all...]

Completed in 130 milliseconds

1 2 3 4 5 6 7