Searched refs:PICL_FRU_REMOVED (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 282 #define PICL_FRU_REMOVED "picl-fru-removed" /* PSARC/2000/546 */ macro
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/ |
H A D | piclfrutree.c | 1022 if (strcmp(ename, PICL_FRU_REMOVED) == 0) { in frudr_completion_handler() 1144 post_frudr_event(PICL_FRU_REMOVED, NULL, powermodh); in remove_power_supply()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/ |
H A D | piclfrutree.c | 1147 if (strcmp(ename, PICL_FRU_REMOVED) == 0) { in frudr_completion_handler() 1271 post_frudr_event(PICL_FRU_REMOVED, NULL, powermodh); in remove_power_supply()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 1624 } else if (strcmp(ename, PICL_FRU_REMOVED) == 0) { in envmon_evhandler() 1795 res = ptree_register_handler(PICL_FRU_REMOVED, envmon_evhandler, NULL); in piclenvmon_init() 1813 (void) ptree_unregister_handler(PICL_FRU_REMOVED, in piclenvmon_fini()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 2281 if (strcmp(event_name, PICL_FRU_REMOVED) == 0) { in frudata_event_handler() 2340 (void) ptree_register_handler(PICL_FRU_REMOVED, in frudata_plugin_init() 2485 (void) ptree_unregister_handler(PICL_FRU_REMOVED, in frudata_plugin_fini()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 1248 if (strcmp(ename, PICL_FRU_REMOVED) == 0) { in frudr_completion_handler() 1582 post_frudr_event(PICL_FRU_REMOVED, NULL, fruh); in frudr_evhandler()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 2022 if (strcmp(ename, PICL_FRU_REMOVED) == 0) { in frudr_completion_handler() 2310 post_frudr_event(PICL_FRU_REMOVED, locnodeh, fruh); in frudr_evhandler()
|