HomeSort by: relevance | last modified time | path
    Searched defs:interrupt_map_len (Results 1 - 3 of 3) 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...]
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...]
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 36 milliseconds