Home
last modified time | relevance | path

Searched refs:PO_TEMP (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libpool/common/
H A Dpool.h98 #define PO_TEMP 0x10 macro
H A Dpool.c1211 if (conf->pc_prov->pc_oflags & PO_TEMP) { in pool_create()
1327 if (conf->pc_prov->pc_oflags & PO_TEMP) { in pool_resource_create()
1504 PO_TEMP)) { in pool_conf_open()
1517 if (oflags & PO_TEMP) in pool_conf_open()
1537 if (oflags & PO_TEMP) { in pool_conf_open()
1538 if (pool_knl_connection_alloc(conf, PO_TEMP) != PO_SUCCESS) { in pool_conf_open()
H A Dpool_kernel.c654 if (!(conf->pc_prov->pc_oflags & PO_TEMP)) in pool_knl_close()
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4072 if (pool_conf_open(pconf, NULL, PO_TEMP) != PO_SUCCESS) { in create_tmp_pool()