Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 25 of 44) sorted by relevance

12

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c1496 ranges[i].size_low = ranges[i].size_high = 0; in ppb_create_ranges_prop()
1497 ranges[i].parent_mid = ranges[i].child_mid = in ppb_create_ranges_prop()
1498 ranges[i].parent_high = 0; in ppb_create_ranges_prop()
1499 ranges[i].child_high = ranges[i].parent_high |= in ppb_create_ranges_prop()
1517 ranges[i].parent_low = ranges[i].child_low = in ppb_create_ranges_prop()
1528 ranges[i].size_low = ranges[i].size_high = 0; in ppb_create_ranges_prop()
1529 ranges[i].parent_mid = ranges[i].child_mid = in ppb_create_ranges_prop()
1530 ranges[i].parent_high = 0; in ppb_create_ranges_prop()
1531 ranges[i].child_high = ranges[i].parent_high |= in ppb_create_ranges_prop()
1533 ranges[i].child_low = ranges[i].parent_low = base; in ppb_create_ranges_prop()
[all …]
H A Dpci_tools.c60 #define PCI_GET_RANGE_PROP(ranges, bank) \ argument
61 ((((uint64_t)(ranges[bank].parent_high & 0x7ff)) << 32) | \
62 ranges[bank].parent_low)
64 #define PCI_GET_RANGE_PROP_SIZE(ranges, bank) \ argument
65 ((((uint64_t)(ranges[bank].size_high)) << 32) | \
66 ranges[bank].size_low)
/illumos-gate/usr/src/data/locale/tools/
H A Dwidths-2.txt2 # This file is a list of pairs of ranges of Unicode values. Characters
3 # within these ranges (inclusive) have screen width 2.
H A Dwidths-0.txt2 # This file is a list of pairs of ranges of Unicode values. Characters
3 # within these ranges (inclusive) have screen width 0.
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dfill_db_type_size.pl144 my ($sth, @row, $cur_type, $type, @ranges, $range_txt, %range, $min, $max, $union_array, $skip);
165 @ranges = split(/,/, $row[3]);
166 foreach $range_txt (@ranges) {
H A Dfill_db_type_value.pl148 my ($sth, @row, $cur_type, $type, @ranges, $range_txt, %range, $min, $max, $union_array, $skip);
171 @ranges = split(/,/, $row[1]);
172 foreach $range_txt (@ranges) {
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c2089 ppb_ranges_t ranges[PCIEB_RANGE_LEN]; in pcieb_create_ranges_prop() local
2104 ranges[i].size_low = ranges[i].size_high = 0; in pcieb_create_ranges_prop()
2105 ranges[i].parent_mid = ranges[i].child_mid = ranges[i].parent_high = 0; in pcieb_create_ranges_prop()
2106 ranges[i].child_high = ranges[i].parent_high |= in pcieb_create_ranges_prop()
2128 ranges[i].size_low = ranges[i].size_high = 0; in pcieb_create_ranges_prop()
2129 ranges[i].parent_mid = ranges[i].child_mid = ranges[i].parent_high = 0; in pcieb_create_ranges_prop()
2130 ranges[i].child_high = ranges[i].parent_high |= in pcieb_create_ranges_prop()
2132 ranges[i].child_low = ranges[i].parent_low = base; in pcieb_create_ranges_prop()
2134 ranges[i].size_low = limit - base + PCIEB_MEMGRAIN; in pcieb_create_ranges_prop()
2140 (int *)ranges, i * rangelen); in pcieb_create_ranges_prop()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex2.h117 crange *ranges; member
141 if (cs->ranges[i].min <= ch && ch <= cs->ranges[i].max) in CHIN1()
H A Dregfree.c70 free(g->sets[i].ranges); in regfree()
H A Dregcomp.c1290 free(cs->ranges); in freeset()
1375 newranges = realloc(cs->ranges, (cs->nranges + 1) * in CHaddrange()
1376 sizeof (*cs->ranges)); in CHaddrange()
1381 cs->ranges = newranges; in CHaddrange()
1382 cs->ranges[cs->nranges].min = min; in CHaddrange()
1383 cs->ranges[cs->nranges].max = max; in CHaddrange()
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c336 pib_ranges_t *rng_p = ranges; in isa_used_to_ranges()
353 return (rng_p - ranges + 1); in isa_used_to_ranges()
374 pib_ranges_t *ranges; in isa_create_ranges_prop() local
397 ranges = (pib_ranges_t *)kmem_zalloc(sizeof (pib_ranges_t) * n, in isa_create_ranges_prop()
401 nrng = isa_used_to_ranges(ISA_ADDR_IO, ioarray, nio, ranges); in isa_create_ranges_prop()
407 ranges + nrng); in isa_create_ranges_prop()
415 kmem_free(ranges, sizeof (pib_ranges_t) * n); in isa_create_ranges_prop()
423 pib_ranges_t *ranges, *rng_p; in isa_apply_range() local
427 "ranges", (caddr_t)&ranges, &len) != DDI_SUCCESS) { in isa_apply_range()
433 rng_p = ranges; in isa_apply_range()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c138 struct memlist *ranges, *current; in acpi_trim_bus_ranges() local
141 ranges = NULL; in acpi_trim_bus_ranges()
164 for (current = ranges, prev = NULL; current != NULL; in acpi_trim_bus_ranges()
171 new->ml_next = ranges; in acpi_trim_bus_ranges()
172 ranges = new; in acpi_trim_bus_ranges()
181 current = ranges; in acpi_trim_bus_ranges()
201 memlist_free_all(&ranges); /* OK if ranges == NULL */ in acpi_trim_bus_ranges()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2609 ppb_ranges_t *ranges; in pcicfg_free_bridge_resources() local
2637 if (ranges[i].size_low != 0 || ranges[i].size_high != 0) { in pcicfg_free_bridge_resources()
2642 ranges[i].size_low); in pcicfg_free_bridge_resources()
2659 ranges[i].child_mid, in pcicfg_free_bridge_resources()
2660 ranges[i].child_low, in pcicfg_free_bridge_resources()
2661 ranges[i].size_low); in pcicfg_free_bridge_resources()
2666 ranges[i].child_mid, in pcicfg_free_bridge_resources()
2667 ranges[i].child_low, in pcicfg_free_bridge_resources()
2668 ranges[i].size_low) in pcicfg_free_bridge_resources()
2690 kmem_free(ranges, length); in pcicfg_free_bridge_resources()
[all …]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3728 if (ranges == NULL) in scf_count_ranges_destroy()
3732 free(ranges->scr_min); in scf_count_ranges_destroy()
3733 free(ranges->scr_max); in scf_count_ranges_destroy()
3741 if (ranges == NULL) in scf_int_ranges_destroy()
3745 free(ranges->sir_min); in scf_int_ranges_destroy()
3746 free(ranges->sir_max); in scf_int_ranges_destroy()
3820 ranges->scr_min = min; in _scf_tmpl_get_count_ranges()
3972 ranges)); in scf_tmpl_value_count_range_constraints()
3980 ranges)); in scf_tmpl_value_int_range_constraints()
3988 ranges)); in scf_tmpl_value_count_range_choices()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c376 in_range(void *addr, Lc_addr_range_t ranges[], uint_t count) in in_range() argument
381 if (addr >= ranges[idx].lb && in in_range()
382 addr < ranges[idx].ub) { in in_range()
/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c127 int *ranges) /* return ptr for the count of contig. ranges */ in installed_top_size_ex() argument
144 *ranges = cnt; in installed_top_size_ex()
153 int ranges; in installed_top_size() local
155 installed_top_size_ex(list, high_pfn, pgcnt, &ranges); in installed_top_size()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2700 pcicfg_range_t *ranges; in pcicfg_find_resource_end() local
2745 kmem_free(ranges, length); in pcicfg_find_resource_end()
2807 pcicfg_range_t *ranges; in pcicfg_free_bridge_resources() local
2841 ranges[i].child_lo, in pcicfg_free_bridge_resources()
2842 ranges[i].size_lo); in pcicfg_free_bridge_resources()
2858 ranges[i].child_mid, in pcicfg_free_bridge_resources()
2859 ranges[i].child_lo, in pcicfg_free_bridge_resources()
2860 ranges[i].size_lo) in pcicfg_free_bridge_resources()
2881 kmem_free(ranges, length); in pcicfg_free_bridge_resources()
3122 pcicfg_range_t *ranges; in pcicfg_update_ranges_prop() local
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.parameter_implications.add8 * You have to specify at least two return ranges for a function. The implied
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c519 cwip->ranges++; in cpr_xwalk()
564 cwinfo.ranges, mmu_btop(cwinfo.size)); in cpr_scan_kvseg()
586 cwip->ranges++; in cpr_walk_kpm()
609 cwinfo.ranges, mmu_btop(cwinfo.size)); in cpr_scan_segkpm()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c2176 cardbus_range_t *ranges; in cardbus_free_bridge_resources() local
2188 if (ranges[i].size_lo != 0 || ranges[i].size_hi != 0) { in cardbus_free_bridge_resources()
2194 ranges[i].child_lo, in cardbus_free_bridge_resources()
2195 ranges[i].size_lo); in cardbus_free_bridge_resources()
2203 ranges[i].child_mid, in cardbus_free_bridge_resources()
2204 ranges[i].child_lo, in cardbus_free_bridge_resources()
2205 ranges[i].size_lo); in cardbus_free_bridge_resources()
2216 kmem_free(ranges, length); in cardbus_free_bridge_resources()
3417 cardbus_range_t *ranges; local
3429 (caddr_t)&ranges, &rlen);
[all …]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c755 char *ranges[] = { "copies-supported", "job-impressions-supported", in _papiAttributeFromStrings() local
765 for (i = 0; ranges[i] != NULL; i++) in _papiAttributeFromStrings()
766 if (strcasecmp(attr->name, ranges[i]) == 0) { in _papiAttributeFromStrings()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1162 get_ranges(property_t *range_prop, scf_type_t type, range_t **ranges, in get_ranges() argument
1173 *ranges = r; in get_ranges()
1211 free(*ranges); in get_ranges()
1212 *ranges = NULL; in get_ranges()
3504 range_t *ranges; in tmpl_validate_value_range() local
3527 if ((rc = get_ranges(range_prop, prop->sc_value_type, &ranges, in tmpl_validate_value_range()
3548 if (value_in_range(v, type, ranges, count) == 1) in tmpl_validate_value_range()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h581 int ranges; member
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h799 uint32_t ranges; /* number of I/O ranges */ member
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Darm64-detecting-tagged-addresses.txt177 potential ranges of values a variable may hold, it will also track the

12