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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
nsthrexec.c 23 static const char *image; variable
29 if (execl (image, image, NULL) == -1)
43 image = argv[0];
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
thread-execl.c 23 static const char *image; variable
29 if (execl (image, image, NULL) == -1)
43 image = argv[0];
non-ldr-exc-1.c 25 static const char *image; variable
32 if (execl (image, image, argv1, NULL) == -1) /* break-here */
47 image = argv[0];
non-ldr-exc-2.c 25 static const char *image; variable
38 if (execl (image, image, argv1, NULL) == -1) /* break-here */
53 image = argv[0];
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
nsthrexec.c 23 static const char *image; variable
29 if (execl (image, image, NULL) == -1)
43 image = argv[0];
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
thread-execl.c 23 static const char *image; variable
29 post-exec image knows to not re-exec yet again. */
30 if (execl (image, image, "1", NULL) == -1)
44 /* An extra argument means we're in the post-exec image, so we're
49 image = argv[0];
non-ldr-exc-1.c 25 static const char *image; variable
32 if (execl (image, image, argv1, NULL) == -1) /* break-here */
47 image = argv[0];
non-ldr-exc-2.c 25 static const char *image; variable
38 if (execl (image, image, argv1, NULL) == -1) /* break-here */
53 image = argv[0];
  /src/external/bsd/elftoolchain/dist/libelf/
elf_memory.c 40 elf_memory(char *image, size_t sz)
47 if (image == NULL || sz == 0) {
52 return (_libelf_memory((unsigned char *) image, sz, 1));
elf_open.c 60 elf_openmemory(char *image, size_t sz)
67 if (image == NULL || sz == 0) {
72 return (_libelf_memory((unsigned char *) image, sz, 0));
libelf_memory.c 47 * Create an ELF descriptor for a memory image, optionally reporting
52 _libelf_memory(unsigned char *image, size_t sz, int reporterror)
59 assert(image != NULL);
66 e->e_rawfile = image;
74 if (sz > EI_NIDENT && LIBELF_IS_ELF(image)) {
75 e_byteorder = image[EI_DATA];
76 e_class = image[EI_CLASS];
77 e_version = image[EI_VERSION];
102 strncmp((const char *) image, ARMAG, (size_t) SARMAG) == 0)
  /src/external/gpl3/gcc/dist/libgcc/config/
unwind-dw2-fde-darwin.c 71 /* Node of KEYMGR_GCC3_LIVE_IMAGE_LIST. Info about each resident image. */
74 struct mach_header *mh; /* the image info */
90 IMAGE_IS_TEXT_MASK = 4, /* This image is in the TEXT segment. */
93 image list. */
98 IMAGE has already been removed from the
105 live_image_destructor (struct live_images *image)
107 if (image->object_info)
119 __deregister_frame_info_bases (image->fde);
127 free (image->object_info);
128 image->object_info = NULL
145 struct live_images *image; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/
unwind-dw2-fde-darwin.c 71 /* Node of KEYMGR_GCC3_LIVE_IMAGE_LIST. Info about each resident image. */
74 struct mach_header *mh; /* the image info */
90 IMAGE_IS_TEXT_MASK = 4, /* This image is in the TEXT segment. */
93 image list. */
98 IMAGE has already been removed from the
105 live_image_destructor (struct live_images *image)
107 if (image->object_info)
119 __deregister_frame_info_bases (image->fde);
127 free (image->object_info);
128 image->object_info = NULL
145 struct live_images *image; local
    [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");
  /src/external/bsd/elftosb/dist/elftosb2/
BootImageGenerator.cpp 23 void BootImageGenerator::processVersionOptions(BootImage * image)
41 image->setProductVersion(version);
56 image->setComponentVersion(version);
65 void BootImageGenerator::processDriveTagOption(BootImage * image)
72 image->setDriveTag(intValue->getValue());
  /src/external/gpl3/gdb/dist/sim/ppc/
os_emul.c 50 bfd *image; local
56 image = bfd_openr(file_name, NULL);
57 if (image == NULL) {
63 if (!bfd_check_format(image, bfd_object)) {
68 bfd_close(image);
69 image = NULL;
73 if (image == NULL) {
94 image,
105 if (image != NULL)
106 bfd_close(image);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
os_emul.c 50 bfd *image; local
56 image = bfd_openr(file_name, NULL);
57 if (image == NULL) {
63 if (!bfd_check_format(image, bfd_object)) {
68 bfd_close(image);
69 image = NULL;
73 if (image == NULL) {
94 image,
105 if (image != NULL)
106 bfd_close(image);
    [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
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
    [all...]
  /src/etc/etc.next68k/
Makefile.inc 13 # install boot image in installation directory

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>