OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:interrupt_map_len
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sparc64/sparc64/
ofw_machdep.c
800
int address_cells, size_cells, interrupt_cells,
interrupt_map_len
;
local in function:OF_mapintr
860
if ((
interrupt_map_len
= OF_getprop(node,
886
if (
interrupt_map_len
> maplen) {
887
DPRINTF(("
interrupt_map_len
%d > maplen %d, "
888
"allocating\n",
interrupt_map_len
, maplen));
890
free_map = malloc(
interrupt_map_len
, M_DEVBUF,
893
interrupt_map_len
= sizeof static_interrupt_map;
896
maplen =
interrupt_map_len
;
901
interrupt_map_len
=
interrupt_map_len
/sizeof(int)
[
all
...]
Completed in 103 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025