OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_emul
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/kdump/
setemul.h
78
extern const struct emulation *
cur_emul
;
setemul.c
168
const struct emulation *
cur_emul
;
variable in typeref:typename:const struct emulation *
203
if (
cur_emul
!= NULL)
204
prev_emul =
cur_emul
;
208
cur_emul
= match;
275
cur_emul
= ctx->emulation;
kdump.c
551
if (
cur_emul
->flags & EMUL_FLAG_NETBSD32)
828
const struct emulation *emul =
cur_emul
;
847
if (
cur_emul
->flags & EMUL_FLAG_NETBSD32) {
1049
emul =
cur_emul
;
1107
if (
cur_emul
->errnomap) {
1111
if (
cur_emul
->errnomap[2] > 0 && e < 0)
1114
for (i = 0; i <
cur_emul
->nerrnomap; i++)
1115
if (e ==
cur_emul
->errnomap[i])
1118
if (i ==
cur_emul
->nerrnomap) {
1601
return sys_signame[(xlat &&
cur_emul
->signalmap != NULL)
[
all
...]
/src/usr.bin/ktruss/
dump.c
464
if (code >=
cur_emul
->nsysnames || code < 0)
467
xwprintf("%s",
cur_emul
->sysnames[code]);
Completed in 16 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025