Lines Matching defs:imap
398 * map (imap) property. This function returns a dev_info_t structure
404 * imap entry format:
427 prop_1275_cell_t *imap, *imap_mask, *scan, *reg_p, *match_req;
470 "interrupt-map", (caddr_t)&imap, &imap_sz)
473 * If we don't have an imap property, default to using the
487 * because the 1275 imap property wasn't defined correctly.
504 * and apply the imap mask. match_req will hold this when we're
522 /* Calculate the imap size in cells */
528 "match_request 0x%p, imap 0x%p\n", addr_cells, intr_cells,
529 (void *)match_req, (void *)imap);
533 * Scan the imap property looking for a match of the interrupt unit
535 * imap property may vary in size.
537 for (scan = imap, imap_scan_cells = i = 0;
574 * If we have an imap parent whose not in our device
639 kmem_free(imap, imap_sz);