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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c2412 page_t *anon_pl[1 + 1]; local
2450 anon_pl, PAGESIZE, seg, addr, S_CREATE, cred, NULL);
2454 pp = anon_pl[0];
2802 page_t *anon_pl[1 + 1]; local
2820 anon_pl, PAGESIZE, seg, addr, S_CREATE, cred, NULL);
2826 pp = anon_pl[0];
2857 page_t *pp, *pplist, *anon_pl[1 + 1], *conpp = NULL; local
2900 err = anon_getpage(&ap, &prot, anon_pl, PAGESIZE,
2906 pp = anon_pl[0];
3037 (uint_t *)NULL, anon_pl, PAGESIZ
[all...]
H A Dseg_vn.c1543 page_t *anon_pl[1+1]; local
1545 error = anon_getpage(&ap, &vpprot, anon_pl,
1551 anon_pl[0], 0, newsvd->cred);
2715 page_t *anon_pl[1 + 1]; local
2897 err = anon_getpage(&ap, &vpprot, anon_pl, PAGESIZE,
2912 opp = anon_pl[0];
6365 page_t *anon_pl[1 + 1], *pp; local
6440 anon_pl, PAGESIZE, seg, a, S_READ,
6445 anon_pl[0], pageflag, svd->cred)) == NULL) {

Completed in 103 milliseconds