Home
last modified time | relevance | path

Searched refs:pc_export (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml_impl.h169 int (*pc_export)(const pool_conf_t *, const char *, member
H A Dpool_kernel_impl.h147 int (*pc_export)(const pool_conf_t *, const char *, member
H A Dpool_impl.h203 int (*pc_export)(const pool_conf_t *, const char *, member
H A Dpool.c1626 return (conf->pc_prov->pc_export(conf, location, fmt)); in pool_conf_export()
H A Dpool_xml.c1621 prov->pc_export = pool_xml_export; in pool_xml_connection_alloc()
H A Dpool_kernel.c2116 prov->pc_export = pool_knl_export; in pool_knl_connection_alloc()