Searched refs:PICLEVENT_MC_ADDED (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/picl/plugins/inc/ |
H A D | picldefs.h | 271 #define PICLEVENT_MC_ADDED "picl-memory-controller-added" macro
|
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 861 (void) ptree_register_handler(PICLEVENT_MC_ADDED, 873 (void) ptree_unregister_handler(PICLEVENT_MC_ADDED, 924 if (strcmp(ename, PICLEVENT_MC_ADDED) == 0)
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 393 (void) ptree_register_handler(PICLEVENT_MC_ADDED, 416 (void) ptree_unregister_handler(PICLEVENT_MC_ADDED, 2362 if (strcmp(ename, PICLEVENT_MC_ADDED) != 0 && 2419 if (strcmp(ename, PICLEVENT_MC_ADDED) == 0) { 2546 if (strcmp(ename, PICLEVENT_MC_ADDED) == 0) {
|
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 1582 * controller. If so, it posts PICLEVENT_MC_ADDED PICL event to the PICL 1733 if (post_mc_event(PICLEVENT_MC_ADDED, chdh) != 1736 PICLEVENT_MC_ADDED);
|
Completed in 63 milliseconds