Home | History | Annotate | Download | only in libprop

Lines Matching defs:ps_mutable

48 #define	ps_mutable		ps_un.psu_mutable
168 if ((ps->ps_flags & PS_F_NOCOPY) == 0 && ps->ps_mutable != NULL)
169 _PROP_FREE(ps->ps_mutable, M_PROP_STRING);
232 ps->ps_mutable = NULL;
267 _PROP_FREE(ps->ps_mutable,
314 ps->ps_mutable = cp;
550 ocp = dst->ps_mutable;
551 dst->ps_mutable = cp;
581 ocp = dst->ps_mutable;
582 dst->ps_mutable = cp;