Home
last modified time | relevance | path

Searched refs:PH_FROM_PROM (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c382 if (ph->ph_flags & PH_FROM_PROM) { in di_prop_1275_int()
398 if (ph->ph_flags & PH_FROM_PROM) { in di_prop_1275_int()
495 if (ph->ph_flags & PH_FROM_PROM) { in di_prop_int64_op()
906 ph.ph_flags = PH_FROM_PROM; in di_prop_decode_common()
/titanic_41/usr/src/uts/common/sys/
H A Dddipropdefs.h158 #define PH_FROM_PROM 0x01 /* Property came from the prom */ macro
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c2743 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_1275_int()
2759 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_1275_int()
2863 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_int64_op()
2876 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_int64_op()
3653 ph.ph_flags = (rval == DDI_PROP_FOUND_1275) ? PH_FROM_PROM : 0; in ddi_prop_lookup_common()