Home
last modified time | relevance | path

Searched refs:PO_RDWR (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c99 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR) in config_destroy()
110 PO_RDONLY : PO_RDWR) != PO_SUCCESS) in config_commit()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h92 #define PO_RDWR 0x1 macro
H A Dpool.c1501 if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE | in pool_conf_open()
1512 oflags |= PO_RDWR; in pool_conf_open()
1541 conf->pc_prov->pc_oflags |= PO_RDWR; in pool_conf_open()
1602 conf->pc_prov->pc_oflags |= PO_RDWR; in pool_conf_commit()
2937 if ((conf->pc_prov->pc_oflags & PO_RDWR) == 0) { in pool_conf_check()
H A Dpool_xml.c2018 if ((prov->pc_oflags & PO_RDWR) != 0) in pool_xml_open_file()
2031 lock.l_type = (prov->pc_oflags & PO_RDWR) ? F_WRLCK : F_RDLCK; in pool_xml_open_file()
H A Dpool_commit.c1254 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) != in pool_conf_commit_sys()
H A Dpool_kernel.c2138 if (oflags & PO_RDWR) { in pool_knl_connection_alloc()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java181 public final static int PO_RDWR = 0x1; field in PoolInternal
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java659 pool_dynamic_location(), PoolInternal.PO_RDWR); in Poold()
H A DSystemSolver.java464 PoolInternal.PO_RDWR); in solve()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c312 PO_RDWR) != 0) { in handle_sig()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y732 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
1124 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) { in parser_conf_discover()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4370 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in verify_del_tmp_pool()
4448 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR) in zonecfg_destroy_tmp_pool()