Lines Matching +defs:val +defs:target
57 priv_set_t pset, *target;
130 target = &(CR_PRIVS(cr)->crprivs[type]);
134 priv_union(&pset, target);
138 priv_intersect(target, &pset);
141 * Fall-thru to set target and change other process
147 *target = pset;
190 priv_basic_test >= 0 && !PRIV_ISASSERT(target, priv_basic_test)) {
235 * Set process flags in the given target cred. If NULL is specified, then
245 setpflags(uint_t flag, uint_t val, cred_t *tcr)
252 if (val > 1 || (flag != PRIV_DEBUG && flag != PRIV_AWARE &&
261 if (val == 0)
279 if (val != 0) {
309 (val == 1) && use_curcred) {
318 if (flag == PRIV_AWARE && val == 0 && !priv_can_clear_PA(pcr)) {
330 if (val != 0)
342 if (flag == PRIV_XPOLICY && val == 0)