Home
last modified time | relevance | path

Searched refs:newvalp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derrmap.h128 struct mecherrmap__pair *newvalp; in mecherrmap__pairarray_set() local
129 newvalp = mecherrmap__pairarray_getaddr(arr, idx); in mecherrmap__pairarray_set()
130 *newvalp = value; in mecherrmap__pairarray_set()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_prop.c308 zprop_source_t source, uint64_t value, uint64_t *newvalp) in dsl_prop_predict() argument
342 err = zap_lookup(mos, zapobj, recvdstr, 8, 1, newvalp); in dsl_prop_predict()
344 *newvalp = 0; in dsl_prop_predict()
347 *newvalp = value; in dsl_prop_predict()
354 err = zap_lookup(mos, zapobj, propname, 8, 1, newvalp); in dsl_prop_predict()
356 *newvalp = value; in dsl_prop_predict()
363 err = zap_lookup(mos, zapobj, propname, 8, 1, newvalp); in dsl_prop_predict()
365 *newvalp = 0; in dsl_prop_predict()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_prop.h92 zprop_source_t source, uint64_t value, uint64_t *newvalp);