Home
last modified time | relevance | path

Searched refs:rdhp (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/vm/
H A Dseg_dev.c2500 devmap_handle_t *rdhp, *maxdhp; in devmap_device() local
2519 rdhp = maxdhp = dhp; in devmap_device()
2520 while (rdhp != NULL) { in devmap_device()
2521 maxdhp = (maxdhp->dh_len > rdhp->dh_len) ? in devmap_device()
2522 maxdhp : rdhp; in devmap_device()
2523 rdhp = rdhp->dh_next; in devmap_device()