| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| Element.java | 83 name, value.getValue()) == PoolInternal.POC_INVAL) 103 value.getValue()) == PoolInternal.POC_INVAL)
|
| Configuration.java | 541 typeVal.getValue()) == PoolInternal.POC_INVAL) 553 PoolInternal.POC_INVAL)
|
| PoolInternal.java | 194 public final static int POC_INVAL = get_POC_INVAL();
|
| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| pool_xml.c | 488 == POC_INVAL) 590 return (POC_INVAL); 594 return (POC_INVAL); 600 return (POC_INVAL); 607 data_type = POC_INVAL; 616 data_type = POC_INVAL; 634 return (POC_INVAL); 637 case POC_INVAL: 707 case POC_INVAL: 739 return (POC_INVAL); [all...] |
| pool.c | 316 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) { [all...] |
| pool.h | 118 POC_INVAL = -1,
|
| pool_internal.c | 584 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) { [all...] |
| pool_kernel.c | [all...] |
| pool_internal.h | 140 {POC_INVAL, NULL, NULL }
|
| pool_value.c | 140 * 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");
|
| pool_commit.c | 499 POC_INVAL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/pooladm/ |
| pooladm.c | 84 pv) == POC_INVAL ||
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolcfg/ |
| poolcfg.y | 795 POC_INVAL || [all...] |
| /onnv/onnv-gate/usr/src/lib/libzonecfg/common/ |
| libzonecfg.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjpool/ |
| jpool.c | 199 return ((jint)POC_INVAL); [all...] |