/src/usr.bin/kdump/ |
setemul.h | 65 struct emulation { struct 66 const char *name; /* Emulation name */ 73 u_int32_t flags; /* Special flags for this emulation */ 74 #define EMUL_FLAG_NETBSD32 0x00000001 /* this emulation is 78 extern const struct emulation *cur_emul; 79 extern const struct emulation *prev_emul;
|
setemul.h | 65 struct emulation { struct 66 const char *name; /* Emulation name */ 73 u_int32_t flags; /* Special flags for this emulation */ 74 #define EMUL_FLAG_NETBSD32 0x00000001 /* this emulation is 78 extern const struct emulation *cur_emul; 79 extern const struct emulation *prev_emul;
|
setemul.c | 118 const struct emulation emulations[] = { 164 const struct emulation *emulation; member in struct:emulation_ctx 168 const struct emulation *cur_emul; 169 const struct emulation *prev_emul; 171 static const struct emulation *default_emul = &emulations[0]; 178 static void ectx_update(pid_t, const struct emulation *); 184 const struct emulation *match = NULL; 194 warnx("Emulation `%s' unknown", name); 212 * Emulation context list is very simple chained list, not even hashed [all...] |
setemul.c | 118 const struct emulation emulations[] = { 164 const struct emulation *emulation; member in struct:emulation_ctx 168 const struct emulation *cur_emul; 169 const struct emulation *prev_emul; 171 static const struct emulation *default_emul = &emulations[0]; 178 static void ectx_update(pid_t, const struct emulation *); 184 const struct emulation *match = NULL; 194 warnx("Emulation `%s' unknown", name); 212 * Emulation context list is very simple chained list, not even hashed [all...] |
/src/sys/rump/dev/lib/libwsemul_vt100/ |
Makefile | 4 # This library provides wscons vt100 emulation (aka TERM=wsvt25). 13 COMMENT=Workstation console VT100 emulation
|
Makefile | 4 # This library provides wscons vt100 emulation (aka TERM=wsvt25). 13 COMMENT=Workstation console VT100 emulation
|
/src/distrib/amd64/cdroms/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/amd64/installimage/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/amd64/installimage-bios/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/i386/cdroms/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/evbarm/installimage/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/i386/installimage/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/sparc64/cdroms/installcd/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/distrib/vax/cdroms/installcd/ |
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
install.sh | 73 You are using a serial console, we do not know your terminal emulation.
|
/src/sys/arch/m68k/060sp/dist/ |
isp.doc | 47 isp.sa provides full emulation support for these instructions. 128 the entry code jumps to the appropriate emulation code within the code section. 191 If the emulation code provided by the 060ISP is sufficient for the 200 If the "core" emulation routines of either "cas" or "cas2" perform some 202 supply new emulation code. This new emulation code should reside within 203 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
|
isp.doc | 47 isp.sa provides full emulation support for these instructions. 128 the entry code jumps to the appropriate emulation code within the code section. 191 If the emulation code provided by the 060ISP is sufficient for the 200 If the "core" emulation routines of either "cas" or "cas2" perform some 202 supply new emulation code. This new emulation code should reside within 203 the functions _060_real_cas() or _060_real_cas2(). When this new emulation
|
/src/sys/arch/m68k/fpsp/ |
l_fpsp.h | 97 * [call appropriate emulation routine] 104 * Note that you must still save fp2/fp3 because the FPSP emulation 107 * real fpcr before calling the emulation routine. On return, the 108 * monadic emulation code will place the value supplied in d1 back
|