Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/inc/
H A Dpicldefs.h103 #define PICL_CLASS_LOCATION "location" macro
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c321 if (strcmp(picl_class, PICL_CLASS_LOCATION) == 0) { in fpt_get_node_type()
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c332 if (strcmp(picl_class, PICL_CLASS_LOCATION) == 0) { in fpt_get_node_type()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c950 err = ptree_create_and_add_node(parh, labelp, PICL_CLASS_LOCATION, in add_location_node()
1264 err = ptree_create_and_add_node(*nodep, labelp, PICL_CLASS_LOCATION, in add_intermediate_location()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c2200 if (strcmp(name, PICL_CLASS_LOCATION) != 0) { in frudata_state_change_evhandler()