Searched defs:range_prop (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_tools.c842 uint64_t range_prop; local
869 range_prop = PCI_GET_RANGE_PROP(rp, PCI_CONFIG_RANGE_BANK);
871 max_addr = range_prop + range_prop_size;
878 base_addr = range_prop +
883 if ((base_addr < range_prop) || (base_addr >= max_addr)) {
889 DEBUG5(DBG_TOOLS, dip, "range_prop:0x%llx, shifted: bus:0x%x, dev:0x%x "
890 "func:0x%x, addr:0x%x\n", range_prop,
912 range_prop = PCI_GET_RANGE_PROP(rp, PCI_IO_RANGE_BANK);
923 range_prop = PCI_GET_RANGE_PROP(rp,
951 range_prop
[all...]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c2496 uint64_t mask, range_prop; local
2499 range_prop = (((uint64_t)(rp[bank].parent_high & mask)) << 32) |
2502 return (range_prop);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1150 * Ranges are represented as ASTRING values in the property at range_prop.
1153 * range_prop can contain multiple range values, so we return a pointer to
1162 get_ranges(property_t *range_prop, scf_type_t type, range_t **ranges, argument
1170 *count = uu_list_numnodes(range_prop->sc_property_values);
1174 for (value = uu_list_first(range_prop->sc_property_values);
1176 value = uu_list_next(range_prop->sc_property_values, value)) {
3503 property_t *range_prop; local
3510 if ((range_prop = property_find(pattern,
3527 if ((rc = get_ranges(range_prop, prop->sc_value_type, &ranges,

Completed in 87 milliseconds