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

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2338 uint64_t actual_hole_start, ostart, olen; local
2342 actual_hole_start = PCICFG_ROUND_UP(hole->start, length);
2343 if (((actual_hole_start - hole->start) + length) <= hole->len) {
2349 if ((actual_hole_start - hole->start) == 0) {
2355 hole->len = actual_hole_start - hole->start;
2358 nhole->start = actual_hole_start + length;
2373 actual_hole_start = 0;
2377 DEBUG1("return hole at %llx\n", actual_hole_start);
2378 return (actual_hole_start);
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c2507 uint64_t actual_hole_start, ostart, olen; local
2511 actual_hole_start = PCICFG_ROUND_UP(hole->start, length);
2512 if (((actual_hole_start - hole->start) + length) <= hole->len) {
2518 if ((actual_hole_start - hole->start) == 0) {
2524 hole->len = actual_hole_start - hole->start;
2527 nhole->start = actual_hole_start + length;
2542 actual_hole_start = 0;
2546 DEBUG1("return hole at %llx\n", actual_hole_start);
2547 return (actual_hole_start);

Completed in 82 milliseconds