Home
last modified time | relevance | path

Searched refs:PICL_CLASS_SEEPROM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/inc/
H A Dpicldefs.h57 #define PICL_CLASS_SEEPROM "seeprom" macro
82 #define PICL_CLASS_SEEPROM "seeprom" macro
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c120 { "dimm", PICL_CLASS_SEEPROM},
121 { "dimm-fru", PICL_CLASS_SEEPROM},
122 { "cpu", PICL_CLASS_SEEPROM},
123 { "cpu-fru", PICL_CLASS_SEEPROM},
126 { "motherboard", PICL_CLASS_SEEPROM},
127 { "motherboard-fru", PICL_CLASS_SEEPROM},
128 { "motherboard-fru-prom", PICL_CLASS_SEEPROM},
132 { "i2c-at34c02", PICL_CLASS_SEEPROM},
482 (void) strlcpy(outbuf, PICL_CLASS_SEEPROM, in get_device_type()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1412 PICL_CLASS_SEEPROM, &child_hdl) != PICL_SUCCESS) in add_ps_to_platform()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1085 f_node = di_drv_first_node(PICL_CLASS_SEEPROM, root_node); in call_devfsadm()