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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c382 anon_get_ptr(struct anon_hdr *ahp, ulong_t an_idx) function
583 if ((ap = anon_get_ptr(sahp, s_idx)) != NULL) {
1119 ap = anon_get_ptr(ahp, anon_index);
1145 if ((ap = anon_get_ptr(ahp, anon_index)) != NULL &&
1160 struct anon *ap = anon_get_ptr(ahp, an_idx);
1202 if ((ap = anon_get_ptr(ahp, an_idx + i)) == NULL) {
1257 ap = anon_get_ptr(ahp, an_idx + j);
1280 ap = anon_get_ptr(ahp, an_idx + j);
1439 if ((ap = anon_get_ptr(old, index + i)) == NULL) {
1549 if ((ap = anon_get_ptr(ah
[all...]

Completed in 67 milliseconds