OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:trapno
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/amd64/amd64/
db_machdep.c
114
int
trapno
, err, i;
local in function:db_nextframe
176
* err 0 or IREENT_MAGIC and
trapno
T_ASTFLT.
186
trapno
= db_get_value((long)&ifp->if_tf.tf_trapno,
189
&&
trapno
== T_ASTFLT) {
/src/sys/arch/i386/i386/
db_machdep.c
207
* err 0 or IREENT_MAGIC and
trapno
T_ASTFLT.
214
int
trapno
;
local in function:db_nextframe
227
trapno
= db_get_value((db_addr_t)&ifp->__if_trapno,
229
if ((err == 0 || err == IREENT_MAGIC) &&
trapno
== T_ASTFLT) {
/src/sys/arch/amd64/stand/prekern/
prekern.c
111
uint64_t
trapno
= sf->sf_trapno;
local in function:trap
114
if (
trapno
< trap_types) {
115
buf = trap_type[
trapno
];
/src/sys/compat/linux/arch/amd64/
linux_machdep.h
85
u_int64_t
trapno
;
member in struct:linux_sigcontext
Completed in 12 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025