HomeSort by: relevance | last modified time | path
    Searched defs:emulation (Results 1 - 2 of 2) sorted by relevancy

  /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.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...]

Completed in 12 milliseconds