Home
last modified time | relevance | path

Searched refs:pool_conf_export (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/man/man3pool/
H A DMakefile36 pool_conf_export.3pool \
106 pool_conf_export.3pool := LINKSRC = pool_conf_alloc.3pool
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h169 extern int pool_conf_export(const pool_conf_t *, const char *,
H A Dmapfile-vers60 pool_conf_export;
H A Dpool.c1619 pool_conf_export(const pool_conf_t *conf, const char *location, in pool_conf_export() function
H A Dpool_xml.c1654 if (pool_conf_export(dyn, conf->pc_location, in pool_xml_connection_alloc()
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c244 if (pool_conf_export(conf, in main()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java82 final static native int pool_conf_export(long conf, String location, in pool_conf_export() method in PoolInternal
H A DConfiguration.java221 if (PoolInternal.pool_conf_export(getConf(), location, format) in export()
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-resource-pools.p5m81 link path=usr/share/man/man3pool/pool_conf_export.3pool \
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1119 if (pool_conf_export(conf, conf_file, POX_NATIVE) != 0) { in parser_conf_discover()
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c549 result = (int)pool_conf_export((pool_conf_t *)(uintptr_t)jconf, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1conf_1export()