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

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

Completed in 68 milliseconds