| /src/sys/arch/vax/vax/ |
| syscall.c | 69 const struct emul * const emul = p->p_emul; local 70 const struct sysent *callp = emul->e_sysent; 81 if ((unsigned long) tf->tf_code >= emul->e_nsysent) 82 callp += emul->e_nosys;
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldemul.c | 387 ld_emulation_xfer_type *emul = *eptr; local 389 if (emul->list_options) 391 fprintf (f, "%s: \n", emul->emulation_name); 393 emul->list_options (f);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldemul.c | 387 ld_emulation_xfer_type *emul = *eptr; local 389 if (emul->list_options) 391 fprintf (f, "%s: \n", emul->emulation_name); 393 emul->list_options (f);
|
| /src/usr.bin/ktruss/ |
| dump.c | 666 struct ktr_entry *emul; local 694 emul = getpendq(kth, KTR_EMUL, NULL); 695 if (emul != NULL) { 697 ktremul(emul); 730 char *emul = (char *)(kth + 1); local 733 xwprintf("emul(%s)", emul); 734 setemul(emul, kth->ktr_pid, 1);
|
| /src/bin/ps/ |
| print.c | 469 emul(struct pinfo *pi, VARENT *ve, enum mode mode) function
|
| /src/external/bsd/pcc/dist/pcc/arch/arm/ |
| local2.c | 607 emul(NODE *p) function 756 emul(p);
|
| /src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| local2.c | 520 emul(NODE *p) function 830 emul(p);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| vm_event.h | 362 } emul; member in union:vm_event_st::__anon6689
|
| /src/sys/kern/ |
| kern_ktrace.c | 623 const char *emul = l->l_proc->p_emul->e_name; local 628 ktr_kmem(l, KTR_EMUL, emul, strlen(emul));
|
| /src/usr.bin/kdump/ |
| kdump.c | 465 type = "EMUL"; 836 const struct emulation *emul = cur_emul; local 847 ((ktr->ktr_code >= emul->nsysnames || ktr->ktr_code < 0))) { 851 sys_name = emul->sysnames[ktr->ktr_code]; 869 (strcmp(emul->name, "linux") != 0 && 870 strcmp(emul->name, "linux32") != 0 && 1006 if (strcmp(emul->name, "linux") == 0 || 1007 strcmp(emul->name, "linux32") == 0) { 1048 const struct emulation *emul; local 1054 emul = prev_emul [all...] |
| /src/sys/dev/wscons/ |
| wsdisplay.c | 315 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul, 338 dconf->wsemul = wsemul_pick(emul); 438 const char *screentype, const char *emul) 474 scr = wsscreen_attach(sc, 0, emul, scrdesc, 1495 char *type, typebuf[16], *emul, emulbuf[16]; local 1516 if (d->emul) { 1517 error = copyinstr(d->emul, emulbuf, sizeof(emulbuf),0); 1520 emul = emulbuf; 1522 emul = 0; 1524 if ((error = wsdisplay_addscreen(sc, d->idx, type, emul)) == 0 [all...] |
| wsconsio.h | 468 char *emul; member in struct:wsdisplay_addscreendata
|
| /src/sys/sys/ |
| proc.h | 145 struct emul { struct 303 struct emul *p_emul; /* :: emulation information */ 304 void *p_emuldata; /* :: per-proc emul data, or NULL */ 618 extern struct emul emul_netbsd;
|
| /src/lib/libnvmm/ |
| libnvmm_x86.c | 1022 const struct x86_emul *emul; member in struct:x86_instr 1058 const struct x86_emul *emul; member in struct:x86_opcode 1062 const struct x86_emul *emul; member in struct:x86_group_entry 1075 [1] = { .emul = &x86_emul_or }, 1076 [4] = { .emul = &x86_emul_and }, 1077 [6] = { .emul = &x86_emul_xor }, 1078 [7] = { .emul = &x86_emul_cmp } 1082 [0] = { .emul = &x86_emul_test }, 1083 [1] = { .emul = &x86_emul_test } 1087 [0] = { .emul = &x86_emul_mov [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_ioctl.h | 145 netbsd32_charp emul; member in struct:netbsd32_wsdisplay_addscreendata
|