OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trapstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/powerpc/
db_trace.c
222
const char *
trapstr
;
local in function:db_stack_trace_print
241
trapstr
= "DSI";
243
(*pr)("%s %s trap @ %#x by ",
trapstr
,
256
trapstr
= "ALI"; break;
258
case EXC_ISI:
trapstr
= "ISI"; break;
259
case EXC_PGM:
trapstr
= "PGM"; break;
260
case EXC_SC:
trapstr
= "SC"; break;
261
case EXC_EXI:
trapstr
= "EXI"; break;
262
case EXC_MCHK:
trapstr
= "MCHK"; break;
263
case EXC_VEC:
trapstr
= "VEC"; break
[
all
...]
/src/bin/ksh/
trap.c
233
char *
trapstr
= p->trap;
local in function:runtrap
238
if (
trapstr
== (char *) 0) { /* SIG_DFL */
251
if (
trapstr
[0] == '\0') /* SIG_IGN */
259
/* Note:
trapstr
is fully parsed before anything is executed, thus
262
command(
trapstr
);
267
afree(
trapstr
, APERM);
269
p->trap =
trapstr
;
Completed in 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025