| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| mapfile-vers | 81 pool_put_property;
|
| pool.h | 218 extern int pool_put_property(pool_conf_t *, pool_elem_t *, const char *,
|
| pool_commit.c | [all...] |
| pool.c | 916 pool_put_property(pool_conf_t *conf, pool_elem_t *pe, const char *name, function 1036 ret = pool_put_property(TO_CONF(pe), pe, cb->cb_buf, val); 1202 if (pool_put_property(conf, pe, "pool.name", &val) == PO_FAIL) { [all...] |
| pool_kernel.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| Element.java | 118 if (PoolInternal.pool_put_property(_conf.getConf(), getElem(),
|
| PoolInternal.java | 123 final static native int pool_put_property(long conf, long elem, method in class:PoolInternal
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 929 * Rename the target by calling pool_put_property for the name property. 941 if (pool_put_property(conf, pe, name, pv) != 0) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/ |
| poold.c | 335 if (pool_put_property(conf, pe, "system.poold.sighup",
|
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 1221 * pool_put_property(3pool) wrapper 1232 result = (int)pool_put_property((pool_conf_t *)(uintptr_t)jconf, [all...] |