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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c415 anon_get_next_ptr(struct anon_hdr *ahp, ulong_t *index) function
1353 if ((ap = anon_get_next_ptr(old, &index)) == NULL)
1419 if (anon_get_next_ptr(old, &index) == NULL)
1526 if (anon_get_next_ptr(ahp, &index) == NULL) {
1601 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL)
1646 if (anon_get_next_ptr(ahp, &index) == NULL)
1699 if ((ap = anon_get_next_ptr(ahp, &index)) == NULL)
3338 if (eidx != ahp->size && anon_get_next_ptr(ahp, &tidx) != NULL &&

Completed in 66 milliseconds