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

1 2 3 4 5

  /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];
non-ldr-exc-3.c 25 static const char *image; variable
41 if (execl (image, image, argv1, NULL) == -1) /* break-here */
73 image = argv[0];
non-ldr-exc-4.c 25 static const char *image; variable
37 if (execl (image, image, argv1, NULL) == -1) /* break-here */
69 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];
non-ldr-exc-3.c 25 static const char *image; variable
41 if (execl (image, image, argv1, NULL) == -1) /* break-here */
73 image = argv[0];
non-ldr-exc-4.c 25 static const char *image; variable
37 if (execl (image, image, argv1, NULL) == -1) /* break-here */
69 image = argv[0];
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_mtree_quoted_filename.c 31 static const char image [] = { variable
68 assertEqualString(buff, image);
test_write_format_mtree_classic.c 53 static const char image [] = { variable
155 assertEqualString(buff, image);
test_write_format_mtree_classic_indent.c 53 static const char image [] = { variable
157 assertEqualString(buff, image);
  /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
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/external/bsd/libpcap/dist/
bpf_image.c 138 static thread_local char image[256]; local
420 (void)snprintf(image, sizeof image,
424 (void)snprintf(image, sizeof image,
428 return image;
  /src/sys/arch/mmeye/stand/bootelf/
boot.c 57 void *image; local
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/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/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_base.c 34 #include <subdev/bios/image.h>
151 struct nvbios_image image; local
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
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
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/external/gpl3/binutils/usr.sbin/ncdcs/
ncdcs.c 9 ** bytes into the image itself, where the checksum gets patched in.
11 ** program header, and the image portion of the ELF file. The start
132 unsigned char *buf, *image, *p; local
140 printf("usage: %s <elf-image> [ncd-image]\n", argv[0]);
201 image = buf + img_offset;
202 if(memcmp(image + 0x10, "XncdPPC", 8)) {
209 p = image + 0x18;
  /src/external/gpl3/binutils.old/usr.sbin/ncdcs/
ncdcs.c 9 ** bytes into the image itself, where the checksum gets patched in.
11 ** program header, and the image portion of the ELF file. The start
132 unsigned char *buf, *image, *p; local
140 printf("usage: %s <elf-image> [ncd-image]\n", argv[0]);
201 image = buf + img_offset;
202 if(memcmp(image + 0x10, "XncdPPC", 8)) {
209 p = image + 0x18;

Completed in 29 milliseconds

1 2 3 4 5