vbus.c | 141 int *imap = NULL, nimap; local in function:vbus_intr_map 166 if (prom_getprop(parent, "interrupt-map", sizeof(int), &nimap, (void **)&imap)) 174 while (nimap >= address_cells + interrupt_cells + 2) { 198 nimap -= address_cells + interrupt_cells + 2;
|