Searched refs:PROP_INVALID (Results 1 - 4 of 4) sorted by relevance

/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) \
H A Dopl_picl.c103 int portid = PROP_INVALID;
105 int board = PROP_INVALID;
106 static int saved_board = PROP_INVALID;
107 static int saved_portid = PROP_INVALID;
108 int actual = PROP_INVALID, maximum = PROP_INVALID;
110 int rev_id = PROP_INVALID, dev_id = PROP_INVALID;
111 int ven_id = PROP_INVALID;
/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/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 23 milliseconds