Searched refs:lbound (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_config.c | 284 char *lbound = __strstrip(tok); in __parse_config_list() local 286 long lv = strtol(lbound, &endptr, 10); in __parse_config_list() 288 fprintf(stderr, "%s is not a integer.", lbound); in __parse_config_list()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_map.c | 1566 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry() local 1613 lbound = ubound = header; in vm_map_lookup_entry() 1618 if (cur == lbound) in vm_map_lookup_entry() 1621 lbound = cur; in vm_map_lookup_entry() 1630 *entry = lbound; in vm_map_lookup_entry() 5234 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent() local 5260 lbound = ubound = header; in _vm_map_assert_consistent() 5265 KASSERT(cur != lbound, in _vm_map_assert_consistent() 5269 lbound = cur; in _vm_map_assert_consistent() 5281 max_left = vm_map_entry_max_free_left(entry, lbound); in _vm_map_assert_consistent()
|