Searched refs:pool_conf_export (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/man/man3pool/ |
H A D | Makefile | 36 pool_conf_export.3pool \ 106 pool_conf_export.3pool := LINKSRC = pool_conf_alloc.3pool
|
/illumos-gate/usr/src/lib/libpool/common/ |
H A D | pool.h | 169 extern int pool_conf_export(const pool_conf_t *, const char *,
|
H A D | mapfile-vers | 60 pool_conf_export;
|
H A D | pool.c | 1619 pool_conf_export(const pool_conf_t *conf, const char *location, in pool_conf_export() function
|
H A D | pool_xml.c | 1654 if (pool_conf_export(dyn, conf->pc_location, in pool_xml_connection_alloc()
|
/illumos-gate/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 244 if (pool_conf_export(conf, in main()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 82 final static native int pool_conf_export(long conf, String location, in pool_conf_export() method in PoolInternal
|
H A D | Configuration.java | 221 if (PoolInternal.pool_conf_export(getConf(), location, format) in export()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-resource-pools.p5m | 81 link path=usr/share/man/man3pool/pool_conf_export.3pool \
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1119 if (pool_conf_export(conf, conf_file, POX_NATIVE) != 0) { in parser_conf_discover()
|
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 549 result = (int)pool_conf_export((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1export()
|