Searched defs:ranges (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c194 * which fall within the union of the ranges specified by the elements
235 * the union of the ranges specified by the elements of the array range.
296 * the union of the ranges specified by the elements of the array range.
320 * executes the exit handlers that fall within the union of the ranges
376 in_range(void *addr, Lc_addr_range_t ranges[], uint_t count) argument
381 if (addr >= ranges[idx].lb &&
382 addr < ranges[idx].ub) {
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_resource.c127 * Trim overlapping bus ranges in acpi_bus_res[]
128 * Some BIOSes report root-bridges with bus ranges that
130 * ranges are trimmed by upper-numbered ranges (so "0..255" would
136 struct memlist *ranges, *current; local
139 ranges = NULL;
144 * - there are no (broken) ranges that start at the same bus number
161 /* sorted insertion of 'new' into ranges list */
162 for (current = ranges, prev = NULL; current != NULL;
169 new->ml_next = ranges;
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h119 crange *ranges; member in struct:__anon3016
138 if (cs->ranges[i].min <= ch && ch <= cs->ranges[i].max)
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c117 * 4) the number of contiguous memory ranges
124 int *ranges) /* return ptr for the count of contig. ranges */
141 *ranges = cnt;
150 int ranges; local
152 installed_top_size_ex(list, high_pfn, pgcnt, &ranges);
120 installed_top_size_ex( struct memlist *list, pfn_t *high_pfn, pgcnt_t *pgcnt, int *ranges) argument
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c760 /* these are specified in the papi spec as ranges */
761 char *ranges[] = { "copies-supported", "job-impressions-supported", local
763 "job-media-sheets-supported", "page-ranges",
770 /* these are known ranges */
771 for (i = 0; ranges[i] != NULL; i++)
772 if (strcasecmp(attr->name, ranges[i]) == 0) {
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c75 range_t ranges[100]; variable
250 return (ranges[rnum].lb);
256 if (ranges[rnum].ub > cd)
262 return (ranges[rnum].lb);
267 return (ranges[range_num].ub);
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c74 * The following typedef is used to represent an entry in the "ranges"
332 isa_used_to_ranges(int ctype, int *array, uint_t size, pib_ranges_t *ranges) argument
335 pib_ranges_t *rng_p = ranges;
344 /* merge ranges record if applicable */
352 return (rng_p - ranges + 1);
373 pib_ranges_t *ranges; local
396 ranges = (pib_ranges_t *)kmem_zalloc(sizeof (pib_ranges_t) * n,
400 nrng = isa_used_to_ranges(ISA_ADDR_IO, ioarray, nio, ranges);
406 ranges + nrng);
412 (void) ndi_prop_update_int_array(DDI_DEV_T_NONE, dip, "ranges",
422 pib_ranges_t *ranges, *rng_p; local
[all...]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c767 cardbus_err(dip, 1, "Failed to update ranges (i/o)\n");
776 "Failed to update ranges (memory)\n");
1071 dip, "ranges", (int *)&range,
2184 cardbus_range_t *ranges; local
2193 DDI_PROP_DONTPASS, "ranges", (caddr_t)&ranges,
2196 if (ranges[i].size_lo != 0 || ranges[i].size_hi != 0) {
2197 switch (ranges[i].parent_hi & PCI_REG_ADDR_M) {
2202 ranges[
3428 cardbus_range_t *ranges; local
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c447 * Check whether the "ranges" property is present.
448 * Otherwise create the ranges property by reading
452 "ranges") == 0) {
1784 ppb_ranges_t ranges[PCIEB_RANGE_LEN]; local
1797 * Create ranges for IO space
1799 ranges[i].size_low = ranges[i].size_high = 0;
1800 ranges[i].parent_mid = ranges[i].child_mid = ranges[
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h581 int ranges; member in struct:cpr_walkinfo
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c423 * Check whether the "ranges" property is present.
424 * Otherwise create the ranges property by reading
428 "ranges") == 0) {
1481 ppb_ranges_t ranges[PPB_RANGE_LEN]; local
1494 * Create ranges for IO space
1496 ranges[i].size_low = ranges[i].size_high = 0;
1497 ranges[i].parent_mid = ranges[i].child_mid =
1498 ranges[
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3726 scf_count_ranges_destroy(scf_count_ranges_t *ranges) argument
3728 if (ranges == NULL)
3731 ranges->scr_num_ranges = 0;
3732 free(ranges->scr_min);
3733 free(ranges->scr_max);
3734 ranges->scr_min = NULL;
3735 ranges->scr_max = NULL;
3739 scf_int_ranges_destroy(scf_int_ranges_t *ranges) argument
3741 if (ranges == NULL)
3744 ranges
3768 _scf_tmpl_get_count_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_count_ranges_t *ranges) argument
3867 _scf_tmpl_get_int_ranges(const scf_prop_tmpl_t *t, const char *prop, scf_int_ranges_t *ranges) argument
3968 scf_tmpl_value_count_range_constraints(const scf_prop_tmpl_t *t, scf_count_ranges_t *ranges) argument
3976 scf_tmpl_value_int_range_constraints(const scf_prop_tmpl_t *t, scf_int_ranges_t *ranges) argument
3984 scf_tmpl_value_count_range_choices(const scf_prop_tmpl_t *t, scf_count_ranges_t *ranges) argument
3992 scf_tmpl_value_int_range_choices(const scf_prop_tmpl_t *t, scf_int_ranges_t *ranges) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1174 DEBUG0("Failed to update ranges (i/o)\n");
1190 DEBUG0("Failed to update ranges (memory)\n");
1206 DEBUG0("Failed to update ranges (PF memory)\n");
1818 DEBUG0("Failed to update ranges (i/o)\n");
1828 DEBUG0("Failed to update ranges (memory)\n");
1838 DEBUG0("Failed to update ranges (PF memory)\n");
2571 ppb_ranges_t *ranges; local
2579 "ranges", (caddr_t)&ranges, &length)) != DDI_PROP_SUCCESS) {
2580 DEBUG0("Failed to read ranges propert
2951 ppb_ranges_t *ranges; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c426 * unsigned ranges. It is used to store a range from a template
1154 * an allocated array of range_t in ranges. This array must be freed by
1162 get_ranges(property_t *range_prop, scf_type_t type, range_t **ranges, argument
1173 *ranges = r;
1211 free(*ranges);
1212 *ranges = NULL;
3460 * Check the value at v to see if it falls within any of the ranges at r.
3461 * count is the number of ranges at r, and type tells whether to treat the
3464 * Return 1 if the value falls within one of the ranges. Otherwise return
3504 range_t *ranges; local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1298 DEBUG0("Failed to update ranges (i/o)\n");
1314 DEBUG0("Failed to update ranges (memory)\n");
1935 DEBUG0("Failed to update ranges (i/o)\n");
1944 DEBUG0("Failed to update ranges (memory)\n");
2705 pcicfg_range_t *ranges; local
2718 DDI_PROP_DONTPASS, "ranges",
2719 (caddr_t)&ranges, &length) != DDI_PROP_SUCCESS) {
2720 DEBUG0("Node doesn't have ranges\n");
2728 uint64_t mid = ranges[i].child_mid;
2729 uint64_t lo = ranges[
2812 pcicfg_range_t *ranges; local
3128 pcicfg_range_t *ranges; local
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h593 /* max of 16 I/O ranges */
792 #define CISTPL_CFTABLE_TPCE_FS_IO_RANGE 0x080 /* IO address ranges exist */
801 uint32_t ranges; /* number of I/O ranges */ member in struct:cistpl_cftable_entry_io_t
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2888 boolean_t first_entry; /* first 'ranges:value' to be printed ? */
2916 * scan array and print ranges of indexes with value x.
2941 * be the first 'ranges:value' entry.
4313 char *ranges; local
4367 * loop reading "ranges ':' value;" till end of buffer.
4377 ranges = entry;
4424 * loop reading ranges for this value.
4426 range = strtok_r(ranges, ",", &tmp);
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c4812 int ranges = 0; local
4887 ranges++;
4903 count = (ranges + 63)/64;

Completed in 180 milliseconds