Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c133 picl_nodehdl_t mmgh; member
195 if ((mmghdl->mmgh) && (mmghdl->mmgid == id)) { in find_mem_mod_grp_hdl()
196 *mmodgrph = mmghdl->mmgh; in find_mem_mod_grp_hdl()
220 if (mmghdl->mmgh == 0) in undo_phymem_tree()
223 (void) ptree_delete_node(mmghdl->mmgh); in undo_phymem_tree()
224 (void) ptree_destroy_node(mmghdl->mmgh); in undo_phymem_tree()
230 mmghdl->mch = mmghdl->mmgh = 0; in undo_phymem_tree()
636 mmghdl->mmgh = mmodgrph; in create_physical_tree()