Searched refs:PO_RDWR (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/pools/pooladm/ |
H A D | pooladm.c | 99 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 D | pool.h | 92 #define PO_RDWR 0x1 macro
|
H A D | pool.c | 1501 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 D | pool_xml.c | 2018 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 D | pool_commit.c | 1254 if (pool_conf_open(dyn, pool_dynamic_location(), PO_RDWR) != in pool_conf_commit_sys()
|
H A D | pool_kernel.c | 2138 if (oflags & PO_RDWR) { in pool_knl_connection_alloc()
|
/illumos-gate/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
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/pools/poold/ |
H A D | poold.c | 312 PO_RDWR) != 0) { in handle_sig()
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 732 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 D | libzonecfg.c | 4370 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()
|