Searched defs:pcicfg_update_ranges_prop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c249 static int pcicfg_update_ranges_prop(dev_info_t *, ppb_ranges_t *);
1173 if (pcicfg_update_ranges_prop(dip, &range[0])) {
1189 if (pcicfg_update_ranges_prop(dip, &range[1])) {
1205 if (pcicfg_update_ranges_prop(dip, &range[2])) {
1817 if (pcicfg_update_ranges_prop(dip, &range[0])) {
1827 if (pcicfg_update_ranges_prop(dip, &range[1])) {
1837 if (pcicfg_update_ranges_prop(dip, &range[2])) {
2948 pcicfg_update_ranges_prop(dev_info_t *dip, ppb_ranges_t *addition) function
4434 (void) pcicfg_update_ranges_prop(new_child, &range[0]);
4436 (void) pcicfg_update_ranges_prop(new_chil
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c310 static int pcicfg_update_ranges_prop(dev_info_t *, pcicfg_range_t *);
1297 if (pcicfg_update_ranges_prop(dip, &range[0])) {
1313 if (pcicfg_update_ranges_prop(dip, &range[1])) {
1934 if (pcicfg_update_ranges_prop(dip, &range[0])) {
1943 if (pcicfg_update_ranges_prop(dip, &range[1])) {
3125 pcicfg_update_ranges_prop(dev_info_t *dip, pcicfg_range_t *addition) function
5184 if (pcicfg_update_ranges_prop(new_child, &range[0])) {
5189 if (pcicfg_update_ranges_prop(new_child, &range[1])) {
5563 if (pcicfg_update_ranges_prop(new_child, &range[0])) {
5570 if (pcicfg_update_ranges_prop(new_chil
[all...]

Completed in 81 milliseconds