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

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c222 int di_ptype; local
228 di_ptype = di_prop_type(di_prop);
231 switch (di_ptype) {
304 * temp->value.opp.oprom_array. If di_ptype is
320 if (di_ptype == DI_PROP_TYPE_BOOLEAN)
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddr.c119 int di_ptype; local
170 di_ptype = di_prop_type(di_prop);
171 switch (di_ptype) {
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1127 int di_ptype; local
1135 di_ptype = di_path_prop_type(di_path_prop);
1138 switch (di_ptype) {
1259 int di_ptype; local
1314 di_ptype = di_prop_type(di_prop);
1316 switch (di_ptype) {

Completed in 66 milliseconds