Home
last modified time | relevance | path

Searched refs:PSVC_DEV_FRU (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects.h110 #define PSVC_DEV_FRU 0x0000000000000800ULL /* device is a FRU */ macro
H A Dpsvcobj.c150 {PSVC_DEV_FRU, "FRU="},
3163 while ((objp->features & PSVC_DEV_FRU) == 0) { in i_psvc_get_attr_generic()