Lines Matching defs:range
376 * 2. the zone label is within the label range of the
449 * 2. the zone label is within the label range of the
1073 * within the user label range.
1223 * allocated is within the device label range.
1584 * checks the device label range against zone label, which is also
1586 * returns 0 if in range, -1 for all other conditions.
1597 blrange_t *range;
1643 dprintf("%s outside device label range: ", zlbl);
1658 if ((range = getuserrange(pw_ent.pw_name)) == NULL) {
1659 dprintf("Unable to get label range for userid %d\n",
1664 in_range = blinrange(zlabel, range);
1666 blabel_free(range->lower_bound);
1667 blabel_free(range->upper_bound);
1668 free(range);
1671 dprintf("out of user %d label range\n", (int)uid);