/src/sys/arch/vax/vax/ |
syscall.c | 69 const struct emul * const emul = p->p_emul; local in function:syscall 70 const struct sysent *callp = emul->e_sysent; 81 if ((unsigned long) tf->tf_code >= emul->e_nsysent) 82 callp += emul->e_nosys;
|
/src/usr.bin/ktruss/ |
dump.c | 666 struct ktr_entry *emul; local in function:ktrsysret 694 emul = getpendq(kth, KTR_EMUL, NULL); 695 if (emul != NULL) { 697 ktremul(emul); 730 char *emul = (char *)(kth + 1); local in function:ktremul 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 in typeref:typename:void
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
vm_event.h | 362 } emul; member in union:vm_event_st::__anon6551b155060a
|
/src/sys/kern/ |
kern_ktrace.c | 622 const char *emul = l->l_proc->p_emul->e_name; local in function:ktr_emul 627 ktr_kmem(l, KTR_EMUL, emul, strlen(emul));
|
/src/usr.bin/kdump/ |
kdump.c | 460 type = "EMUL"; 828 const struct emulation *emul = cur_emul; local in function:ktrsyscall 839 ((ktr->ktr_code >= emul->nsysnames || ktr->ktr_code < 0))) { 843 sys_name = emul->sysnames[ktr->ktr_code]; 861 (strcmp(emul->name, "linux") != 0 && 862 strcmp(emul->name, "linux32") != 0 && 998 if (strcmp(emul->name, "linux") == 0 || 999 strcmp(emul->name, "linux32") == 0) { 1040 const struct emulation *emul; local in function:ktrsysret 1046 emul = prev_emul [all...] |
/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/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 in function:wsdisplay_cfg_ioctl 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/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
|