Searched defs:emul (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dsyscall.c77 const struct emul * const emul = p->p_emul; local
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A Dsetemul.c288 ectx_update(pid_t pid, const struct emulation *emul) argument
H A Dkdump.c493 const struct emulation *emul = cur_emul; local
608 const struct emulation *emul; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldemul.c321 ld_emulation_xfer_type *emul = *eptr; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Demul_generic.c33 emul_syscall_enter(emul_syscall *emul, argument
47 emul_syscall_exit(emul_syscall *emul, argument
213 emul_do_system_call(os_emul_data *emul_data, emul_syscall *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
254 emul_add_tree_options(device *tree, bfd *image, const char *emul, const char *env, int oea_interrupt_prefix) argument
[all...]
H A Demul_netbsd.c297 do_exit(os_emul_data *emul, argument
313 do_read(os_emul_data *emul, argument
354 do_write(os_emul_data *emul, argument
387 do_open(os_emul_data *emul, argument
430 do_close(os_emul_data *emul, argument
451 do_break(os_emul_data *emul, argument
478 do_getpid(os_emul_data *emul, argument
493 do_getuid(os_emul_data *emul, argument
508 do_geteuid(os_emul_data *emul, argument
523 do_kill(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
546 do_dup(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
568 do_getegid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
583 do_getgid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
598 do_sigprocmask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
623 do_ioctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
657 do_umask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
677 do_dup2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
700 do_fcntl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
724 do_gettimeofday(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
756 do_getrusage(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
785 do_fstatfs(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
813 do_stat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
839 do_fstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
863 do_lstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
889 do_getdirentries(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
925 do___syscall(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
944 do_lseek(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
966 do___sysctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
[all...]
H A Demul_unix.c200 do_unix_exit(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
215 do_unix_read(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
248 do_unix_write(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
280 do_unix_open(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
302 do_unix_close(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
320 do_unix_break(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
346 do_unix_access(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
370 do_unix_getpid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
385 do_unix_getppid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
400 do_unix_getpid2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
416 do_unix_getuid2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
432 do_unix_getuid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
447 do_unix_geteuid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
487 do_unix_dup(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
508 do_unix_dup2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
530 do_unix_lseek(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
554 do_unix_getgid2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
570 do_unix_getgid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
585 do_unix_getegid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
600 do_unix_umask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
620 do_unix_chdir(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
643 do_unix_link(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
669 do_unix_symlink(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
695 do_unix_unlink(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
718 do_unix_mkdir(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
746 do_unix_rmdir(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
769 do_unix_time(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
793 do_unix_gettimeofday(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
838 do_unix_getrusage(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
922 do_unix_nop(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
1125 do_solaris_stat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
1153 do_solaris_lstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
1181 do_solaris_fstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
1411 do_solaris_ioctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
2053 do_linux_stat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
2081 do_linux_lstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
2109 do_linux_fstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
2366 do_linux_ioctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dprint.c448 emul(void *arg, VARENT *ve, int mode) function
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c607 emul(NODE *p) function
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c520 emul(NODE *p) function
/netbsd-6-1-5-RELEASE/usr.bin/ktruss/
H A Ddump.c654 struct ktr_entry *emul; local
718 char *emul = (char *)(kth + 1); local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dbfd.c1736 bfd_emul_get_maxpagesize(const char *emul) argument
1780 bfd_emul_set_maxpagesize(const char *emul, bfd_vma size) argument
1807 bfd_emul_get_commonpagesize(const char *emul) argument
1833 bfd_emul_set_commonpagesize(const char *emul, bfd_vma size) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dbfd.c1733 bfd_emul_get_maxpagesize(const char *emul) argument
1777 bfd_emul_set_maxpagesize(const char *emul, bfd_vma size) argument
1804 bfd_emul_get_commonpagesize(const char *emul) argument
1830 bfd_emul_set_commonpagesize(const char *emul, bfd_vma size) argument
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dsbdsp.c501 int emul; local
/netbsd-6-1-5-RELEASE/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.h113 netbsd32_charp emul; member in struct:netbsd32_wsdisplay_addscreendata
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_ktrace.c646 const char *emul = l->l_proc->p_emul->e_name; local
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsdisplay.c251 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul, argument
1367 char *type, typebuf[16], *emul, emulbuf[16]; local
364 wsdisplay_addscreen(struct wsdisplay_softc *sc, int idx, const char *screentype, const char *emul) argument
[all...]
H A Dwsconsio.h428 char *emul; member in struct:wsdisplay_addscreendata
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dproc.h129 struct emul { struct

Completed in 379 milliseconds