Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dopenpromio.h105 #define OPROMCONS_OPENPROM 0x4 /* supports openboot */ macro
/titanic_50/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c108 return ((i & OPROMCONS_OPENPROM) == OPROMCONS_OPENPROM); in is_openprom()
/titanic_50/usr/src/cmd/prtconf/
H A Dpdevinfo.c898 return ((i & OPROMCONS_OPENPROM) == OPROMCONS_OPENPROM); in is_openprom()
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1565 return ((i & OPROMCONS_OPENPROM) == OPROMCONS_OPENPROM); in is_openprom()
/titanic_50/usr/src/uts/common/io/
H A Dopenprom.c703 OPROMCONS_OPENPROM : 0; in opromioctl_cb()