Searched refs:POC_INVAL (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java98 name, value.getValue()) == PoolInternal.POC_INVAL) {
128 value.getValue()) == PoolInternal.POC_INVAL) {
H A DConfiguration.java541 typeVal.getValue()) == PoolInternal.POC_INVAL)
553 PoolInternal.POC_INVAL)
H A DPoolInternal.java194 public final static int POC_INVAL = get_POC_INVAL(); field in class:PoolInternal
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c486 == POC_INVAL)
588 return (POC_INVAL);
592 return (POC_INVAL);
598 return (POC_INVAL);
605 data_type = POC_INVAL;
614 data_type = POC_INVAL;
632 return (POC_INVAL);
635 case POC_INVAL:
705 case POC_INVAL:
737 return (POC_INVAL);
[all...]
H A Dpool.c316 case POC_INVAL: /* Do nothing */
852 * POC_INVAL is returned if an error is detected and the error code is updated
863 return (POC_INVAL);
866 return (POC_INVAL);
876 return (POC_INVAL);
888 * POC_INVAL is returned if an error is detected and the error code is updated
898 return (POC_INVAL);
902 return (POC_INVAL);
940 if (pe->pe_get_prop(pe, name, pv) != POC_INVAL) {
2834 if (pool_get_ns_property(e1, c_sys_prop, &val) == POC_INVAL) {
[all...]
H A Dpool.h118 POC_INVAL = -1, enumerator in enum:pool_value_class
H A Dpool_internal.c584 if (pool_get_ns_property(elem, c_min_prop, &val) == POC_INVAL)
601 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL) {
638 if (pool_get_ns_property(elem, c_max_prop, &val) == POC_INVAL)
669 if (pool_get_ns_property(elem, c_min_prop, &val) == POC_INVAL) {
953 if (pvc == POC_INVAL) {
1698 &val1) == POC_INVAL ||
1733 &val1) == POC_INVAL ||
H A Dpool_kernel.c1288 POC_INVAL) {
1353 POC_INVAL) {
1466 == POC_INVAL) {
1573 POC_INVAL) {
2295 * POC_INVAL is returned if an error is detected and the error code is updated
2312 return (POC_INVAL);
2316 return (POC_INVAL);
2329 * POC_INVAL is returned if an error is detected and the error code is updated
2360 return (POC_INVAL);
2366 return (POC_INVAL);
[all...]
H A Dpool_internal.h140 {POC_INVAL, NULL, NULL }
H A Dpool_value.c140 * been used to store data, then the type is POC_INVAL.
223 * type to POC_INVAL and return a pointer to the new pool_value_t. If
236 val->pv_class = POC_INVAL;
424 dprintf("type: POC_INVAL\n");
H A Dpool_commit.c499 POC_INVAL)
/illumos-gate/usr/src/cmd/pools/pooladm/
H A Dpooladm.c84 pv) == POC_INVAL ||
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y795 POC_INVAL ||
1338 == POC_INVAL)
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c199 return ((jint)POC_INVAL);
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4315 != POC_INVAL) {
4327 if (pool_get_property(pconf, pe, "pset.min", pv) != POC_INVAL) {
4334 if (pool_get_property(pconf, pe, "pset.max", pv) != POC_INVAL) {

Completed in 122 milliseconds