Home | History | Annotate | Download | only in kdump

Lines Matching defs:emul

460 		type = "EMUL";
828 const struct emulation *emul = cur_emul;
839 ((ktr->ktr_code >= emul->nsysnames || ktr->ktr_code < 0))) {
843 sys_name = emul->sysnames[ktr->ktr_code];
861 (strcmp(emul->name, "linux") != 0 &&
862 strcmp(emul->name, "linux32") != 0 &&
998 if (strcmp(emul->name, "linux") == 0 ||
999 strcmp(emul->name, "linux32") == 0) {
1040 const struct emulation *emul;
1046 emul = prev_emul;
1049 emul = cur_emul;
1051 if (numeric || ((code >= emul->nsysnames || code < 0 || plain > 1)))
1054 (void)printf("%s ", emul->sysnames[code]);