Searched refs:PO_RDWR (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 101 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR) in config_destroy() 112 PO_RDONLY : PO_RDWR) != PO_SUCCESS) in config_commit()
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | pool.h | 94 #define PO_RDWR 0x1 macro
|
H A D | pool.c | 1503 if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE | in pool_conf_open() 1514 oflags |= PO_RDWR; in pool_conf_open() 1543 conf->pc_prov->pc_oflags |= PO_RDWR; in pool_conf_open() 1604 conf->pc_prov->pc_oflags |= PO_RDWR; in pool_conf_commit() 2939 if ((conf->pc_prov->pc_oflags & PO_RDWR) == 0) { in pool_conf_check()
|
H A D | pool_commit.c | 1256 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) != in pool_conf_commit_sys()
|
H A D | pool_xml.c | 2026 if ((prov->pc_oflags & PO_RDWR) != 0) in pool_xml_open_file() 2039 lock.l_type = (prov->pc_oflags & PO_RDWR) ? F_WRLCK : F_RDLCK; in pool_xml_open_file()
|
H A D | pool_kernel.c | 2137 if (oflags & PO_RDWR) { in pool_knl_connection_alloc()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolInternal.java | 181 public final static int PO_RDWR = 0x1; field in PoolInternal
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Poold.java | 659 pool_dynamic_location(), PoolInternal.PO_RDWR); in Poold()
|
H A D | SystemSolver.java | 464 PoolInternal.PO_RDWR); in solve()
|
/titanic_50/usr/src/cmd/pools/poold/ |
H A D | poold.c | 312 PO_RDWR) != 0) { in handle_sig()
|
/titanic_50/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 734 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) { 1126 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) { in parser_conf_discover()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 4208 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in verify_del_tmp_pool() 4286 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in zonecfg_destroy_tmp_pool()
|