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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c369 int lseg; /* added by ch_bind_dma_handle() */ local
414 lseg = ch_bind_dvma_handle(sa, len,
417 if (lseg == NULL) {
419 if ((lseg = ch_bind_dma_handle(sa, len,
444 lseg = ch_bind_dma_handle(sa, len,
447 if (lseg == NULL) {
467 lseg = ch_bind_dma_handle(sa, len,
470 if (lseg == NULL) {
489 nseg += lseg;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c432 struct seg *lseg = NULL; local
436 lseg = AVL_PREV(&as->a_segtree, hseg);
438 lseg = as->a_lastgaphl;
439 hseg = AVL_NEXT(&as->a_segtree, lseg);
442 if (hseg && lseg && lseg->s_base < newseg->s_base &&
444 avl_insert_here(&as->a_segtree, newseg, lseg,
1828 struct seg *lseg, *hseg; local
1874 * direction. lseg is NULL for the lowest-addressed hole and hseg is
1881 lseg
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c1297 struct memseg *lseg, *seg; local
1310 for (lseg = memsegs; lseg != NULL; lseg = lseg->next) {
1311 if ((lseg->pages_base >= sbase) ||
1312 (lseg->pages_base < p_end &&
1313 lseg->pages_end > sbase)) {
1315 seg->pages_base > lseg->pages_base)
1316 seg = lseg;
[all...]

Completed in 65 milliseconds