Home
last modified time | relevance | path

Searched defs:emul (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/sys/
H A Dproc.h145 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 Demul_generic.c32 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 Dlinux32_socketcall.c59 #define sc(emul, fn) { "linux32/" #fn, sizeof (struct emul##_##fn##_args), \ argument
/netbsd-src/sys/arch/vax/vax/
H A Dsyscall.c69 const struct emul * const emul = p->p_emul; in syscall() local
/netbsd-src/usr.bin/kdump/
H A Dsetemul.c258 ectx_update(pid_t pid, const struct emulation *emul) in ectx_update()
H A Dkdump.c828 const struct emulation *emul = cur_emul; in ktrsyscall() local
1040 const struct emulation *emul; in ktrsysret() local
/netbsd-src/usr.bin/ktruss/
H A Ddump.c666 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 Dbfd.c2673 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 Dbfd.c2330 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 Dldemul.c373 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldemul.c373 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local
/netbsd-src/sys/dev/wscons/
H A Dwsdisplay.c315 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 Dwsconsio.h466 char *emul; global() member
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c520 emul(NODE *p) in emul() function
/netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c607 emul(NODE *p) in emul() function
/netbsd-src/lib/libnvmm/
H A Dlibnvmm_x86.c1022 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 Dvm_event.h362 } emul; member
/netbsd-src/sys/kern/
H A Dkern_ktrace.c622 const char *emul = l->l_proc->p_emul->e_name; in ktr_emul() local
/netbsd-src/bin/ps/
H A Dprint.c469 emul(struct pinfo *pi, VARENT *ve, enum mode mode) in emul() function
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.h145 netbsd32_charp emul; member