Home
last modified time | relevance | path

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

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