Searched refs:vs_addr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.h49 * caddr_t vs_addr; / public - mapped address /
58 * Always, an element in the SGL will have 'vs_addr' set to NULL which
62 * in 'vs_addr' and length of the mapping in 'vs_len'. Currently the
83 * The mapped address returned, in 'vs_addr', of first vml[] entry
131 * for (i=0; vml[i].vs_addr != NULL); i++) {
132 * bcopy (buf, vml[i].vs_addr + pon,
140 * bzero(vml[i-1].vs_addr + pon, PAGESIZE - pon);
247 caddr_t vs_addr; /* mapped address */ member in struct:vmap
H A Dvpm.c792 vml[i].vs_addr = hat_kpm_mapin(pp, 0);
798 vml[i].vs_addr = (caddr_t)NULL;
835 vml[0].vs_addr = (caddr_t)NULL;
847 * of valid mappings by setting its vs_addr = NULL. Leave space
921 vml[0].vs_addr = NULL;
938 vml[i].vs_addr = hat_kpm_mapin(pplist[i], 0);
943 vml[i].vs_addr = (caddr_t)NULL;
960 ASSERT(IS_KPM_ADDR(vml[i].vs_addr));
982 hat_kpm_mapout(pp, 0, vml[i].vs_addr);
992 hat_kpm_mapout(pp, 0, vml[i].vs_addr);
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2530 for (i = 0; (snfv->snfv_vml[i].vs_addr != NULL) &&
2536 (uchar_t *)snfv->snfv_vml[i].vs_addr +

Completed in 52 milliseconds