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

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec2/
nouveau_nvkm_engine_sec2_base.c 35 struct nvkm_sec2 *sec2 = container_of(work, typeof(*sec2), work); local
37 if (!sec2->initmsg_received) {
38 int ret = sec2->func->initmsg(sec2);
40 nvkm_error(&sec2->engine.subdev,
45 sec2->initmsg_received = true;
48 nvkm_falcon_msgq_recv(sec2->msgq);
54 struct nvkm_sec2 *sec2 = nvkm_sec2(engine); local
55 sec2->func->intr(sec2)
61 struct nvkm_sec2 *sec2 = nvkm_sec2(engine); local
76 struct nvkm_sec2 *sec2 = nvkm_sec2(engine); local
95 struct nvkm_sec2 *sec2; local
    [all...]
nouveau_nvkm_engine_sec2_gp102.c 34 #include <nvfw/sec2.h>
59 struct nvkm_sec2 *sec2 = container_of(falcon, typeof(*sec2), falcon); local
61 .cmd.hdr.unit_id = sec2->func->unit_acr,
68 return nvkm_falcon_cmdq_send(sec2->cmdq, &cmd.cmd.hdr,
70 &sec2->engine.subdev,
127 gp102_sec2_initmsg(struct nvkm_sec2 *sec2)
132 ret = nvkm_falcon_msgq_recv_initmsg(sec2->msgq, &msg, sizeof(msg));
142 nvkm_falcon_msgq_init(sec2->msgq,
147 nvkm_falcon_cmdq_init(sec2->cmdq
    [all...]
  /src/sys/arch/x68k/dev/
rtclock.c 142 u_char sec1, sec2; local
151 sec2 = dt->dt_sec % 10;
166 RTC_WRITE(RTC_SEC, sec2);
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_dh.c 331 unsigned char *sec1, *sec2; local
370 sec2 = malloc(size);
371 if (!sec1 || !sec2) {
380 ret = DH_compute_key(sec2, dh1->pub_key, dh2);
391 print_secret(sec2, size);
394 if (memcmp(sec1, sec2, size) == 0)
399 free(sec2);
  /src/external/gpl3/binutils/dist/bfd/
coff-x86_64.c 666 const struct bfd_section * sec2 = e2; local
667 return sec1->index == sec2->index;
coffgen.c 459 const struct bfd_section * sec2 = e2; local
460 return sec1->target_index == sec2->target_index;
elf32-spu.c 2353 asection *sec1,*sec2; local
2357 sec2 = sort_syms_psecs[*s2 - sort_syms_syms];
2359 if (sec1 != sec2)
2360 return sec1->index - sec2->index;
elf.c 5747 const asection *sec2 = *(const asection **) arg2;
5752 if (sec1->lma < sec2->lma)
5754 else if (sec1->lma > sec2->lma)
5759 if (sec1->vma < sec2->vma)
5761 else if (sec1->vma > sec2->vma)
5771 if (!TOEND (sec2))
5774 else if (TOEND (sec2))
5783 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0;
5790 return sec1->target_index - sec2->target_index
5745 const asection *sec2 = *(const asection **) arg2; local
8951 asection *sec2; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coff-x86_64.c 666 const struct bfd_section * sec2 = e2; local
667 return sec1->index == sec2->index;
coffgen.c 459 const struct bfd_section * sec2 = e2; local
460 return sec1->target_index == sec2->target_index;
elf32-spu.c 2353 asection *sec1,*sec2; local
2357 sec2 = sort_syms_psecs[*s2 - sort_syms_syms];
2359 if (sec1 != sec2)
2360 return sec1->index - sec2->index;
elf.c 5682 const asection *sec2 = *(const asection **) arg2;
5687 if (sec1->lma < sec2->lma)
5689 else if (sec1->lma > sec2->lma)
5694 if (sec1->vma < sec2->vma)
5696 else if (sec1->vma > sec2->vma)
5706 if (!TOEND (sec2))
5709 else if (TOEND (sec2))
5718 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0;
5725 return sec1->target_index - sec2->target_index
5680 const asection *sec2 = *(const asection **) arg2; local
8877 asection *sec2; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coff-x86_64.c 666 const struct bfd_section * sec2 = e2; local
667 return sec1->index == sec2->index;
coffgen.c 457 const struct bfd_section * sec2 = e2; local
458 return sec1->target_index == sec2->target_index;
elf32-spu.c 2349 asection *sec1,*sec2; local
2353 sec2 = sort_syms_psecs[*s2 - sort_syms_syms];
2355 if (sec1 != sec2)
2356 return sec1->index - sec2->index;
elf.c 5636 const asection *sec2 = *(const asection **) arg2;
5641 if (sec1->lma < sec2->lma)
5643 else if (sec1->lma > sec2->lma)
5648 if (sec1->vma < sec2->vma)
5650 else if (sec1->vma > sec2->vma)
5660 if (!TOEND (sec2))
5663 else if (TOEND (sec2))
5672 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0;
5679 return sec1->target_index - sec2->target_index
5634 const asection *sec2 = *(const asection **) arg2; local
8846 asection *sec2; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coff-x86_64.c 666 const struct bfd_section * sec2 = e2; local
667 return sec1->index == sec2->index;
coffgen.c 460 const struct bfd_section * sec2 = e2; local
461 return sec1->target_index == sec2->target_index;
elf32-spu.c 2353 asection *sec1,*sec2; local
2357 sec2 = sort_syms_psecs[*s2 - sort_syms_syms];
2359 if (sec1 != sec2)
2360 return sec1->index - sec2->index;
  /src/external/gpl2/texinfo/dist/util/
install-info.c 1534 struct spec_section **sec2 = (struct spec_section **) p2;
1536 char *name2 = (*sec2)->name;
1519 struct spec_section **sec2 = (struct spec_section **) p2; local
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h 188 struct nvkm_sec2 *sec2; member in struct:nvkm_device
265 int (*sec2 )(struct nvkm_device *, int idx, struct nvkm_sec2 **); member in struct:nvkm_device_chip
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 4744 const asection *sec2 = *(const asection **) arg2;
4749 flags2 = sec2->flags;
4765 if (sec1->lma > sec2->lma)
4767 if (sec1->lma < sec2->lma)
4771 if (bfd_section_size (sec1) > bfd_section_size (sec2))
4773 if (bfd_section_size (sec1) < bfd_section_size (sec2))
4776 if (sec1->id > sec2->id)
4778 if (sec1->id < sec2->id)
4742 const asection *sec2 = *(const asection **) arg2; local
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 5669 const asection *sec2 = ((const struct check_sec *) arg2)->sec;
5671 if (sec1->lma < sec2->lma)
5673 else if (sec1->lma > sec2->lma)
5675 else if (sec1->id < sec2->id)
5677 else if (sec1->id > sec2->id)
5687 const asection *sec2 = ((const struct check_sec *) arg2)->sec;
5689 if (sec1->vma < sec2->vma)
5691 else if (sec1->vma > sec2->vma)
5693 else if (sec1->id < sec2->id)
5695 else if (sec1->id > sec2->id
5666 const asection *sec2 = ((const struct check_sec *) arg2)->sec; local
5684 const asection *sec2 = ((const struct check_sec *) arg2)->sec; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 4741 const asection *sec2 = *(const asection **) arg2;
4746 flags2 = sec2->flags;
4762 if (sec1->lma > sec2->lma)
4764 if (sec1->lma < sec2->lma)
4768 if (bfd_section_size (sec1) > bfd_section_size (sec2))
4770 if (bfd_section_size (sec1) < bfd_section_size (sec2))
4773 if (sec1->id > sec2->id)
4775 if (sec1->id < sec2->id)
4739 const asection *sec2 = *(const asection **) arg2; local
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 5686 const asection *sec2 = ((const struct check_sec *) arg2)->sec;
5688 if (sec1->lma < sec2->lma)
5690 else if (sec1->lma > sec2->lma)
5692 else if (sec1->id < sec2->id)
5694 else if (sec1->id > sec2->id)
5704 const asection *sec2 = ((const struct check_sec *) arg2)->sec;
5706 if (sec1->vma < sec2->vma)
5708 else if (sec1->vma > sec2->vma)
5710 else if (sec1->id < sec2->id)
5712 else if (sec1->id > sec2->id
5683 const asection *sec2 = ((const struct check_sec *) arg2)->sec; local
5701 const asection *sec2 = ((const struct check_sec *) arg2)->sec; local
    [all...]

Completed in 95 milliseconds

1 2