/netbsd-src/sys/sys/ |
H A D | proc.h | 145 struct emul { struct 147 const char *e_path; /* Extra emulation path (NULL if none)*/ argument 149 int e_flags; /* Miscellaneous flags, see above */ 151 const int *e_errno; /* Errno array */ 152 int e_nosys; /* Offset of the nosys() syscall */ 153 int e_nsysent; /* Number of system call entries */ 155 struct sysent *e_sysent; /* System call array */ 156 const uint32_t *e_nomodbits; /* sys_nosys/sys_nomodule flags 158 const char * const *e_syscallnames; /* System call name array */ 159 struct sc_autoload *e_sc_autoload; /* List of autoloadable syscalls */ [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | emul_generic.c | 32 emul_syscall_enter(emul_syscall *emul, in emul_syscall_enter() 46 emul_syscall_exit(emul_syscall *emul, in emul_syscall_exit() 213 emul_syscall *emul, in emul_do_system_call() 255 const char *emul, in emul_add_tree_options()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_socketcall.c | 59 #define sc(emul, fn) { "linux32/" #fn, sizeof (struct emul##_##fn##_args), \ argument
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | syscall.c | 69 const struct emul * const emul = p->p_emul; in syscall() local
|
/netbsd-src/usr.bin/kdump/ |
H A D | setemul.c | 258 ectx_update(pid_t pid, const struct emulation *emul) in ectx_update()
|
H A D | kdump.c | 828 const struct emulation *emul = cur_emul; in ktrsyscall() local 1040 const struct emulation *emul; in ktrsysret() local
|
/netbsd-src/usr.bin/ktruss/ |
H A D | dump.c | 666 struct ktr_entry *emul; in ktrsysret() local 730 char *emul = (char *)(kth + 1); in ktremul() local
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | bfd.c | 2673 bfd_emul_get_maxpagesize (const char *emul) in bfd_emul_get_maxpagesize() 2698 bfd_emul_get_commonpagesize (const char *emul) in bfd_emul_get_commonpagesize()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | bfd.c | 2330 bfd_emul_get_maxpagesize (const char *emul) in bfd_emul_get_maxpagesize() 2358 bfd_emul_get_commonpagesize (const char *emul) in bfd_emul_get_commonpagesize()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldemul.c | 373 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldemul.c | 373 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local
|
/netbsd-src/sys/dev/wscons/ |
H A D | wsdisplay.c | 315 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul, in wsscreen_attach() 438 const char *screentype, const char *emul) in wsdisplay_addscreen() 1495 char *type, typebuf[16], *emul, emulbuf[16]; in wsdisplay_cfg_ioctl() local
|
H A D | wsconsio.h | 466 char *emul; global() member
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
H A D | local2.c | 520 emul(NODE *p) in emul() function
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
H A D | local2.c | 607 emul(NODE *p) in emul() function
|
/netbsd-src/lib/libnvmm/ |
H A D | libnvmm_x86.c | 1022 const struct x86_emul *emul; member 1058 const struct x86_emul *emul; member 1062 const struct x86_emul *emul; member
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
H A D | vm_event.h | 362 } emul; member
|
/netbsd-src/sys/kern/ |
H A D | kern_ktrace.c | 622 const char *emul = l->l_proc->p_emul->e_name; in ktr_emul() local
|
/netbsd-src/bin/ps/ |
H A D | print.c | 469 emul(struct pinfo *pi, VARENT *ve, enum mode mode) in emul() function
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_ioctl.h | 145 netbsd32_charp emul; member
|