Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c380 if (ph->ph_flags & PH_FROM_PROM) { in di_prop_1275_int()
396 if (ph->ph_flags & PH_FROM_PROM) { in di_prop_1275_int()
493 if (ph->ph_flags & PH_FROM_PROM) { in di_prop_int64_op()
904 ph.ph_flags = PH_FROM_PROM; in di_prop_decode_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h158 #define PH_FROM_PROM 0x01 /* Property came from the prom */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c2674 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_1275_int()
2690 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_1275_int()
2794 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_int64_op()
2807 if (ph->ph_flags & PH_FROM_PROM) { in ddi_prop_int64_op()
3584 ph.ph_flags = (rval == DDI_PROP_FOUND_1275) ? PH_FROM_PROM : 0; in ddi_prop_lookup_common()