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

  /src/usr.bin/kdump/
setemul.c 162 struct emulation_ctx { struct
165 LIST_ENTRY(emulation_ctx) ctx_link;
173 struct emulation_ctx *current_ctx;
174 static LIST_HEAD(, emulation_ctx) emul_ctx =
177 static struct emulation_ctx *ectx_find(pid_t);
223 static struct emulation_ctx *
226 struct emulation_ctx *ctx;
260 struct emulation_ctx *ctx;
272 struct emulation_ctx *ctx;
286 static struct emulation_ctx *ctx = NULL
    [all...]
setemul.c 162 struct emulation_ctx { struct
165 LIST_ENTRY(emulation_ctx) ctx_link;
173 struct emulation_ctx *current_ctx;
174 static LIST_HEAD(, emulation_ctx) emul_ctx =
177 static struct emulation_ctx *ectx_find(pid_t);
223 static struct emulation_ctx *
226 struct emulation_ctx *ctx;
260 struct emulation_ctx *ctx;
272 struct emulation_ctx *ctx;
286 static struct emulation_ctx *ctx = NULL
    [all...]
setemul.c 162 struct emulation_ctx { struct
165 LIST_ENTRY(emulation_ctx) ctx_link;
173 struct emulation_ctx *current_ctx;
174 static LIST_HEAD(, emulation_ctx) emul_ctx =
177 static struct emulation_ctx *ectx_find(pid_t);
223 static struct emulation_ctx *
226 struct emulation_ctx *ctx;
260 struct emulation_ctx *ctx;
272 struct emulation_ctx *ctx;
286 static struct emulation_ctx *ctx = NULL
    [all...]

Completed in 32 milliseconds