OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intr_typenames
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/powerpc/pic/
intr.c
368
static const char * const
intr_typenames
[] = {
variable in typeref:typename:const char * const[]
380
KASSERT((unsigned int) type < __arraycount(
intr_typenames
));
381
KASSERT(
intr_typenames
[type] != NULL);
382
return
intr_typenames
[type];
Completed in 134 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025