Searched defs:etm_lhp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c536 *etm_lhp = NULL; /* ldom pointer */ variable
3696 etm_lhp = ldom_init(etm_init_alloc, etm_init_free);
3701 if ((rc = ldom_get_type(etm_lhp, &type_mask)) != 0) {
3704 ldom_fini(etm_lhp);
3717 ldom_fini(etm_lhp);
3749 if ((rc = ldom_register_event(etm_lhp,
3881 ldom_fini(etm_lhp);
3909 ldom_fini(etm_lhp);
3918 ldom_fini(etm_lhp);
4240 if (ldom_unregister_event(etm_lhp))
[all...]

Completed in 55 milliseconds