Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/allocate/
H A Dallocate3.c1609 blrange_t drange; in _check_label() local
1611 drange.lower_bound = blabel_alloc(); in _check_label()
1614 bsllow(drange.lower_bound); in _check_label()
1615 } else if (stobsl(lstr, drange.lower_bound, NO_CORRECTION, in _check_label()
1620 blabel_free(drange.lower_bound); in _check_label()
1623 drange.upper_bound = blabel_alloc(); in _check_label()
1626 bslhigh(drange.upper_bound); in _check_label()
1627 } else if (stobsl(lstr, drange.upper_bound, NO_CORRECTION, in _check_label()
1632 blabel_free(drange.lower_bound); in _check_label()
1633 blabel_free(drange.upper_bound); in _check_label()
[all …]