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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c358 as_findseg(struct as *as, caddr_t addr, int tail) function
1309 * Use as_findseg to find the first segment in the range, then
1314 for (seg = as_findseg(as, raddr, 0); seg != NULL; seg = seg_next) {
1880 hseg = as_findseg(as, lobound, 1);
1893 hseg = as_findseg(as, hibound, 1);
2019 seg = as_findseg(as, addr, 0);

Completed in 68 milliseconds