Searched refs:prop_new (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_set_001_neg.ksh52 set -A prop_new $PROP_ALTVALS
58 NEW=${prop_new[$i]}
H A Dzpool_set_001_neg.ksh52 set -A prop_new $POOL_ALTVALS
58 NEW=${prop_new[$i]}
/illumos-gate/usr/src/lib/libsasl/include/
H A Dprop.h19 * The "struct propctx" is allocated by prop_new and is a fixed size structure.
21 * propctx" in another structure. prop_new also allocates a pool of memory
68 struct propctx *prop_new(unsigned estimate);
79 * ctx -- context from prop_new()
138 * ctx -- context from prop_new()/prop_request()
152 * ctx -- context from prop_new()/prop_request()
166 * ctx -- context from prop_new()/prop_request()
H A Dsaslplug.h156 struct propctx *(*prop_new)(unsigned estimate); member in struct:sasl_utils
/illumos-gate/usr/src/man/man3sasl/
H A DMakefile82 prop_new.3sasl \
95 prop_new.3sasl := LINKSRC = sasl_auxprop.3sasl
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c159 struct propctx *prop_new(unsigned estimate) function
200 retval = prop_new(total_size);
263 * ctx -- context from prop_new()
505 * ctx -- context from prop_new()/prop_request()
550 * ctx -- context from prop_new()/prop_request()
752 * ctx -- context from prop_new()/prop_request()
H A Dcommon.c2028 utils->prop_new=&prop_new;
H A Dserver.c1343 serverconn->sparams->propctx=prop_new(0);

Completed in 76 milliseconds