Searched refs:mmgh (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c122 * The mmgh field is cleared if failure is encountered in the physical
131 picl_nodehdl_t mmgh; member in struct:memmodgrp_info
193 if ((mmghdl->mmgh) && (mmghdl->mmgid == id)) {
194 *mmodgrph = mmghdl->mmgh;
218 if (mmghdl->mmgh == NULL)
221 (void) ptree_delete_node(mmghdl->mmgh);
222 (void) ptree_destroy_node(mmghdl->mmgh);
228 mmghdl->mch = mmghdl->mmgh = NULL;
634 mmghdl->mmgh = mmodgrph;

Completed in 173 milliseconds