Home
last modified time | relevance | path

Searched refs:OPROMCONS_OPENPROM (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dopenpromio.h106 #define OPROMCONS_OPENPROM 0x4 /* supports openboot */ macro
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c106 return ((i & OPROMCONS_OPENPROM) == OPROMCONS_OPENPROM); in is_openprom()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1565 return ((i & OPROMCONS_OPENPROM) == OPROMCONS_OPENPROM); in is_openprom()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c890 return ((i & OPROMCONS_OPENPROM) == OPROMCONS_OPENPROM); in is_openprom()
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c695 OPROMCONS_OPENPROM : 0; in opromioctl_cb()