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

/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c101 if (pool_conf_open(conf, pool_dynamic_location(), PO_RDWR)
112 PO_RDONLY : PO_RDWR) != PO_SUCCESS)
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h94 #define PO_RDWR 0x1 macro
H A Dpool.c1503 if (oflags & ~(PO_RDONLY | PO_RDWR | PO_CREAT | PO_DISCO | PO_UPDATE |
1511 * sure that PO_RDWR is set in addition if PO_CREAT is set.
1514 oflags |= PO_RDWR;
1543 conf->pc_prov->pc_oflags |= PO_RDWR;
1597 * Pretend that the configuration was opened PO_RDWR
1604 conf->pc_prov->pc_oflags |= PO_RDWR;
2939 if ((conf->pc_prov->pc_oflags & PO_RDWR) == 0) {
H A Dpool_commit.c1256 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) !=
H A Dpool_xml.c2026 if ((prov->pc_oflags & PO_RDWR) != 0)
2039 lock.l_type = (prov->pc_oflags & PO_RDWR) ? F_WRLCK : F_RDLCK;
H A Dpool_kernel.c2137 if (oflags & PO_RDWR) {
/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 class:PoolInternal
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java659 pool_dynamic_location(), PoolInternal.PO_RDWR);
H A DSystemSolver.java464 PoolInternal.PO_RDWR);
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c324 PO_RDWR) != 0) {
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y734 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
1126 if (pool_conf_open(conf, conf_file, PO_RDWR) != 0) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4368 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR)
4446 if (pool_conf_open(pconf, pool_dynamic_location(), PO_RDWR)

Completed in 148 milliseconds