Searched refs:match_req (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c427 prop_1275_cell_t *imap, *imap_mask, *scan, *reg_p, *match_req; local
504 * and apply the imap mask. match_req will hold this when we're
513 match_req = kmem_alloc(CELLS_1275_TO_BYTES(addr_cells) +
517 match_req[i] = (reg_p[i] & imap_mask[i]);
520 match_req[i] = (intr[j] & imap_mask[i]);
529 (void *)match_req, (void *)imap);
567 if (cells_1275_cmp(match_req, scan, addr_cells + intr_cells)
632 kmem_free(match_req, CELLS_1275_TO_BYTES(addr_cells) +

Completed in 62 milliseconds