Searched refs:vs_import (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libumem/common/sys/
H A Dvmem_impl_user.h58 uint8_t vs_import; /* non-zero if segment was imported */ member in struct:vmem_seg
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h59 uint8_t vs_import; /* non-zero if segment was imported */ member in struct:vmem_seg
/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dvmem.c402 newseg->vs_import = 0;
445 if (!kprev->vs_import && (kprev->vs_end - 1) < start)
465 newseg->vs_import = import;
485 if (vsp->vs_import)
688 if (vsp != NULL && vsp->vs_import && vmp->vm_source_free != NULL &&
1042 if (vsp->vs_import && vmp->vm_source_free != NULL &&
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dvmem.c148 * Imported spans will have vs_import set.
526 newseg->vs_import = 0;
563 span->vs_import = import;
588 if (span->vs_import)
788 if (vsp != NULL && vsp->vs_aprev->vs_import &&
1221 if (vsp->vs_aprev->vs_import && vmp->vm_source_free != NULL &&

Completed in 60 milliseconds