Searched defs:PROP_INVALID (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal_set_property.c50 PROP_INVALID enumerator in enum:property_op
120 int type = PROP_INVALID;
216 if ((remove && type != PROP_INVALID) || ((!remove) && type == PROP_INVALID)) {
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.h112 #define PROP_INVALID -1 macro
136 if (((arg_1) != PROP_INVALID) && \
137 ((arg_2) != PROP_INVALID)) \
139 else if ((arg_2) != PROP_INVALID) \
141 else if ((arg_1) != PROP_INVALID) \
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c89 if (((arg_1) != PROP_INVALID) && \
90 ((arg_2) != PROP_INVALID)) \
92 else if ((arg_2) != PROP_INVALID) \
94 else if ((arg_1) != PROP_INVALID) \
105 #define PROP_INVALID -1 macro
565 int cur_link_width = PROP_INVALID, cur_speed = PROP_INVALID;

Completed in 37 milliseconds