OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:undef_handler_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/include/
undefined.h
53
typedef int (*
undef_handler_t
)(unsigned int, unsigned int, trapframe_t *, int);
typedef
80
void *install_coproc_handler(int,
undef_handler_t
);
81
void replace_coproc_handler(int,
undef_handler_t
);
92
undef_handler_t
uh_handler;
/src/sys/arch/arm/arm/
undefined.c
89
install_coproc_handler(int coproc,
undef_handler_t
handler)
103
replace_coproc_handler(int coproc,
undef_handler_t
handler)
Completed in 22 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026