Searched refs:PO_CREAT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.h95 #define PO_CREAT 0x2 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.
1513 if (oflags & PO_CREAT)
H A Dpool_xml.c1650 if ((oflags & PO_CREAT) != 0) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java182 public final static int PO_CREAT = 0x2; field in class:PoolInternal
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y724 * in PO_CREAT mode, so we only need be concerned here with the
881 if (pool_conf_open(conf, conf_file, PO_CREAT) != 0) {

Completed in 76 milliseconds