Symbol: anon_set_ptr
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
1819
(void) anon_set_ptr(tp->tn_anon, btop(toff),
usr/src/uts/common/fs/tmpfs/tmp_vnops.c
273
(void) anon_set_ptr(tp->tn_anon, pagenumber,
usr/src/uts/common/vm/anon.h
438
extern int anon_set_ptr(struct anon_hdr *, ulong_t, struct anon *, int);
usr/src/uts/common/vm/seg_kp.c
526
(void) anon_set_ptr(kpd->kp_anon, anon_idx + i,
usr/src/uts/common/vm/seg_spt.c
3192
(void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
1562
(void) anon_set_ptr(newsvd->amp->ahp, new_idx, newap,
usr/src/uts/common/vm/seg_vn.c
2815
(void) anon_set_ptr(amp->ahp, anon_index, ap,
usr/src/uts/common/vm/seg_vn.c
3103
(void) anon_set_ptr(amp->ahp, anon_index, ap, ANON_SLEEP);
usr/src/uts/common/vm/seg_vn.c
6461
(void) anon_set_ptr(amp->ahp, an_idx, ap,
usr/src/uts/common/vm/seg_vn.c
7846
(void) anon_set_ptr(amp->ahp,
usr/src/uts/common/vm/seg_vn.c
9642
(void) anon_set_ptr(amp->ahp, anon_index,
usr/src/uts/common/vm/seg_vn.c
971
(void) anon_set_ptr(amp->ahp, anon_idx, ap,
usr/src/uts/common/vm/vm_anon.c
1215
(void) anon_set_ptr(ahp, an_idx + i, NULL,
usr/src/uts/common/vm/vm_anon.c
1283
(void) anon_set_ptr(ahp, an_idx + j,
usr/src/uts/common/vm/vm_anon.c
1318
(void) anon_set_ptr(ahp, an_idx + i, NULL, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1361
(void) anon_set_ptr(new, new_idx + off, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1445
(void) anon_set_ptr(old, index + i, ap,
usr/src/uts/common/vm/vm_anon.c
1464
(void) anon_set_ptr(new, new_idx + off + i, ap,
usr/src/uts/common/vm/vm_anon.c
1569
(void) anon_set_ptr(ahp, an_idx, ap,
usr/src/uts/common/vm/vm_anon.c
1608
(void) anon_set_ptr(ahp, index, NULL, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
1786
(void) anon_set_ptr(ahp, index,
usr/src/uts/common/vm/vm_anon.c
2037
(void) anon_set_ptr(amp->ahp, start_idx, ap,
usr/src/uts/common/vm/vm_anon.c
2285
(void) anon_set_ptr(amp->ahp, an_idx, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
2765
(void) anon_set_ptr(amp->ahp, an_idx, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
2999
(void) anon_set_ptr(amp->ahp, index, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
3043
(void) anon_set_ptr(amp->ahp, index, ap, ANON_SLEEP);
usr/src/uts/common/vm/vm_anon.c
583
if (anon_set_ptr(dahp, d_idx, ap, flags) == ENOMEM)