Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c145 mmodgrp_info_t *mmghdl, *currmmghdl; in free_allocated_mem() local
147 mmghdl = head2mmodgrp; in free_allocated_mem()
149 while (mmghdl) { in free_allocated_mem()
150 currmmghdl = mmghdl; in free_allocated_mem()
151 mmghdl = mmghdl->next; in free_allocated_mem()
164 mmodgrp_info_t *mmghdl, *prevmmghdl, *nextmmghdl; in del_plugout_mmodgrp() local
166 for (mmghdl = head2mmodgrp, prevmmghdl = NULL; mmghdl != NULL; in del_plugout_mmodgrp()
167 mmghdl = nextmmghdl) { in del_plugout_mmodgrp()
168 nextmmghdl = mmghdl->next; in del_plugout_mmodgrp()
169 if (mmghdl->mch == mch) { in del_plugout_mmodgrp()
[all …]